Advertisement
UnoPastes

GodOfScript2

Feb 22nd, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Edited by 1x0x1x0--
  2.  
  3. local Player = game.Players.LocalPlayer
  4. local Character = game.Players.LocalPlayer.Character
  5. function chatfunc(text)
  6. local chat = coroutine.wrap(function()
  7. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  8. Character:FindFirstChild("TalkingBillBoard"):destroy()
  9. end
  10. local naeeym2 = Instance.new("BillboardGui",Character)
  11. naeeym2.Size = UDim2.new(0,100,0,40)
  12. naeeym2.StudsOffset = Vector3.new(0,2,0)
  13. naeeym2.Adornee = Character.Head
  14. naeeym2.Name = "TalkingBillBoard"
  15. local tecks2 = Instance.new("TextLabel",naeeym2)
  16. tecks2.BackgroundTransparency = 1
  17. tecks2.BorderSizePixel = 0
  18. tecks2.Text = ""
  19. tecks2.Font = "Fantasy"
  20. tecks2.TextSize = 30
  21. tecks2.TextStrokeTransparency = 0
  22. tecks2.TextColor3 = Color3.new(0, 200, 0)
  23. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  24. tecks2.Size = UDim2.new(1,0,0.5,0)
  25. local tecks3 = Instance.new("TextLabel",naeeym2)
  26. tecks3.BackgroundTransparency = 1
  27. tecks3.BorderSizePixel = 0
  28. tecks3.Text = ""
  29. tecks3.Font = "Fantasy"
  30. tecks3.TextSize = 30
  31. tecks3.TextStrokeTransparency = 0
  32. tecks3.TextColor3 = Color3.new(0, 200, 0)
  33. tecks3.TextStrokeColor3 = Color3.new(0,0,0)
  34. tecks3.Size = UDim2.new(1,0,0.5,0)
  35. for i = 1,string.len(text),1 do
  36. tecks2.Text = string.sub(text,1,i)
  37. tecks3.Text = string.sub(text,1,i)
  38. wait(0.01)
  39. end
  40. wait(2)
  41. for i = 1, 50 do
  42. wait()
  43. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  44. tecks2.Rotation = tecks2.Rotation - .8
  45. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  46. tecks2.TextTransparency = tecks2.TextTransparency + .04
  47. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  48. tecks3.Rotation = tecks2.Rotation + .8
  49. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  50. tecks3.TextTransparency = tecks2.TextTransparency + .04
  51. end
  52. naeeym2:Destroy()
  53. end)
  54. chat()
  55. end
  56. function onChatted(msg)
  57. chatfunc(msg)
  58. end
  59. Player.Chatted:connect(onChatted)
  60.  
  61. wait(2)
  62. local Player = game.Players.LocalPlayer
  63. local standardwalkspeed = Player.Character.Humanoid.WalkSpeed
  64. local base = Player.Character.Humanoid
  65. local standardjumppower = base.JumpPower
  66. local S1 = 43
  67. local S2 = 3
  68. game:GetService("UserInputService").InputBegan:connect(function(Key, Gpe)
  69. if not Gpe then
  70. if Key.KeyCode == Enum.KeyCode.LeftShift then
  71. base.WalkSpeed = standardwalkspeed + S1
  72. base.JumpPower = base.JumpPower * S2
  73. end
  74. end
  75. end)
  76. game:GetService("UserInputService").InputEnded:connect(function(Key, Gpe)
  77. if not Gpe then
  78. if Key.KeyCode == Enum.KeyCode.LeftShift then
  79. base.WalkSpeed = 16
  80. base.JumpPower = 50
  81. end
  82. end
  83. end)
  84.  
  85. local character = game.Players.LocalPlayer.Character
  86. for _,v in pairs(character:GetChildren()) do
  87. if v:IsA("Hat") or v:IsA("Accessory") then
  88. v:Destroy()
  89. end
  90. end
  91.  
  92. Lighting = game.Lighting
  93. skybox = Instance.new("Sky", Lighting)
  94.  
  95. local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
  96. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  97. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  98. HBill.Size = UDim2.new(15,0,2.2,0)
  99. HBill.Name = "Health Display"
  100. HBill.StudsOffset = Vector3.new(0,4,0)
  101. HBill.AlwaysOnTop = true
  102. HBill.Enabled = true
  103. HMain.BackgroundColor3 = Color3.new(0, 0, 0)
  104. HMain.BackgroundTransparency = 1
  105. HMain.Size = UDim2.new(1,0,1,0)
  106. HBarBack.Parent = HMain
  107. HBarBack.BackgroundColor3 = Color3.new(0,0,0)
  108. HBarBack.BorderColor3 = Color3.new(0,0,0)
  109. HBarBack.BorderSizePixel = 2
  110. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  111. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  112. HBar.Parent = HBarBack
  113. HBar.BackgroundColor3 = Color3.new(0, 200, 0)
  114. HBar.BorderColor3 = Color3.new(0,0,0)
  115. HBar.Size = UDim2.new(.5,0,1,0)
  116. HHealth.BackgroundTransparency = 1
  117. HHealth.Size = UDim2.new(1,0,1,0)
  118. HHealth.Font = "SourceSans"
  119. HHealth.Text = " "
  120. HHealth.TextScaled = true
  121. HHealth.TextColor3 = Color3.new(1,1,1)
  122. HHealth.TextStrokeColor3 = BrickColor.new("Lime green").Color
  123. HHealth.TextStrokeTransparency = 0
  124. HName.Parent = HMain
  125. HName.BackgroundTransparency = 1
  126. HName.Size = UDim2.new(1,0,.5,0)
  127. HName.Font = "SourceSansItalic"
  128. HName.Text = "The God of Scripters, [tayfly]"
  129. HName.TextScaled = true
  130. HName.TextColor3 = BrickColor.new("Lime green").Color
  131. HName.TextStrokeColor3 = Color3.new(0,0,0)
  132. HName.TextStrokeTransparency = 0
  133. HName.TextYAlignment = "Top"
  134. wait(.5)
  135.  
  136. local runServ = game:GetService("RunService").RenderStepped
  137.  
  138. runServ:connect(function()
  139. HHealth.Text = "["..math.floor(game.Players.LocalPlayer.Character.Humanoid.Health).."]"
  140. HBar:TweenSize(UDim2.new((game.Players.LocalPlayer.Character.Humanoid.Health/game.Players.LocalPlayer.Character.Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
  141. end)
  142. local Player=game.Players.LocalPlayer
  143. repeat wait() until Player
  144. local Character=Player.Character
  145. repeat wait() until Character
  146. PlayerGui=Player.PlayerGui
  147. Backpack=Player.Backpack
  148. Torso=Character.Torso
  149. Head=Character.Head
  150. Humanoid=Character.Humanoid
  151. if Humanoid.Health ~= Humanoid.MaxHealth then
  152. Humanoid.MaxHealth = 21e+08
  153. end
  154. spawn(function()
  155. while wait() do
  156. if Humanoid.MaxHealth ~= 20000 then
  157. Humanoid.MaxHealth = 20000
  158. Humanoid.Health = Humanoid.MaxHealth
  159. end
  160. end
  161. end)
  162. Humanoid.JumpPower = 90
  163. LeftArm=Character:WaitForChild("Left Arm")
  164. LeftLeg=Character:WaitForChild("Left Leg")
  165. RightArm=Character:WaitForChild("Right Arm")
  166. RightLeg=Character:WaitForChild("Left Arm")
  167. LS=Torso:WaitForChild("Left Shoulder")
  168. LH=Torso:WaitForChild("Left Hip")
  169. RS=Torso:WaitForChild("Right Shoulder")
  170. RH=Torso:WaitForChild("Right Hip")
  171. Neck=Torso.Neck
  172. it=Instance.new
  173. vt=Vector3.new
  174. cf=CFrame.new
  175. local runServ = game:GetService("RunService").RenderStepped
  176. local TextTable = {}
  177. euler=CFrame.fromEulerAnglesXYZ
  178. angles=CFrame.Angles
  179. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  180. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  181. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  182. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  183. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  184. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  185. RootPart=Character.HumanoidRootPart
  186. RootJoint=RootPart.RootJoint
  187. RootCF=euler(-1.57,0,3.14)
  188. attack=false
  189. attackdebounce=false
  190. MMouse=Player:GetMouse()
  191. combo=0
  192. local Anim="Idle"
  193. local Effects={}
  194. equipped=false
  195. local idle=0
  196. local hold=false
  197. local con1=nil
  198. local con2=nil
  199. local Mode="Binary"
  200. local idleanim=0
  201. local idleanim2=false
  202. local impulse=1
  203. local hitfloor,posfloor=nil,nil
  204. local damcount=0
  205. local guard=false
  206. local damagebonus = 1
  207. --player
  208. player=nil
  209. --save shoulders
  210. RSH, LSH=nil, nil
  211. --welds
  212. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  213. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  214. LH=Torso["Left Hip"]
  215. RH=Torso["Right Hip"]
  216. Asset="http://www.roblox.com/asset/?id="
  217. Health=20000
  218. Humanoid.MaxHealth=math.huge
  219. Humanoid.Health=math.huge
  220. coroutine.resume(coroutine.create(function()
  221. for i=1,20 do
  222. Humanoid.MaxHealth=math.huge
  223. Humanoid.Health=math.huge
  224. end
  225. Humanoid.MaxHealth=20000
  226. Humanoid.Health = Humanoid.MaxHealth
  227. end))
  228.  
  229. function swait(num)
  230. if num==0 or num==nil then
  231. game:service'RunService'.RenderStepped:wait()
  232. else
  233. for i=0,num do
  234. game:service'RunService'.RenderStepped:wait()
  235. end
  236. end
  237. end
  238. ---HEALTHBAR
  239.  
  240. ---REST OF THE SCRIPT IS LIRON
  241.  
  242. local p = game.Players.LocalPlayer--48103735
  243. local char = p.Character
  244. local mouse = p:GetMouse()
  245. local larm = char["Left Arm"]
  246. local rarm = char["Right Arm"]
  247. local lleg = char["Left Leg"]
  248. local rleg = char["Right Leg"]
  249. local hed = char.Head
  250. local torso = char.Torso
  251. local hum = char.Humanoid
  252. local cam = game.Workspace.CurrentCamera
  253. local root = char.HumanoidRootPart
  254. local rj = root.RootJoint
  255. local deb = false
  256. local shot = 0
  257. local stanceToggle = "Idle1"
  258. local l = game:GetService("Lighting")
  259. local rs = game:GetService("RunService").RenderStepped
  260. local hb = game:GetService("RunService").Heartbeat
  261. local Stepped = game:GetService("RunService").Stepped
  262. math.randomseed(os.time())
  263. hum.JumpPower = 100
  264. hed.face.Texture = "rbxassetid://192316062" ---EYES
  265. hed.BrickColor = BrickColor.new "Camo"
  266. ----------------------------------------------------
  267. fat = Instance.new("BindableEvent",script)
  268. fat.Name = "Heartbeat"
  269.  
  270. script:WaitForChild("Heartbeat")
  271.  
  272. frame = 1/30
  273. tf = 0
  274. 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.
  275. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  276. lastframe = tick()
  277. script.Heartbeat:Fire() --ayy lmao
  278.  
  279. game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
  280. tf = tf + s
  281. if tf >= frame then
  282. if allowframeloss then
  283. script.Heartbeat:Fire()
  284. lastframe=tick()
  285. else
  286. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  287. for i=1, math.floor(tf/frame) do
  288. script.Heartbeat:Fire()
  289. end
  290. lastframe=tick()
  291. end
  292. if tossremainder then
  293. tf = 0
  294. else
  295. tf = tf - frame * math.floor(tf/frame)
  296. end
  297. end
  298. end)
  299. ----------------------------------------------------
  300. for i,v in pairs(char:children()) do
  301. if v:IsA("Hat") then
  302. v:Destroy()
  303. end
  304. end
  305. for i,v in pairs (hed:GetChildren()) do
  306. if v:IsA("Sound") then
  307. v:Destroy()
  308. end
  309. end
  310. ----------------------------------------------------
  311. Debounces = {
  312. CanAttack = true;
  313. CanJoke = true;
  314. NoIdl = false;
  315. Slashing = false;
  316. Slashed = false;
  317. ks = false;
  318. }
  319. ----------------------------------------------------
  320. function weld5(part0, part1, c0, c1)
  321. weeld=Instance.new("Weld", part0)
  322. weeld.Part0=part0
  323. weeld.Part1=part1
  324. weeld.C0=c0
  325. weeld.C1=c1
  326. return weeld
  327. end
  328. ----------------------------------------------------
  329. function NewPart(prnt,siz,cf,trans,anc,mat,col)
  330. local prt=Instance.new("Part")
  331. prt.Parent=prnt
  332. prt.Name="Part"
  333. prt.Size=siz
  334. prt.CanCollide=false
  335. prt.Anchored=anc
  336. prt.Locked=true
  337. prt.Transparency = trans
  338. prt.TopSurface=10
  339. prt.BottomSurface=10
  340. prt.FrontSurface=10
  341. prt.BackSurface=10
  342. prt.LeftSurface=10
  343. prt.RightSurface=10
  344. prt:BreakJoints()
  345. prt.CFrame=cf or CFrame.new(30,10,30)
  346. prt.Material=mat
  347. prt.BrickColor=BrickColor.new(col)
  348. m=Instance.new("SpecialMesh",prt)
  349. m.MeshType=6
  350. return prt
  351. end
  352. ----------------------------------------------------
  353. function lerp(a, b, t) -- Linear interpolation
  354. return a + (b - a)*t
  355. end
  356.  
  357. function slerp(a, b, t) --Spherical interpolation
  358. dot = a:Dot(b)
  359. if dot > 0.99999 or dot < -0.99999 then
  360. return t <= 0.5 and a or b
  361. else
  362. r = math.acos(dot)
  363. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  364. end
  365. end
  366.  
  367. function matrixInterpolate(a, b, t)
  368. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  369. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  370. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  371. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  372. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  373. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  374. local t = v1:Dot(v2)
  375. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  376. return CFrame.new()
  377. end
  378. return CFrame.new(
  379. v0.x, v0.y, v0.z,
  380. v1.x, v1.y, v1.z,
  381. v2.x, v2.y, v2.z,
  382. v3.x, v3.y, v3.z)
  383. end
  384. ----------------------------------------------------
  385. function genWeld(a,b)
  386. local w = Instance.new("Weld",a)
  387. w.Part0 = a
  388. w.Part1 = b
  389. return w
  390. end
  391. function weld(a, b)
  392. local weld = Instance.new("Weld")
  393. weld.Name = "W"
  394. weld.Part0 = a
  395. weld.Part1 = b
  396. weld.C0 = a.CFrame:inverse() * b.CFrame
  397. weld.Parent = a
  398. return weld;
  399. end
  400. ----------------------------------------------------
  401. function Lerp(c1,c2,al)
  402. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  403. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  404. for i,v in pairs(com1) do
  405. com1[i] = v+(com2[i]-v)*al
  406. end
  407. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  408. end
  409. ----------------------------------------------------
  410. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  411. local wld = Instance.new("Weld", wp1)
  412. wld.Part0 = wp0
  413. wld.Part1 = wp1
  414. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  415. end
  416. ----------------------------------------------------
  417. newWeld(torso, larm, -1.5, 0.5, 0)
  418. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  419. newWeld(torso, rarm, 1.5, 0.5, 0)
  420. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  421. newWeld(torso, hed, 0, 1.5, 0)
  422. newWeld(torso, lleg, -0.5, -1, 0)
  423. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  424. newWeld(torso, rleg, 0.5, -1, 0)
  425. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  426. newWeld(root, torso, 0, -1, 0)
  427. torso.Weld.C1 = CFrame.new(0, -1, 0)
  428. ----------------------------------------------------
  429. z = Instance.new("Sound",char)
  430. z.SoundId = "rbxassetid://1105378416"--THIS IS THE AUDIO FOR THE SCRIPT
  431. z.Looped = true
  432. z.Pitch = 1
  433. z.Volume = 4
  434. wait(0.1)
  435. z:Play()
  436.  
  437. z2 = Instance.new("Sound", larm)
  438. z2.SoundId = 'rbxassetid://415880478'
  439. z2.Pitch = 1
  440. z2.Volume = 1
  441. z2.Looped = false
  442. z2:Play()
  443. ----------------------------------------------------
  444. New = function(Object, Parent, Name, Data)
  445. local Object = Instance.new(Object)
  446. for Index, Value in pairs(Data or {}) do
  447. Object[Index] = Value
  448. end
  449. Object.Parent = Parent
  450. Object.Name = Name
  451. return Object
  452. end
  453. ----------------------------------------------------
  454. pr = Instance.new("Part",hed)
  455. pr.BrickColor = BrickColor.new("Really black")
  456. pr.Material = "Metal"
  457. pr.Reflectance = 0.04
  458. pr.Anchored = false
  459. pr.CanCollide = false
  460. pr.Archivable = false
  461. pr.Locked = true
  462. pr.Size = Vector3.new(2,0.8,1)
  463. prm = Instance.new("SpecialMesh",pr)
  464. prm.MeshType = "FileMesh"
  465. prm.MeshId = "rbxassetid://16952952"
  466. prm.Scale = Vector3.new(1,1,1)
  467. newWeld(hed, pr, 0, 0.35, 0)
  468. pr.Weld.C1 = CFrame.new(0,0,0)
  469. --Left Arm
  470. m = Instance.new("Model")
  471. m.Name = "LeftArm"
  472. p1 = Instance.new("Part", m)
  473. p1.BrickColor = BrickColor.new("Lime green")
  474. p1.Material = Enum.Material.Neon
  475. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  476. p1.Size = Vector3.new(1, 0.200000048, 1)
  477. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  478. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  479. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  480. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  481. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  482. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  483. b1 = Instance.new("SpecialMesh", p1)
  484. b1.MeshType = Enum.MeshType.Brick
  485. b1.Name = "Mesh"
  486. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  487. p2 = Instance.new("Part", m)
  488. p2.BrickColor = BrickColor.new("Lime green")
  489. p2.Material = Enum.Material.Neon
  490. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  491. p2.Size = Vector3.new(1, 0.200000048, 1)
  492. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  493. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  494. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  495. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  496. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  497. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  498. b2 = Instance.new("SpecialMesh", p2)
  499. b2.MeshType = Enum.MeshType.Brick
  500. b2.Name = "Mesh"
  501. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  502. p3 = Instance.new("Part", m)
  503. p3.BrickColor = BrickColor.new("Lime green")
  504. p3.Material = Enum.Material.Neon
  505. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  506. p3.Size = Vector3.new(1, 0.200000048, 1)
  507. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  508. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  509. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  510. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  511. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  512. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  513. b3 = Instance.new("SpecialMesh", p3)
  514. b3.MeshType = Enum.MeshType.Brick
  515. b3.Name = "Mesh"
  516. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  517. p4 = Instance.new("Part", m)
  518. p4.BrickColor = BrickColor.new("Really black")
  519. p4.Material = Enum.Material.SmoothPlastic
  520. p4.Name = "LeftArmPlate"
  521. p4.Size = Vector3.new(1, 2, 1)
  522. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  523. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  524. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  525. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  526. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  527. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  528. b4 = Instance.new("SpecialMesh", p4)
  529. b4.MeshType = Enum.MeshType.Brick
  530. b4.Name = "Mesh"
  531. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  532. p5 = Instance.new("Part", m)
  533. p5.BrickColor = BrickColor.new("Lime green")
  534. p5.Material = Enum.Material.Neon
  535. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  536. p5.Size = Vector3.new(1, 0.200000048, 1)
  537. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  538. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  539. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  540. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  541. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  542. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  543. b5 = Instance.new("SpecialMesh", p5)
  544. b5.MeshType = Enum.MeshType.Brick
  545. b5.Name = "Mesh"
  546. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  547. p6 = Instance.new("Part", m)
  548. p6.BrickColor = BrickColor.new("Lime green")
  549. p6.Material = Enum.Material.Neon
  550. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  551. p6.Size = Vector3.new(1, 0.200000048, 1)
  552. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  553. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  554. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  555. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  556. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  557. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  558. b6 = Instance.new("SpecialMesh", p6)
  559. b6.MeshType = Enum.MeshType.Brick
  560. b6.Name = "Mesh"
  561. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  562. p7 = Instance.new("Part", m)
  563. p7.BrickColor = BrickColor.new("Lime green")
  564. p7.Material = Enum.Material.Neon
  565. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  566. p7.FormFactor = Enum.FormFactor.Custom
  567. p7.Size = Vector3.new(1, 0.200000048, 1)
  568. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  569. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  570. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  571. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  572. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  573. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  574. b7 = Instance.new("SpecialMesh", p7)
  575. b7.MeshType = Enum.MeshType.Brick
  576. b7.Name = "Mesh"
  577. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  578. p8 = Instance.new("Part", m)
  579. p8.BrickColor = BrickColor.new("Lime green")
  580. p8.Material = Enum.Material.Neon
  581. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  582. p8.FormFactor = Enum.FormFactor.Custom
  583. p8.Size = Vector3.new(1, 0.200000048, 1)
  584. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  585. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  586. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  587. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  588. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  589. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  590. b8 = Instance.new("SpecialMesh", p8)
  591. b8.MeshType = Enum.MeshType.Brick
  592. b8.Name = "Mesh"
  593. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  594. p9 = Instance.new("Part", m)
  595. p9.BrickColor = BrickColor.new("Lime green")
  596. p9.Material = Enum.Material.Neon
  597. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  598. p9.FormFactor = Enum.FormFactor.Custom
  599. p9.Size = Vector3.new(1, 0.200000048, 1)
  600. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  601. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  602. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  603. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  604. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  605. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  606. b9 = Instance.new("SpecialMesh", p9)
  607. b9.MeshType = Enum.MeshType.Brick
  608. b9.Name = "Mesh"
  609. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  610. p10 = Instance.new("Part", m)
  611. p10.BrickColor = BrickColor.new("Really black")
  612. p10.Material = Enum.Material.SmoothPlastic
  613. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  614. p10.FormFactor = Enum.FormFactor.Custom
  615. p10.Size = Vector3.new(1, 0.349999994, 1)
  616. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  617. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  618. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  619. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  620. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  621. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  622. b10 = Instance.new("SpecialMesh", p10)
  623. b10.MeshType = Enum.MeshType.Brick
  624. b10.Name = "Mesh"
  625. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  626. p11 = Instance.new("Part", m)
  627. p11.BrickColor = BrickColor.new("Really black")
  628. p11.Material = Enum.Material.Metal
  629. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  630. p11.FormFactor = Enum.FormFactor.Custom
  631. p11.Size = Vector3.new(1, 0.25, 1)
  632. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  633. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  634. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  635. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  636. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  637. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  638. b11 = Instance.new("SpecialMesh", p11)
  639. b11.MeshType = Enum.MeshType.Brick
  640. b11.Name = "Mesh"
  641. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  642. p12 = Instance.new("Part", m)
  643. p12.BrickColor = BrickColor.new("Really black")
  644. p12.Material = Enum.Material.Metal
  645. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  646. p12.FormFactor = Enum.FormFactor.Custom
  647. p12.Size = Vector3.new(1, 0.25, 1)
  648. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  649. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  650. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  651. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  652. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  653. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  654. b12 = Instance.new("SpecialMesh", p12)
  655. b12.MeshType = Enum.MeshType.Brick
  656. b12.Name = "Mesh"
  657. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  658. p13 = Instance.new("Part", m)
  659. p13.BrickColor = BrickColor.new("Really black")
  660. p13.Material = Enum.Material.Metal
  661. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  662. p13.FormFactor = Enum.FormFactor.Custom
  663. p13.Size = Vector3.new(1, 0.25, 1)
  664. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  665. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  666. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  667. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  668. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  669. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  670. b13 = Instance.new("SpecialMesh", p13)
  671. b13.MeshType = Enum.MeshType.Brick
  672. b13.Name = "Mesh"
  673. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  674. p14 = Instance.new("Part", m)
  675. p14.BrickColor = BrickColor.new("Really black")
  676. p14.Material = Enum.Material.Metal
  677. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  678. p14.FormFactor = Enum.FormFactor.Custom
  679. p14.Size = Vector3.new(1, 0.25, 1)
  680. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  681. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  682. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  683. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  684. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  685. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  686. b14 = Instance.new("SpecialMesh", p14)
  687. b14.MeshType = Enum.MeshType.Brick
  688. b14.Name = "Mesh"
  689. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  690. p15 = Instance.new("Part", m)
  691. p15.BrickColor = BrickColor.new("Lime green")
  692. p15.Material = Enum.Material.Neon
  693. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  694. p15.FormFactor = Enum.FormFactor.Custom
  695. p15.Size = Vector3.new(1, 1, 1)
  696. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  697. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  698. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  699. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  700. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  701. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  702. b15 = Instance.new("SpecialMesh", p15)
  703. b15.MeshType = Enum.MeshType.Sphere
  704. b15.Name = "Mesh"
  705. p16 = Instance.new("Part", m)
  706. p16.BrickColor = BrickColor.new("Really black")
  707. p16.Material = Enum.Material.Metal
  708. 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)
  709. p16.FormFactor = Enum.FormFactor.Custom
  710. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  711. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  712. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  713. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  714. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  715. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  716. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  717. b16 = Instance.new("SpecialMesh", p16)
  718. b16.MeshType = Enum.MeshType.Brick
  719. b16.Name = "Mesh"
  720. b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  721. p17 = Instance.new("Part", m)
  722. p17.BrickColor = BrickColor.new("Really black")
  723. p17.Material = Enum.Material.SmoothPlastic
  724. 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)
  725. p17.FormFactor = Enum.FormFactor.Custom
  726. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  727. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  728. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  729. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  730. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  731. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  732. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  733. b17 = Instance.new("SpecialMesh", p17)
  734. b17.MeshType = Enum.MeshType.Brick
  735. b17.Name = "Mesh"
  736. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  737. p18 = Instance.new("Part", m)
  738. p18.BrickColor = BrickColor.new("Really black")
  739. p18.Material = Enum.Material.SmoothPlastic
  740. 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)
  741. p18.FormFactor = Enum.FormFactor.Custom
  742. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  743. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  744. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  745. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  746. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  747. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  748. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  749. b18 = Instance.new("SpecialMesh", p18)
  750. b18.MeshType = Enum.MeshType.Brick
  751. b18.Name = "Mesh"
  752. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  753. p19 = Instance.new("Part", m)
  754. p19.BrickColor = BrickColor.new("Really black")
  755. p19.Material = Enum.Material.SmoothPlastic
  756. 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)
  757. p19.FormFactor = Enum.FormFactor.Custom
  758. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  759. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  760. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  761. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  762. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  763. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  764. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  765. b19 = Instance.new("SpecialMesh", p19)
  766. b19.MeshType = Enum.MeshType.Brick
  767. b19.Name = "Mesh"
  768. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  769. p20 = Instance.new("Part", m)
  770. p20.BrickColor = BrickColor.new("Camo")
  771. p20.Material = Enum.Material.SmoothPlastic
  772. 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)
  773. p20.FormFactor = Enum.FormFactor.Custom
  774. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  775. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  776. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  777. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  778. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  779. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  780. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  781. b20 = Instance.new("SpecialMesh", p20)
  782. b20.MeshType = Enum.MeshType.Brick
  783. b20.Name = "Mesh"
  784. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  785. p21 = Instance.new("Part", m)
  786. p21.BrickColor = BrickColor.new("Really black")
  787. p21.Material = Enum.Material.Metal
  788. 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)
  789. p21.FormFactor = Enum.FormFactor.Custom
  790. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  791. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  792. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  793. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  794. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  795. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  796. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  797. b21 = Instance.new("SpecialMesh", p21)
  798. b21.MeshType = Enum.MeshType.Wedge
  799. b21.Name = "Mesh"
  800. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  801. p22 = Instance.new("Part", m)
  802. p22.BrickColor = BrickColor.new("Really black")
  803. p22.Material = Enum.Material.Metal
  804. 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)
  805. p22.FormFactor = Enum.FormFactor.Custom
  806. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  807. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  808. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  809. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  810. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  811. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  812. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  813. b22 = Instance.new("SpecialMesh", p22)
  814. b22.MeshType = Enum.MeshType.Brick
  815. b22.Name = "Mesh"
  816. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  817. p23 = Instance.new("Part", m)
  818. p23.BrickColor = BrickColor.new("Really black")
  819. p23.Material = Enum.Material.Metal
  820. 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)
  821. p23.FormFactor = Enum.FormFactor.Custom
  822. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  823. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  824. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  825. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  826. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  827. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  828. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  829. b23 = Instance.new("SpecialMesh", p23)
  830. b23.MeshType = Enum.MeshType.Brick
  831. b23.Name = "Mesh"
  832. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  833. p24 = Instance.new("Part", m)
  834. p24.BrickColor = BrickColor.new("Really black")
  835. p24.Material = Enum.Material.Metal
  836. 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)
  837. p24.FormFactor = Enum.FormFactor.Custom
  838. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  839. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  840. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  841. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  842. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  843. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  844. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  845. b24 = Instance.new("SpecialMesh", p24)
  846. b24.MeshType = Enum.MeshType.Brick
  847. b24.Name = "Mesh"
  848. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  849. p25 = Instance.new("Part", m)
  850. p25.BrickColor = BrickColor.new("Really black")
  851. p25.Material = Enum.Material.Metal
  852. 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)
  853. p25.FormFactor = Enum.FormFactor.Custom
  854. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  855. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  856. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  857. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  858. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  859. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  860. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  861. b25 = Instance.new("SpecialMesh", p25)
  862. b25.MeshType = Enum.MeshType.Brick
  863. b25.Name = "Mesh"
  864. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  865. p26 = Instance.new("Part", m)
  866. p26.BrickColor = BrickColor.new("Really black")
  867. p26.Material = Enum.Material.Metal
  868. 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)
  869. p26.FormFactor = Enum.FormFactor.Custom
  870. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  871. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  872. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  873. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  874. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  875. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  876. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  877. b26 = Instance.new("SpecialMesh", p26)
  878. b26.MeshType = Enum.MeshType.Brick
  879. b26.Name = "Mesh"
  880. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  881. p27 = Instance.new("Part", m)
  882. p27.BrickColor = BrickColor.new("Really black")
  883. p27.Material = Enum.Material.Metal
  884. 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)
  885. p27.FormFactor = Enum.FormFactor.Custom
  886. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  887. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  888. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  889. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  890. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  891. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  892. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  893. b27 = Instance.new("SpecialMesh", p27)
  894. b27.MeshType = Enum.MeshType.Brick
  895. b27.Name = "Mesh"
  896. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  897. p28 = Instance.new("Part", m)
  898. p28.BrickColor = BrickColor.new("Really black")
  899. p28.Material = Enum.Material.Metal
  900. 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)
  901. p28.FormFactor = Enum.FormFactor.Custom
  902. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  903. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  904. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  905. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  906. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  907. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  908. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  909. b28 = Instance.new("SpecialMesh", p28)
  910. b28.MeshType = Enum.MeshType.Brick
  911. b28.Name = "Mesh"
  912. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  913. p29 = Instance.new("Part", m)
  914. p29.BrickColor = BrickColor.new("Really black")
  915. p29.Material = Enum.Material.Metal
  916. 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)
  917. p29.FormFactor = Enum.FormFactor.Custom
  918. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  919. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  920. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  921. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  922. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  923. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  924. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  925. b29 = Instance.new("SpecialMesh", p29)
  926. b29.MeshType = Enum.MeshType.Brick
  927. b29.Name = "Mesh"
  928. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  929. p30 = Instance.new("Part", m)
  930. p30.BrickColor = BrickColor.new("Really black")
  931. p30.Material = Enum.Material.Metal
  932. 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)
  933. p30.FormFactor = Enum.FormFactor.Custom
  934. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  935. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  936. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  937. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  938. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  939. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  940. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  941. b30 = Instance.new("SpecialMesh", p30)
  942. b30.MeshType = Enum.MeshType.Wedge
  943. b30.Name = "Mesh"
  944. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  945. p31 = Instance.new("Part", m)
  946. p31.BrickColor = BrickColor.new("Really black")
  947. p31.Material = Enum.Material.Metal
  948. 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)
  949. p31.FormFactor = Enum.FormFactor.Custom
  950. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  951. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  952. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  953. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  954. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  955. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  956. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  957. b31 = Instance.new("SpecialMesh", p31)
  958. b31.MeshType = Enum.MeshType.Brick
  959. b31.Name = "Mesh"
  960. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  961. p32 = Instance.new("Part", m)
  962. p32.BrickColor = BrickColor.new("Really black")
  963. p32.Material = Enum.Material.Metal
  964. 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)
  965. p32.FormFactor = Enum.FormFactor.Custom
  966. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  967. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  968. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  969. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  970. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  971. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  972. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  973. b32 = Instance.new("SpecialMesh", p32)
  974. b32.MeshType = Enum.MeshType.Wedge
  975. b32.Name = "Mesh"
  976. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  977. p33 = Instance.new("Part", m)
  978. p33.BrickColor = BrickColor.new("Really black")
  979. p33.Material = Enum.Material.Metal
  980. 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)
  981. p33.FormFactor = Enum.FormFactor.Custom
  982. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  983. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  984. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  985. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  986. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  987. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  988. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  989. b33 = Instance.new("SpecialMesh", p33)
  990. b33.MeshType = Enum.MeshType.Brick
  991. b33.Name = "Mesh"
  992. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  993. p34 = Instance.new("Part", m)
  994. p34.BrickColor = BrickColor.new("Really black")
  995. p34.Material = Enum.Material.Metal
  996. 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)
  997. p34.FormFactor = Enum.FormFactor.Custom
  998. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  999. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1000. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1001. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1002. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1004. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. b34 = Instance.new("SpecialMesh", p34)
  1006. b34.MeshType = Enum.MeshType.Brick
  1007. b34.Name = "Mesh"
  1008. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1009. w1 = Instance.new("Weld", p1)
  1010. w1.Name = "Part_Weld"
  1011. w1.Part0 = p1
  1012. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1013. w1.Part1 = p2
  1014. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1015. w2 = Instance.new("Weld", p2)
  1016. w2.Name = "Part_Weld"
  1017. w2.Part0 = p2
  1018. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1019. w2.Part1 = p3
  1020. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1021. w3 = Instance.new("Weld", p3)
  1022. w3.Name = "LeftArmPlate_Weld"
  1023. w3.Part0 = p3
  1024. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1025. w3.Part1 = p4
  1026. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1027. w4 = Instance.new("Weld", p4)
  1028. w4.Name = "Part_Weld"
  1029. w4.Part0 = p4
  1030. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1031. w4.Part1 = p5
  1032. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1033. w5 = Instance.new("Weld", p5)
  1034. w5.Name = "Part_Weld"
  1035. w5.Part0 = p5
  1036. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1037. w5.Part1 = p6
  1038. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1039. w6 = Instance.new("Weld", p6)
  1040. w6.Name = "Part_Weld"
  1041. w6.Part0 = p6
  1042. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1043. w6.Part1 = p7
  1044. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1045. w7 = Instance.new("Weld", p7)
  1046. w7.Name = "Part_Weld"
  1047. w7.Part0 = p7
  1048. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1049. w7.Part1 = p8
  1050. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1051. w8 = Instance.new("Weld", p8)
  1052. w8.Name = "Part_Weld"
  1053. w8.Part0 = p8
  1054. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1055. w8.Part1 = p9
  1056. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1057. w9 = Instance.new("Weld", p9)
  1058. w9.Name = "Part_Weld"
  1059. w9.Part0 = p9
  1060. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1061. w9.Part1 = p10
  1062. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1063. w10 = Instance.new("Weld", p10)
  1064. w10.Name = "Part_Weld"
  1065. w10.Part0 = p10
  1066. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1067. w10.Part1 = p11
  1068. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1069. w11 = Instance.new("Weld", p11)
  1070. w11.Name = "Part_Weld"
  1071. w11.Part0 = p11
  1072. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1073. w11.Part1 = p12
  1074. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1075. w12 = Instance.new("Weld", p12)
  1076. w12.Name = "Part_Weld"
  1077. w12.Part0 = p12
  1078. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1079. w12.Part1 = p13
  1080. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1081. w13 = Instance.new("Weld", p13)
  1082. w13.Name = "Part_Weld"
  1083. w13.Part0 = p13
  1084. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1085. w13.Part1 = p14
  1086. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1087. w14 = Instance.new("Weld", p14)
  1088. w14.Name = "Part_Weld"
  1089. w14.Part0 = p14
  1090. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1091. w14.Part1 = p15
  1092. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1093. w15 = Instance.new("Weld", p15)
  1094. w15.Name = "Part_Weld"
  1095. w15.Part0 = p15
  1096. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1097. w15.Part1 = p16
  1098. 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)
  1099. w16 = Instance.new("Weld", p16)
  1100. w16.Name = "Part_Weld"
  1101. w16.Part0 = p16
  1102. 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)
  1103. w16.Part1 = p17
  1104. 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)
  1105. w17 = Instance.new("Weld", p17)
  1106. w17.Name = "Part_Weld"
  1107. w17.Part0 = p17
  1108. 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)
  1109. w17.Part1 = p18
  1110. 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)
  1111. w18 = Instance.new("Weld", p18)
  1112. w18.Name = "Part_Weld"
  1113. w18.Part0 = p18
  1114. 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)
  1115. w18.Part1 = p19
  1116. 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)
  1117. w19 = Instance.new("Weld", p19)
  1118. w19.Name = "Part_Weld"
  1119. w19.Part0 = p19
  1120. 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)
  1121. w19.Part1 = p20
  1122. 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)
  1123. w20 = Instance.new("Weld", p20)
  1124. w20.Name = "Part_Weld"
  1125. w20.Part0 = p20
  1126. 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)
  1127. w20.Part1 = p21
  1128. 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)
  1129. w21 = Instance.new("Weld", p21)
  1130. w21.Name = "Part_Weld"
  1131. w21.Part0 = p21
  1132. 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)
  1133. w21.Part1 = p22
  1134. 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)
  1135. w22 = Instance.new("Weld", p22)
  1136. w22.Name = "Part_Weld"
  1137. w22.Part0 = p22
  1138. 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)
  1139. w22.Part1 = p23
  1140. 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)
  1141. w23 = Instance.new("Weld", p23)
  1142. w23.Name = "Part_Weld"
  1143. w23.Part0 = p23
  1144. 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)
  1145. w23.Part1 = p24
  1146. 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)
  1147. w24 = Instance.new("Weld", p24)
  1148. w24.Name = "Part_Weld"
  1149. w24.Part0 = p24
  1150. 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)
  1151. w24.Part1 = p25
  1152. 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)
  1153. w25 = Instance.new("Weld", p25)
  1154. w25.Name = "Part_Weld"
  1155. w25.Part0 = p25
  1156. 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)
  1157. w25.Part1 = p26
  1158. 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)
  1159. w26 = Instance.new("Weld", p26)
  1160. w26.Name = "Part_Weld"
  1161. w26.Part0 = p26
  1162. 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)
  1163. w26.Part1 = p27
  1164. 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)
  1165. w27 = Instance.new("Weld", p27)
  1166. w27.Name = "Part_Weld"
  1167. w27.Part0 = p27
  1168. 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)
  1169. w27.Part1 = p28
  1170. 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)
  1171. w28 = Instance.new("Weld", p28)
  1172. w28.Name = "Part_Weld"
  1173. w28.Part0 = p28
  1174. 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)
  1175. w28.Part1 = p29
  1176. 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)
  1177. w29 = Instance.new("Weld", p29)
  1178. w29.Name = "Part_Weld"
  1179. w29.Part0 = p29
  1180. 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)
  1181. w29.Part1 = p30
  1182. 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)
  1183. w30 = Instance.new("Weld", p30)
  1184. w30.Name = "Part_Weld"
  1185. w30.Part0 = p30
  1186. 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)
  1187. w30.Part1 = p31
  1188. 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)
  1189. w31 = Instance.new("Weld", p31)
  1190. w31.Name = "Part_Weld"
  1191. w31.Part0 = p31
  1192. 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)
  1193. w31.Part1 = p32
  1194. 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)
  1195. w32 = Instance.new("Weld", p32)
  1196. w32.Name = "Part_Weld"
  1197. w32.Part0 = p32
  1198. 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)
  1199. w32.Part1 = p33
  1200. 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)
  1201. w33 = Instance.new("Weld", p33)
  1202. w33.Name = "Part_Weld"
  1203. w33.Part0 = p33
  1204. 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)
  1205. w33.Part1 = p34
  1206. 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)
  1207. m.Parent = larm
  1208. m:MakeJoints()
  1209. ----------------------------------------------------
  1210. local cor = Instance.new("Part", larm.LeftArm)
  1211. cor.Name = "Thingy"
  1212. cor.Locked = true
  1213. cor.BottomSurface = 0
  1214. cor.CanCollide = false
  1215. cor.Size = Vector3.new(1, 1, 1)
  1216. cor.Transparency = 1
  1217. cor.TopSurface = 0
  1218. corw = Instance.new("Weld", cor)
  1219. corw.Part0 = larm
  1220. corw.Part1 = cor
  1221. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1222. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1223. weld1 = Instance.new("Weld", larm.LeftArm)
  1224. weld1.Part0 = cor
  1225. weld1.Part1 = larm.LeftArm.LeftArmPlate
  1226. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1227. --Right Arm
  1228. m2 = Instance.new("Model")
  1229. m2.Name = "RightArm"
  1230. p1 = Instance.new("Part", m2)
  1231. p1.BrickColor = BrickColor.new("Lime green")
  1232. p1.Material = Enum.Material.Neon
  1233. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1234. p1.FormFactor = Enum.FormFactor.Custom
  1235. p1.Size = Vector3.new(1, 0.200000048, 1)
  1236. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. b1 = Instance.new("SpecialMesh", p1)
  1243. b1.MeshType = Enum.MeshType.Brick
  1244. b1.Name = "Mesh"
  1245. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1246. p2 = Instance.new("Part", m2)
  1247. p2.BrickColor = BrickColor.new("Lime green")
  1248. p2.Material = Enum.Material.Neon
  1249. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1250. p2.FormFactor = Enum.FormFactor.Custom
  1251. p2.Size = Vector3.new(1, 0.200000048, 1)
  1252. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. b2 = Instance.new("SpecialMesh", p2)
  1259. b2.MeshType = Enum.MeshType.Brick
  1260. b2.Name = "Mesh"
  1261. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1262. p3 = Instance.new("Part", m2)
  1263. p3.BrickColor = BrickColor.new("Lime green")
  1264. p3.Material = Enum.Material.Neon
  1265. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1266. p3.FormFactor = Enum.FormFactor.Custom
  1267. p3.Size = Vector3.new(1, 0.200000048, 1)
  1268. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1271. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1272. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1273. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1274. b3 = Instance.new("SpecialMesh", p3)
  1275. b3.MeshType = Enum.MeshType.Brick
  1276. b3.Name = "Mesh"
  1277. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1278. p4 = Instance.new("Part", m2)
  1279. p4.BrickColor = BrickColor.new("Lime green")
  1280. p4.Material = Enum.Material.Neon
  1281. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1282. p4.FormFactor = Enum.FormFactor.Custom
  1283. p4.Size = Vector3.new(1, 0.200000048, 1)
  1284. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. b4 = Instance.new("SpecialMesh", p4)
  1291. b4.MeshType = Enum.MeshType.Brick
  1292. b4.Name = "Mesh"
  1293. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1294. p5 = Instance.new("Part", m2)
  1295. p5.BrickColor = BrickColor.new("Lime green")
  1296. p5.Material = Enum.Material.Neon
  1297. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1298. p5.FormFactor = Enum.FormFactor.Custom
  1299. p5.Size = Vector3.new(1, 0.200000048, 1)
  1300. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. b5 = Instance.new("SpecialMesh", p5)
  1307. b5.MeshType = Enum.MeshType.Brick
  1308. b5.Name = "Mesh"
  1309. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1310. p6 = Instance.new("Part", m2)
  1311. p6.BrickColor = BrickColor.new("Lime green")
  1312. p6.Material = Enum.Material.Neon
  1313. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1314. p6.FormFactor = Enum.FormFactor.Custom
  1315. p6.Size = Vector3.new(1, 1, 1)
  1316. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. b6 = Instance.new("SpecialMesh", p6)
  1323. b6.MeshType = Enum.MeshType.Sphere
  1324. b6.Name = "Mesh"
  1325. p7 = Instance.new("Part", m2)
  1326. p7.BrickColor = BrickColor.new("Really black")
  1327. p7.Material = Enum.Material.SmoothPlastic
  1328. p7.Name = "RightArmPlate"
  1329. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1330. p7.FormFactor = Enum.FormFactor.Symmetric
  1331. p7.Size = Vector3.new(1, 2, 1)
  1332. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. b7 = Instance.new("SpecialMesh", p7)
  1339. b7.MeshType = Enum.MeshType.Brick
  1340. b7.Name = "Mesh"
  1341. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1342. p8 = Instance.new("Part", m2)
  1343. p8.BrickColor = BrickColor.new("Lime green")
  1344. p8.Material = Enum.Material.Neon
  1345. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1346. p8.FormFactor = Enum.FormFactor.Custom
  1347. p8.Size = Vector3.new(1, 0.200000048, 1)
  1348. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1349. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1352. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1353. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1354. b8 = Instance.new("SpecialMesh", p8)
  1355. b8.MeshType = Enum.MeshType.Brick
  1356. b8.Name = "Mesh"
  1357. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1358. p9 = Instance.new("Part", m2)
  1359. p9.BrickColor = BrickColor.new("Really black")
  1360. p9.Material = Enum.Material.SmoothPlastic
  1361. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1362. p9.FormFactor = Enum.FormFactor.Custom
  1363. p9.Size = Vector3.new(1, 0.349999994, 1)
  1364. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1365. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1366. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1367. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1369. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1370. b9 = Instance.new("SpecialMesh", p9)
  1371. b9.MeshType = Enum.MeshType.Brick
  1372. b9.Name = "Mesh"
  1373. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  1374. p10 = Instance.new("Part", m2)
  1375. p10.BrickColor = BrickColor.new("Really black")
  1376. p10.Material = Enum.Material.Metal
  1377. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1378. p10.FormFactor = Enum.FormFactor.Custom
  1379. p10.Size = Vector3.new(1, 0.25, 1)
  1380. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. b10 = Instance.new("SpecialMesh", p10)
  1387. b10.MeshType = Enum.MeshType.Brick
  1388. b10.Name = "Mesh"
  1389. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1390. p11 = Instance.new("Part", m2)
  1391. p11.BrickColor = BrickColor.new("Really black")
  1392. p11.Material = Enum.Material.Metal
  1393. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1394. p11.FormFactor = Enum.FormFactor.Custom
  1395. p11.Size = Vector3.new(1, 0.25, 1)
  1396. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1402. b11 = Instance.new("SpecialMesh", p11)
  1403. b11.MeshType = Enum.MeshType.Brick
  1404. b11.Name = "Mesh"
  1405. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1406. p12 = Instance.new("Part", m2)
  1407. p12.BrickColor = BrickColor.new("Really black")
  1408. p12.Material = Enum.Material.Metal
  1409. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1410. p12.FormFactor = Enum.FormFactor.Custom
  1411. p12.Size = Vector3.new(1, 0.25, 1)
  1412. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. b12 = Instance.new("SpecialMesh", p12)
  1419. b12.MeshType = Enum.MeshType.Brick
  1420. b12.Name = "Mesh"
  1421. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1422. p13 = Instance.new("Part", m2)
  1423. p13.BrickColor = BrickColor.new("Lime green")
  1424. p13.Material = Enum.Material.Neon
  1425. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1426. p13.FormFactor = Enum.FormFactor.Custom
  1427. p13.Size = Vector3.new(1, 0.200000048, 1)
  1428. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1431. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. b13 = Instance.new("SpecialMesh", p13)
  1435. b13.MeshType = Enum.MeshType.Brick
  1436. b13.Name = "Mesh"
  1437. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1438. p14 = Instance.new("Part", m2)
  1439. p14.BrickColor = BrickColor.new("Really black")
  1440. p14.Material = Enum.Material.Metal
  1441. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1442. p14.FormFactor = Enum.FormFactor.Custom
  1443. p14.Size = Vector3.new(1, 0.25, 1)
  1444. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1446. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1447. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1448. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1449. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. b14 = Instance.new("SpecialMesh", p14)
  1451. b14.MeshType = Enum.MeshType.Brick
  1452. b14.Name = "Mesh"
  1453. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1454. p15 = Instance.new("Part", m2)
  1455. p15.BrickColor = BrickColor.new("Lime green")
  1456. p15.Material = Enum.Material.Neon
  1457. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1458. p15.FormFactor = Enum.FormFactor.Custom
  1459. p15.Size = Vector3.new(1, 0.200000048, 1)
  1460. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1461. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1465. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1466. b15 = Instance.new("SpecialMesh", p15)
  1467. b15.MeshType = Enum.MeshType.Brick
  1468. b15.Name = "Mesh"
  1469. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1470. p16 = Instance.new("Part", m2)
  1471. p16.BrickColor = BrickColor.new("Really black")
  1472. p16.Material = Enum.Material.SmoothPlastic
  1473. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1474. p16.FormFactor = Enum.FormFactor.Custom
  1475. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1476. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1479. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1481. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. b16 = Instance.new("SpecialMesh", p16)
  1483. b16.MeshType = Enum.MeshType.Brick
  1484. b16.Name = "Mesh"
  1485. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1486. p17 = Instance.new("Part", m2)
  1487. p17.BrickColor = BrickColor.new("Really black")
  1488. p17.Material = Enum.Material.SmoothPlastic
  1489. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1490. p17.FormFactor = Enum.FormFactor.Custom
  1491. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1492. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1497. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1498. b17 = Instance.new("SpecialMesh", p17)
  1499. b17.MeshType = Enum.MeshType.Brick
  1500. b17.Name = "Mesh"
  1501. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1502. p18 = Instance.new("Part", m2)
  1503. p18.BrickColor = BrickColor.new("Camo")
  1504. p18.Material = Enum.Material.SmoothPlastic
  1505. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1506. p18.FormFactor = Enum.FormFactor.Custom
  1507. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1508. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1514. b18 = Instance.new("SpecialMesh", p18)
  1515. b18.MeshType = Enum.MeshType.Brick
  1516. b18.Name = "Mesh"
  1517. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1518. p19 = Instance.new("Part", m2)
  1519. p19.BrickColor = BrickColor.new("Really black")
  1520. p19.Material = Enum.Material.SmoothPlastic
  1521. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1522. p19.FormFactor = Enum.FormFactor.Custom
  1523. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1524. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. b19 = Instance.new("SpecialMesh", p19)
  1531. b19.MeshType = Enum.MeshType.Brick
  1532. b19.Name = "Mesh"
  1533. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1534. w1 = Instance.new("Weld", p1)
  1535. w1.Name = "Part_Weld"
  1536. w1.Part0 = p1
  1537. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1538. w1.Part1 = p2
  1539. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1540. w2 = Instance.new("Weld", p2)
  1541. w2.Name = "Part_Weld"
  1542. w2.Part0 = p2
  1543. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1544. w2.Part1 = p3
  1545. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1546. w3 = Instance.new("Weld", p3)
  1547. w3.Name = "Part_Weld"
  1548. w3.Part0 = p3
  1549. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1550. w3.Part1 = p4
  1551. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1552. w4 = Instance.new("Weld", p4)
  1553. w4.Name = "Part_Weld"
  1554. w4.Part0 = p4
  1555. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1556. w4.Part1 = p5
  1557. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1558. w5 = Instance.new("Weld", p5)
  1559. w5.Name = "Part_Weld"
  1560. w5.Part0 = p5
  1561. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1562. w5.Part1 = p6
  1563. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1564. w6 = Instance.new("Weld", p6)
  1565. w6.Name = "RightArmPlate_Weld"
  1566. w6.Part0 = p6
  1567. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1568. w6.Part1 = p7
  1569. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1570. w7 = Instance.new("Weld", p7)
  1571. w7.Name = "Part_Weld"
  1572. w7.Part0 = p7
  1573. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1574. w7.Part1 = p8
  1575. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1576. w8 = Instance.new("Weld", p8)
  1577. w8.Name = "Part_Weld"
  1578. w8.Part0 = p8
  1579. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1580. w8.Part1 = p9
  1581. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1582. w9 = Instance.new("Weld", p9)
  1583. w9.Name = "Part_Weld"
  1584. w9.Part0 = p9
  1585. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1586. w9.Part1 = p10
  1587. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1588. w10 = Instance.new("Weld", p10)
  1589. w10.Name = "Part_Weld"
  1590. w10.Part0 = p10
  1591. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1592. w10.Part1 = p11
  1593. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1594. w11 = Instance.new("Weld", p11)
  1595. w11.Name = "Part_Weld"
  1596. w11.Part0 = p11
  1597. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1598. w11.Part1 = p12
  1599. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1600. w12 = Instance.new("Weld", p12)
  1601. w12.Name = "Part_Weld"
  1602. w12.Part0 = p12
  1603. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1604. w12.Part1 = p13
  1605. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1606. w13 = Instance.new("Weld", p13)
  1607. w13.Name = "Part_Weld"
  1608. w13.Part0 = p13
  1609. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1610. w13.Part1 = p14
  1611. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1612. w14 = Instance.new("Weld", p14)
  1613. w14.Name = "Part_Weld"
  1614. w14.Part0 = p14
  1615. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1616. w14.Part1 = p15
  1617. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1618. w15 = Instance.new("Weld", p15)
  1619. w15.Name = "Part_Weld"
  1620. w15.Part0 = p15
  1621. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1622. w15.Part1 = p16
  1623. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1624. w16 = Instance.new("Weld", p16)
  1625. w16.Name = "Part_Weld"
  1626. w16.Part0 = p16
  1627. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1628. w16.Part1 = p17
  1629. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1630. w17 = Instance.new("Weld", p17)
  1631. w17.Name = "Part_Weld"
  1632. w17.Part0 = p17
  1633. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1634. w17.Part1 = p18
  1635. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1636. w18 = Instance.new("Weld", p18)
  1637. w18.Name = "Part_Weld"
  1638. w18.Part0 = p18
  1639. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1640. w18.Part1 = p19
  1641. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1642. m2.Parent = rarm
  1643. m2:MakeJoints()
  1644. ----------------------------------------------------
  1645. local cor2 = Instance.new("Part", rarm.RightArm)
  1646. cor2.Name = "Thingy"
  1647. cor2.Locked = true
  1648. cor2.BottomSurface = 0
  1649. cor2.CanCollide = false
  1650. cor2.Size = Vector3.new(1, 1, 1)
  1651. cor2.Transparency = 1
  1652. cor2.TopSurface = 0
  1653. corw2 = Instance.new("Weld", cor2)
  1654. corw2.Part0 = rarm
  1655. corw2.Part1 = cor2
  1656. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1657. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1658. weld2 = Instance.new("Weld", rarm.RightArm)
  1659. weld2.Part0 = cor2
  1660. weld2.Part1 = rarm.RightArm.RightArmPlate
  1661. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1662. --Torso
  1663. m3 = Instance.new("Model")
  1664. m3.Name = "Torso"
  1665. p1 = Instance.new("Part", m3)
  1666. p1.BrickColor = BrickColor.new("Camo")
  1667. p1.Material = Enum.Material.Metal
  1668. p1.Name = "TorsoPlate"
  1669. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1670. p1.CanCollide = false
  1671. p1.Locked = true
  1672. p1.FormFactor = Enum.FormFactor.Custom
  1673. p1.Size = Vector3.new(2, 2, 1)
  1674. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1675. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1677. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1678. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. b1 = Instance.new("SpecialMesh", p1)
  1681. b1.MeshType = Enum.MeshType.Brick
  1682. b1.Name = "Mesh"
  1683. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1684. p2 = Instance.new("Part", m3)
  1685. p2.BrickColor = BrickColor.new("Camo")
  1686. p2.Material = Enum.Material.Metal
  1687. 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)
  1688. p2.CanCollide = false
  1689. p2.Locked = true
  1690. p2.FormFactor = Enum.FormFactor.Custom
  1691. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1692. b2 = Instance.new("SpecialMesh", p2)
  1693. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1694. b2.TextureId = ""
  1695. b2.MeshType = Enum.MeshType.FileMesh
  1696. b2.Name = "Mesh"
  1697. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1698. p3 = Instance.new("Part", m3)
  1699. p3.BrickColor = BrickColor.new("Really black")
  1700. p3.Material = Enum.Material.Metal
  1701. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1702. p3.CanCollide = false
  1703. p3.Locked = true
  1704. p3.FormFactor = Enum.FormFactor.Custom
  1705. p3.Size = Vector3.new(2, 2, 0.200000018)
  1706. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1708. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1709. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1710. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1711. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1712. b3 = Instance.new("SpecialMesh", p3)
  1713. b3.MeshType = Enum.MeshType.Brick
  1714. b3.Name = "Mesh"
  1715. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1716. p4 = Instance.new("Part", m3)
  1717. p4.BrickColor = BrickColor.new("Really black")
  1718. p4.Material = Enum.Material.Metal
  1719. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1720. p4.CanCollide = false
  1721. p4.Locked = true
  1722. p4.FormFactor = Enum.FormFactor.Custom
  1723. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  1724. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1725. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1726. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1727. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1728. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1729. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1730. b4 = Instance.new("SpecialMesh", p4)
  1731. b4.MeshType = Enum.MeshType.Brick
  1732. b4.Name = "Mesh"
  1733. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1734. p5 = Instance.new("Part", m3)
  1735. p5.BrickColor = BrickColor.new("Really black")
  1736. p5.Material = Enum.Material.Metal
  1737. 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)
  1738. p5.CanCollide = false
  1739. p5.Locked = true
  1740. p5.FormFactor = Enum.FormFactor.Custom
  1741. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  1742. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1743. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1746. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1748. b5 = Instance.new("SpecialMesh", p5)
  1749. b5.MeshType = Enum.MeshType.Wedge
  1750. b5.Name = "Mesh"
  1751. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1752. p6 = Instance.new("Part", m3)
  1753. p6.BrickColor = BrickColor.new("Really black")
  1754. p6.Material = Enum.Material.Metal
  1755. 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)
  1756. p6.CanCollide = false
  1757. p6.Locked = true
  1758. p6.FormFactor = Enum.FormFactor.Custom
  1759. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  1760. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1761. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1763. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1764. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1765. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. b6 = Instance.new("SpecialMesh", p6)
  1767. b6.MeshType = Enum.MeshType.Wedge
  1768. b6.Name = "Mesh"
  1769. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1770. p7 = Instance.new("Part", m3)
  1771. p7.BrickColor = BrickColor.new("Really black")
  1772. p7.Material = Enum.Material.Metal
  1773. 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)
  1774. p7.CanCollide = false
  1775. p7.Locked = true
  1776. p7.FormFactor = Enum.FormFactor.Custom
  1777. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  1778. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1781. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1782. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1783. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1784. b7 = Instance.new("SpecialMesh", p7)
  1785. b7.MeshType = Enum.MeshType.Wedge
  1786. b7.Name = "Mesh"
  1787. p8 = Instance.new("Part", m3)
  1788. p8.BrickColor = BrickColor.new("Really black")
  1789. p8.Material = Enum.Material.Metal
  1790. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1791. p8.CanCollide = false
  1792. p8.Locked = true
  1793. p8.FormFactor = Enum.FormFactor.Custom
  1794. p8.Size = Vector3.new(1, 2, 0.200000018)
  1795. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1800. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1801. b8 = Instance.new("SpecialMesh", p8)
  1802. b8.MeshType = Enum.MeshType.Brick
  1803. b8.Name = "Mesh"
  1804. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1805. p9 = Instance.new("Part", m3)
  1806. p9.BrickColor = BrickColor.new("Really black")
  1807. p9.Material = Enum.Material.Metal
  1808. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1809. p9.CanCollide = false
  1810. p9.Locked = true
  1811. p9.FormFactor = Enum.FormFactor.Custom
  1812. p9.Size = Vector3.new(1, 2, 0.200000018)
  1813. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1817. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1818. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1819. b9 = Instance.new("SpecialMesh", p9)
  1820. b9.MeshType = Enum.MeshType.Brick
  1821. b9.Name = "Mesh"
  1822. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1823. p10 = Instance.new("Part", m3)
  1824. p10.BrickColor = BrickColor.new("Really black")
  1825. p10.Material = Enum.Material.Metal
  1826. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1827. p10.CanCollide = false
  1828. p10.Locked = true
  1829. p10.FormFactor = Enum.FormFactor.Custom
  1830. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  1831. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1832. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1833. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1835. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1836. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1837. b10 = Instance.new("SpecialMesh", p10)
  1838. b10.MeshType = Enum.MeshType.Brick
  1839. b10.Name = "Mesh"
  1840. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1841. p11 = Instance.new("Part", m3)
  1842. p11.BrickColor = BrickColor.new("Camo")
  1843. p11.Material = Enum.Material.Metal
  1844. 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)
  1845. p11.CanCollide = false
  1846. p11.Locked = true
  1847. p11.FormFactor = Enum.FormFactor.Custom
  1848. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1849. b11 = Instance.new("SpecialMesh", p11)
  1850. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1851. b11.TextureId = ""
  1852. b11.MeshType = Enum.MeshType.FileMesh
  1853. b11.Name = "Mesh"
  1854. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1855. p12 = Instance.new("Part", m3)
  1856. p12.BrickColor = BrickColor.new("Camo")
  1857. p12.Material = Enum.Material.Metal
  1858. p12.Transparency = 1
  1859. p12.Name = "Chain2Torso"
  1860. 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)
  1861. p12.CanCollide = false
  1862. p12.Locked = true
  1863. p12.FormFactor = Enum.FormFactor.Custom
  1864. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  1865. b12 = Instance.new("SpecialMesh", p12)
  1866. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1867. b12.TextureId = ""
  1868. b12.MeshType = Enum.MeshType.FileMesh
  1869. b12.Name = "Mesh"
  1870. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1871. p13 = Instance.new("Part", m3)
  1872. p13.BrickColor = BrickColor.new("Camo")
  1873. p13.Material = Enum.Material.Metal
  1874. 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)
  1875. p13.CanCollide = false
  1876. p13.Locked = true
  1877. p13.FormFactor = Enum.FormFactor.Custom
  1878. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1879. b13 = Instance.new("SpecialMesh", p13)
  1880. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1881. b13.TextureId = ""
  1882. b13.MeshType = Enum.MeshType.FileMesh
  1883. b13.Name = "Mesh"
  1884. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1885. p14 = Instance.new("Part", m3)
  1886. p14.BrickColor = BrickColor.new("Camo")
  1887. p14.Material = Enum.Material.Metal
  1888. 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)
  1889. p14.CanCollide = false
  1890. p14.Locked = true
  1891. p14.FormFactor = Enum.FormFactor.Custom
  1892. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1893. b14 = Instance.new("SpecialMesh", p14)
  1894. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1895. b14.TextureId = ""
  1896. b14.MeshType = Enum.MeshType.FileMesh
  1897. b14.Name = "Mesh"
  1898. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1899. p15 = Instance.new("Part", m3)
  1900. p15.BrickColor = BrickColor.new("Camo")
  1901. p15.Material = Enum.Material.Metal
  1902. 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)
  1903. p15.CanCollide = false
  1904. p15.Locked = true
  1905. p15.FormFactor = Enum.FormFactor.Custom
  1906. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1907. b15 = Instance.new("SpecialMesh", p15)
  1908. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1909. b15.TextureId = ""
  1910. b15.MeshType = Enum.MeshType.FileMesh
  1911. b15.Name = "Mesh"
  1912. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1913. p16 = Instance.new("Part", m3)
  1914. p16.BrickColor = BrickColor.new("Camo")
  1915. p16.Material = Enum.Material.Metal
  1916. 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)
  1917. p16.CanCollide = false
  1918. p16.Locked = true
  1919. p16.FormFactor = Enum.FormFactor.Custom
  1920. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1921. b16 = Instance.new("SpecialMesh", p16)
  1922. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1923. b16.TextureId = ""
  1924. b16.MeshType = Enum.MeshType.FileMesh
  1925. b16.Name = "Mesh"
  1926. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1927. p17 = Instance.new("Part", m3)
  1928. p17.BrickColor = BrickColor.new("Camo")
  1929. p17.Material = Enum.Material.Metal
  1930. 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)
  1931. p17.CanCollide = false
  1932. p17.Locked = true
  1933. p17.FormFactor = Enum.FormFactor.Custom
  1934. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1935. b17 = Instance.new("SpecialMesh", p17)
  1936. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1937. b17.TextureId = ""
  1938. b17.MeshType = Enum.MeshType.FileMesh
  1939. b17.Name = "Mesh"
  1940. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1941. p18 = Instance.new("Part", m3)
  1942. p18.BrickColor = BrickColor.new("Camo")
  1943. p18.Material = Enum.Material.Metal
  1944. 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)
  1945. p18.CanCollide = false
  1946. p18.Locked = true
  1947. p18.FormFactor = Enum.FormFactor.Custom
  1948. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1949. b18 = Instance.new("SpecialMesh", p18)
  1950. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1951. b18.TextureId = ""
  1952. b18.MeshType = Enum.MeshType.FileMesh
  1953. b18.Name = "Mesh"
  1954. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1955. p19 = Instance.new("Part", m3)
  1956. p19.BrickColor = BrickColor.new("Camo")
  1957. p19.Material = Enum.Material.Metal
  1958. 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)
  1959. p19.CanCollide = false
  1960. p19.Locked = true
  1961. p19.FormFactor = Enum.FormFactor.Custom
  1962. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1963. b19 = Instance.new("SpecialMesh", p19)
  1964. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1965. b19.TextureId = ""
  1966. b19.MeshType = Enum.MeshType.FileMesh
  1967. b19.Name = "Mesh"
  1968. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1969. p20 = Instance.new("Part", m3)
  1970. p20.BrickColor = BrickColor.new("Camo")
  1971. p20.Material = Enum.Material.Metal
  1972. 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)
  1973. p20.CanCollide = false
  1974. p20.Locked = true
  1975. p20.FormFactor = Enum.FormFactor.Custom
  1976. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1977. b20 = Instance.new("SpecialMesh", p20)
  1978. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1979. b20.TextureId = ""
  1980. b20.MeshType = Enum.MeshType.FileMesh
  1981. b20.Name = "Mesh"
  1982. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1983. p21 = Instance.new("Part", m3)
  1984. p21.BrickColor = BrickColor.new("Camo")
  1985. p21.Material = Enum.Material.Metal
  1986. 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)
  1987. p21.CanCollide = false
  1988. p21.Locked = true
  1989. p21.FormFactor = Enum.FormFactor.Custom
  1990. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1991. b21 = Instance.new("SpecialMesh", p21)
  1992. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1993. b21.TextureId = ""
  1994. b21.MeshType = Enum.MeshType.FileMesh
  1995. b21.Name = "Mesh"
  1996. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1997. p22 = Instance.new("Part", m3)
  1998. p22.BrickColor = BrickColor.new("Camo")
  1999. p22.Material = Enum.Material.Metal
  2000. 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)
  2001. p22.CanCollide = false
  2002. p22.Locked = true
  2003. p22.FormFactor = Enum.FormFactor.Custom
  2004. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2005. b22 = Instance.new("SpecialMesh", p22)
  2006. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2007. b22.TextureId = ""
  2008. b22.MeshType = Enum.MeshType.FileMesh
  2009. b22.Name = "Mesh"
  2010. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2011. p23 = Instance.new("Part", m3)
  2012. p23.BrickColor = BrickColor.new("Camo")
  2013. p23.Material = Enum.Material.Metal
  2014. 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)
  2015. p23.CanCollide = false
  2016. p23.Locked = true
  2017. p23.FormFactor = Enum.FormFactor.Custom
  2018. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2019. b23 = Instance.new("SpecialMesh", p23)
  2020. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2021. b23.TextureId = ""
  2022. b23.MeshType = Enum.MeshType.FileMesh
  2023. b23.Name = "Mesh"
  2024. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2025. p24 = Instance.new("Part", m3)
  2026. p24.BrickColor = BrickColor.new("Camo")
  2027. p24.Material = Enum.Material.Metal
  2028. 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)
  2029. p24.CanCollide = false
  2030. p24.Locked = true
  2031. p24.FormFactor = Enum.FormFactor.Custom
  2032. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2033. b24 = Instance.new("SpecialMesh", p24)
  2034. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2035. b24.TextureId = ""
  2036. b24.MeshType = Enum.MeshType.FileMesh
  2037. b24.Name = "Mesh"
  2038. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2039. p25 = Instance.new("Part", m3)
  2040. p25.BrickColor = BrickColor.new("Camo")
  2041. p25.Material = Enum.Material.Metal
  2042. 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)
  2043. p25.CanCollide = false
  2044. p25.Locked = true
  2045. p25.FormFactor = Enum.FormFactor.Custom
  2046. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2047. b25 = Instance.new("SpecialMesh", p25)
  2048. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2049. b25.TextureId = ""
  2050. b25.MeshType = Enum.MeshType.FileMesh
  2051. b25.Name = "Mesh"
  2052. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2053. p26 = Instance.new("Part", m3)
  2054. p26.BrickColor = BrickColor.new("Camo")
  2055. p26.Material = Enum.Material.Metal
  2056. 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)
  2057. p26.CanCollide = false
  2058. p26.Locked = true
  2059. p26.FormFactor = Enum.FormFactor.Custom
  2060. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2061. b26 = Instance.new("SpecialMesh", p26)
  2062. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2063. b26.TextureId = ""
  2064. b26.MeshType = Enum.MeshType.FileMesh
  2065. b26.Name = "Mesh"
  2066. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2067. p27 = Instance.new("Part", m3)
  2068. p27.BrickColor = BrickColor.new("Camo")
  2069. p27.Material = Enum.Material.Metal
  2070. 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)
  2071. p27.CanCollide = false
  2072. p27.Locked = true
  2073. p27.FormFactor = Enum.FormFactor.Custom
  2074. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2075. b27 = Instance.new("SpecialMesh", p27)
  2076. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2077. b27.TextureId = ""
  2078. b27.MeshType = Enum.MeshType.FileMesh
  2079. b27.Name = "Mesh"
  2080. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2081. p28 = Instance.new("Part", m3)
  2082. p28.BrickColor = BrickColor.new("Camo")
  2083. p28.Material = Enum.Material.Metal
  2084. 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)
  2085. p28.CanCollide = false
  2086. p28.Locked = true
  2087. p28.FormFactor = Enum.FormFactor.Custom
  2088. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2089. b28 = Instance.new("SpecialMesh", p28)
  2090. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2091. b28.TextureId = ""
  2092. b28.MeshType = Enum.MeshType.FileMesh
  2093. b28.Name = "Mesh"
  2094. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2095. p29 = Instance.new("Part", m3)
  2096. p29.BrickColor = BrickColor.new("Camo")
  2097. p29.Material = Enum.Material.Metal
  2098. 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)
  2099. p29.CanCollide = false
  2100. p29.Locked = true
  2101. p29.FormFactor = Enum.FormFactor.Custom
  2102. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2103. b29 = Instance.new("SpecialMesh", p29)
  2104. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2105. b29.TextureId = ""
  2106. b29.MeshType = Enum.MeshType.FileMesh
  2107. b29.Name = "Mesh"
  2108. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2109. p30 = Instance.new("Part", m3)
  2110. p30.BrickColor = BrickColor.new("Camo")
  2111. p30.Material = Enum.Material.Metal
  2112. 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)
  2113. p30.CanCollide = false
  2114. p30.Locked = true
  2115. p30.FormFactor = Enum.FormFactor.Custom
  2116. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2117. b30 = Instance.new("SpecialMesh", p30)
  2118. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2119. b30.TextureId = ""
  2120. b30.MeshType = Enum.MeshType.FileMesh
  2121. b30.Name = "Mesh"
  2122. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2123. p31 = Instance.new("Part", m3)
  2124. p31.BrickColor = BrickColor.new("Camo")
  2125. p31.Material = Enum.Material.Metal
  2126. 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)
  2127. p31.CanCollide = false
  2128. p31.Locked = true
  2129. p31.FormFactor = Enum.FormFactor.Custom
  2130. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2131. b31 = Instance.new("SpecialMesh", p31)
  2132. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2133. b31.TextureId = ""
  2134. b31.MeshType = Enum.MeshType.FileMesh
  2135. b31.Name = "Mesh"
  2136. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2137. p32 = Instance.new("Part", m3)
  2138. p32.BrickColor = BrickColor.new("Camo")
  2139. p32.Material = Enum.Material.Metal
  2140. 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)
  2141. p32.CanCollide = false
  2142. p32.Locked = true
  2143. p32.FormFactor = Enum.FormFactor.Custom
  2144. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2145. b32 = Instance.new("SpecialMesh", p32)
  2146. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2147. b32.TextureId = ""
  2148. b32.MeshType = Enum.MeshType.FileMesh
  2149. b32.Name = "Mesh"
  2150. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2151. p33 = Instance.new("Part", m3)
  2152. p33.BrickColor = BrickColor.new("Camo")
  2153. p33.Material = Enum.Material.Metal
  2154. 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)
  2155. p33.CanCollide = false
  2156. p33.Locked = true
  2157. p33.FormFactor = Enum.FormFactor.Custom
  2158. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2159. b33 = Instance.new("SpecialMesh", p33)
  2160. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2161. b33.TextureId = ""
  2162. b33.MeshType = Enum.MeshType.FileMesh
  2163. b33.Name = "Mesh"
  2164. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2165. p34 = Instance.new("Part", m3)
  2166. p34.BrickColor = BrickColor.new("Camo")
  2167. p34.Material = Enum.Material.Metal
  2168. p34.Name = "Connection"
  2169. 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)
  2170. p34.CanCollide = false
  2171. p34.Locked = true
  2172. p34.FormFactor = Enum.FormFactor.Custom
  2173. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2174. b34 = Instance.new("SpecialMesh", p34)
  2175. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2176. b34.TextureId = ""
  2177. b34.MeshType = Enum.MeshType.FileMesh
  2178. b34.Name = "Mesh"
  2179. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2180. p35 = Instance.new("Part", m3)
  2181. p35.BrickColor = BrickColor.new("Camo")
  2182. p35.Material = Enum.Material.Metal
  2183. 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)
  2184. p35.CanCollide = false
  2185. p35.Locked = true
  2186. p35.FormFactor = Enum.FormFactor.Custom
  2187. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2188. b35 = Instance.new("SpecialMesh", p35)
  2189. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2190. b35.TextureId = ""
  2191. b35.MeshType = Enum.MeshType.FileMesh
  2192. b35.Name = "Mesh"
  2193. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2194. p36 = Instance.new("Part", m3)
  2195. p36.BrickColor = BrickColor.new("Camo")
  2196. p36.Material = Enum.Material.Metal
  2197. 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)
  2198. p36.CanCollide = false
  2199. p36.Locked = true
  2200. p36.FormFactor = Enum.FormFactor.Custom
  2201. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2202. b36 = Instance.new("SpecialMesh", p36)
  2203. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2204. b36.TextureId = ""
  2205. b36.MeshType = Enum.MeshType.FileMesh
  2206. b36.Name = "Mesh"
  2207. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2208. w1 = Instance.new("Weld", p2)
  2209. w1.Name = "Joint"
  2210. w1.Part0 = p2
  2211. 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)
  2212. w1.Part1 = p18
  2213. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2214. w2 = Instance.new("Weld", p3)
  2215. w2.Name = "Joint"
  2216. w2.Part0 = p3
  2217. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2218. w2.Part1 = p1
  2219. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2220. w3 = Instance.new("Weld", p4)
  2221. w3.Name = "Joint"
  2222. w3.Part0 = p4
  2223. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2224. w3.Part1 = p1
  2225. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2226. w4 = Instance.new("Weld", p5)
  2227. w4.Name = "Joint"
  2228. w4.Part0 = p5
  2229. 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)
  2230. w4.Part1 = p7
  2231. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2232. w5 = Instance.new("Weld", p6)
  2233. w5.Name = "Joint"
  2234. w5.Part0 = p6
  2235. 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)
  2236. w5.Part1 = p7
  2237. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2238. w6 = Instance.new("Weld", p7)
  2239. w6.Name = "Joint"
  2240. w6.Part0 = p7
  2241. 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)
  2242. w6.Part1 = p1
  2243. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2244. w7 = Instance.new("Weld", p8)
  2245. w7.Name = "Joint"
  2246. w7.Part0 = p8
  2247. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2248. w7.Part1 = p1
  2249. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2250. w8 = Instance.new("Weld", p9)
  2251. w8.Name = "Joint"
  2252. w8.Part0 = p9
  2253. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2254. w8.Part1 = p1
  2255. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2256. w9 = Instance.new("Weld", p10)
  2257. w9.Name = "Joint"
  2258. w9.Part0 = p10
  2259. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2260. w9.Part1 = p1
  2261. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2262. w10 = Instance.new("Weld", p11)
  2263. w10.Name = "Joint"
  2264. w10.Part0 = p11
  2265. 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)
  2266. w10.Part1 = p19
  2267. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2268. w11 = Instance.new("Weld", p12)
  2269. w11.Name = "Joint"
  2270. w11.Part0 = p12
  2271. 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)
  2272. w11.Part1 = p1
  2273. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2274. w12 = Instance.new("Weld", p13)
  2275. w12.Name = "Joint"
  2276. w12.Part0 = p13
  2277. 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)
  2278. w12.Part1 = p35
  2279. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2280. w13 = Instance.new("Weld", p14)
  2281. w13.Name = "Joint"
  2282. w13.Part0 = p14
  2283. 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)
  2284. w13.Part1 = p34
  2285. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2286. w14 = Instance.new("Weld", p15)
  2287. w14.Name = "Joint"
  2288. w14.Part0 = p15
  2289. 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)
  2290. w14.Part1 = p16
  2291. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2292. w15 = Instance.new("Weld", p16)
  2293. w15.Name = "Joint"
  2294. w15.Part0 = p16
  2295. 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)
  2296. w15.Part1 = p20
  2297. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2298. w16 = Instance.new("Weld", p17)
  2299. w16.Name = "Joint"
  2300. w16.Part0 = p17
  2301. 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)
  2302. w16.Part1 = p14
  2303. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2304. w17 = Instance.new("Weld", p18)
  2305. w17.Name = "Joint"
  2306. w17.Part0 = p18
  2307. 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)
  2308. w17.Part1 = p17
  2309. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2310. w18 = Instance.new("Weld", p19)
  2311. w18.Name = "Joint"
  2312. w18.Part0 = p19
  2313. 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)
  2314. w18.Part1 = p21
  2315. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2316. w19 = Instance.new("Weld", p20)
  2317. w19.Name = "Joint"
  2318. w19.Part0 = p20
  2319. 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)
  2320. w19.Part1 = p11
  2321. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2322. w20 = Instance.new("Weld", p21)
  2323. w20.Name = "Joint"
  2324. w20.Part0 = p21
  2325. 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)
  2326. w20.Part1 = p22
  2327. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2328. w21 = Instance.new("Weld", p22)
  2329. w21.Name = "Joint"
  2330. w21.Part0 = p22
  2331. 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)
  2332. w21.Part1 = p23
  2333. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2334. w22 = Instance.new("Weld", p23)
  2335. w22.Name = "Joint"
  2336. w22.Part0 = p23
  2337. 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)
  2338. w22.Part1 = p24
  2339. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2340. w23 = Instance.new("Weld", p24)
  2341. w23.Name = "Joint"
  2342. w23.Part0 = p24
  2343. 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)
  2344. w23.Part1 = p25
  2345. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2346. w24 = Instance.new("Weld", p25)
  2347. w24.Name = "Joint"
  2348. w24.Part0 = p25
  2349. 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)
  2350. w24.Part1 = p26
  2351. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2352. w25 = Instance.new("Weld", p26)
  2353. w25.Name = "Joint"
  2354. w25.Part0 = p26
  2355. 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)
  2356. w25.Part1 = p27
  2357. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2358. w26 = Instance.new("Weld", p27)
  2359. w26.Name = "Joint"
  2360. w26.Part0 = p27
  2361. 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)
  2362. w26.Part1 = p28
  2363. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2364. w27 = Instance.new("Weld", p28)
  2365. w27.Name = "Joint"
  2366. w27.Part0 = p28
  2367. 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)
  2368. w27.Part1 = p29
  2369. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2370. w28 = Instance.new("Weld", p29)
  2371. w28.Name = "Joint"
  2372. w28.Part0 = p29
  2373. 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)
  2374. w28.Part1 = p30
  2375. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2376. w29 = Instance.new("Weld", p30)
  2377. w29.Name = "Joint"
  2378. w29.Part0 = p30
  2379. 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)
  2380. w29.Part1 = p31
  2381. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2382. w30 = Instance.new("Weld", p31)
  2383. w30.Name = "Joint"
  2384. w30.Part0 = p31
  2385. 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)
  2386. w30.Part1 = p32
  2387. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2388. w31 = Instance.new("Weld", p32)
  2389. w31.Name = "Joint"
  2390. w31.Part0 = p32
  2391. 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)
  2392. w31.Part1 = p33
  2393. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2394. w32 = Instance.new("Weld", p33)
  2395. w32.Name = "Joint"
  2396. w32.Part0 = p33
  2397. 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)
  2398. w32.Part1 = p13
  2399. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2400. w33 = Instance.new("Weld", p34)
  2401. w33.Name = "Joint"
  2402. w33.Part0 = p34
  2403. 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)
  2404. w33.Part1 = p12
  2405. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2406. w34 = Instance.new("Weld", p35)
  2407. w34.Name = "Joint"
  2408. w34.Part0 = p35
  2409. 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)
  2410. w34.Part1 = p36
  2411. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2412. w35 = Instance.new("Weld", p36)
  2413. w35.Name = "Joint"
  2414. w35.Part0 = p36
  2415. 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)
  2416. w35.Part1 = p2
  2417. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2418. m3.Parent = torso
  2419. m3:MakeJoints()
  2420. ----------------------------------------------------
  2421. local cor3 = Instance.new("Part", torso.Torso)
  2422. cor3.Name = "Thingy"
  2423. cor3.Locked = true
  2424. cor3.BottomSurface = 0
  2425. cor3.CanCollide = false
  2426. cor3.Size = Vector3.new(1, 1, 1)
  2427. cor3.Transparency = 1
  2428. cor3.TopSurface = 0
  2429. corw3 = Instance.new("Weld", cor3)
  2430. corw3.Part0 = torso
  2431. corw3.Part1 = cor3
  2432. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2433. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2434. weld3 = Instance.new("Weld", torso.Torso)
  2435. weld3.Part0 = cor3
  2436. weld3.Part1 = torso.Torso.TorsoPlate
  2437. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2438. --Left Leg
  2439. m4 = Instance.new("Model")
  2440. m4.Name = "LeftLeg"
  2441. p1 = Instance.new("Part", m4)
  2442. p1.BrickColor = BrickColor.new("Camo")
  2443. p1.Material = Enum.Material.Metal
  2444. p1.Name = "LeftLegPlate"
  2445. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2446. p1.Anchored = false
  2447. p1.CanCollide = false
  2448. p1.FormFactor = Enum.FormFactor.Custom
  2449. p1.Size = Vector3.new(1, 2, 1)
  2450. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2451. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2453. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2454. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2455. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2456. b1 = Instance.new("SpecialMesh", p1)
  2457. b1.MeshType = Enum.MeshType.Brick
  2458. b1.Name = "Mesh"
  2459. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2460. p2 = Instance.new("Part", m4)
  2461. p2.BrickColor = BrickColor.new("Camo")
  2462. p2.Material = Enum.Material.Metal
  2463. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2464. p2.Anchored = false
  2465. p2.CanCollide = false
  2466. p2.FormFactor = Enum.FormFactor.Custom
  2467. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2468. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2469. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2473. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2474. b2 = Instance.new("SpecialMesh", p2)
  2475. b2.MeshType = Enum.MeshType.Brick
  2476. b2.Name = "Mesh"
  2477. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2478. p3 = Instance.new("Part", m4)
  2479. p3.BrickColor = BrickColor.new("Camo")
  2480. p3.Material = Enum.Material.Metal
  2481. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2482. p3.Anchored = false
  2483. p3.CanCollide = false
  2484. p3.FormFactor = Enum.FormFactor.Custom
  2485. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2486. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2491. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2492. b3 = Instance.new("SpecialMesh", p3)
  2493. b3.MeshType = Enum.MeshType.Brick
  2494. b3.Name = "Mesh"
  2495. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2496. p4 = Instance.new("Part", m4)
  2497. p4.BrickColor = BrickColor.new("Really black")
  2498. p4.Material = Enum.Material.Metal
  2499. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2500. p4.Anchored = false
  2501. p4.CanCollide = false
  2502. p4.FormFactor = Enum.FormFactor.Custom
  2503. p4.Size = Vector3.new(1, 2, 0.200000018)
  2504. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2505. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. b4 = Instance.new("SpecialMesh", p4)
  2511. b4.MeshType = Enum.MeshType.Brick
  2512. b4.Name = "Mesh"
  2513. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2514. p5 = Instance.new("Part", m4)
  2515. p5.BrickColor = BrickColor.new("Really black")
  2516. p5.Material = Enum.Material.Metal
  2517. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2518. p5.Anchored = false
  2519. p5.CanCollide = false
  2520. p5.FormFactor = Enum.FormFactor.Custom
  2521. p5.Size = Vector3.new(1, 2, 0.200000018)
  2522. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2523. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. b5 = Instance.new("SpecialMesh", p5)
  2529. b5.MeshType = Enum.MeshType.Brick
  2530. b5.Name = "Mesh"
  2531. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2532. p6 = Instance.new("Part", m4)
  2533. p6.BrickColor = BrickColor.new("Really black")
  2534. p6.Material = Enum.Material.Metal
  2535. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2536. p6.Anchored = false
  2537. p6.CanCollide = false
  2538. p6.FormFactor = Enum.FormFactor.Custom
  2539. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  2540. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2541. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. b6 = Instance.new("SpecialMesh", p6)
  2547. b6.MeshType = Enum.MeshType.Brick
  2548. b6.Name = "Mesh"
  2549. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2550. p7 = Instance.new("Part", m4)
  2551. p7.BrickColor = BrickColor.new("Really black")
  2552. p7.Material = Enum.Material.Metal
  2553. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2554. p7.Anchored = false
  2555. p7.CanCollide = false
  2556. p7.FormFactor = Enum.FormFactor.Custom
  2557. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2558. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2559. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. b7 = Instance.new("SpecialMesh", p7)
  2565. b7.MeshType = Enum.MeshType.Brick
  2566. b7.Name = "Mesh"
  2567. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2568. w1 = Instance.new("Weld", p2)
  2569. w1.Name = "Joint"
  2570. w1.Part0 = p2
  2571. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2572. w1.Part1 = p3
  2573. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2574. w2 = Instance.new("Weld", p3)
  2575. w2.Name = "Joint"
  2576. w2.Part0 = p3
  2577. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2578. w2.Part1 = p5
  2579. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2580. w3 = Instance.new("Weld", p4)
  2581. w3.Name = "Joint"
  2582. w3.Part0 = p4
  2583. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2584. w3.Part1 = p1
  2585. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2586. w4 = Instance.new("Weld", p5)
  2587. w4.Name = "Joint"
  2588. w4.Part0 = p5
  2589. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2590. w4.Part1 = p1
  2591. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2592. w5 = Instance.new("Weld", p6)
  2593. w5.Name = "Joint"
  2594. w5.Part0 = p6
  2595. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2596. w5.Part1 = p1
  2597. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2598. w6 = Instance.new("Weld", p7)
  2599. w6.Name = "Joint"
  2600. w6.Part0 = p7
  2601. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2602. w6.Part1 = p1
  2603. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2604. m4.Parent = lleg
  2605. m4:MakeJoints()
  2606. ----------------------------------------------------
  2607. local cor4 = Instance.new("Part", lleg.LeftLeg)
  2608. cor4.Name = "Thingy"
  2609. cor4.Locked = true
  2610. cor4.BottomSurface = 0
  2611. cor4.CanCollide = false
  2612. cor4.Size = Vector3.new(1, 1, 1)
  2613. cor4.Transparency = 1
  2614. cor4.TopSurface = 0
  2615. corw4 = Instance.new("Weld", cor4)
  2616. corw4.Part0 = lleg
  2617. corw4.Part1 = cor4
  2618. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2619. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2620. weld4 = Instance.new("Weld", lleg.LeftLeg)
  2621. weld4.Part0 = cor4
  2622. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  2623. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2624. --Right Leg
  2625. m5 = Instance.new("Model")
  2626. m5.Name = "RightLeg"
  2627. p1 = Instance.new("Part", m5)
  2628. p1.BrickColor = BrickColor.new("Camo")
  2629. p1.Material = Enum.Material.Metal
  2630. p1.Name = "RightLegPlate"
  2631. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2632. p1.Anchored = false
  2633. p1.CanCollide = false
  2634. p1.CanCollide = false
  2635. p1.FormFactor = Enum.FormFactor.Custom
  2636. p1.Size = Vector3.new(1, 2, 1)
  2637. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2639. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. b1 = Instance.new("SpecialMesh", p1)
  2644. b1.MeshType = Enum.MeshType.Brick
  2645. b1.Name = "Mesh"
  2646. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2647. p2 = Instance.new("Part", m5)
  2648. p2.BrickColor = BrickColor.new("Camo")
  2649. p2.Material = Enum.Material.Metal
  2650. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2651. p2.Anchored = false
  2652. p2.CanCollide = false
  2653. p2.FormFactor = Enum.FormFactor.Custom
  2654. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2655. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2656. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2657. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2658. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2660. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2661. b2 = Instance.new("SpecialMesh", p2)
  2662. b2.MeshType = Enum.MeshType.Brick
  2663. b2.Name = "Mesh"
  2664. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2665. p3 = Instance.new("Part", m5)
  2666. p3.BrickColor = BrickColor.new("Camo")
  2667. p3.Material = Enum.Material.Metal
  2668. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2669. p3.Anchored = false
  2670. p3.CanCollide = false
  2671. p3.FormFactor = Enum.FormFactor.Custom
  2672. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2673. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2675. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2676. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2677. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2678. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2679. b3 = Instance.new("SpecialMesh", p3)
  2680. b3.MeshType = Enum.MeshType.Brick
  2681. b3.Name = "Mesh"
  2682. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2683. p4 = Instance.new("Part", m5)
  2684. p4.BrickColor = BrickColor.new("Really black")
  2685. p4.Material = Enum.Material.Metal
  2686. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2687. p4.Anchored = false
  2688. p4.CanCollide = false
  2689. p4.FormFactor = Enum.FormFactor.Custom
  2690. p4.Size = Vector3.new(1, 2, 0.200000018)
  2691. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2694. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2695. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2696. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2697. b4 = Instance.new("SpecialMesh", p4)
  2698. b4.MeshType = Enum.MeshType.Brick
  2699. b4.Name = "Mesh"
  2700. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2701. p5 = Instance.new("Part", m5)
  2702. p5.BrickColor = BrickColor.new("Really black")
  2703. p5.Material = Enum.Material.Metal
  2704. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2705. p5.Anchored = false
  2706. p5.CanCollide = false
  2707. p5.FormFactor = Enum.FormFactor.Custom
  2708. p5.Size = Vector3.new(1, 2, 0.200000018)
  2709. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2711. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2712. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2713. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2714. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2715. b5 = Instance.new("SpecialMesh", p5)
  2716. b5.MeshType = Enum.MeshType.Brick
  2717. b5.Name = "Mesh"
  2718. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2719. p6 = Instance.new("Part", m5)
  2720. p6.BrickColor = BrickColor.new("Really black")
  2721. p6.Material = Enum.Material.Metal
  2722. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2723. p6.Anchored = false
  2724. p6.CanCollide = false
  2725. p6.FormFactor = Enum.FormFactor.Custom
  2726. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2727. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2731. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2732. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2733. b6 = Instance.new("SpecialMesh", p6)
  2734. b6.MeshType = Enum.MeshType.Brick
  2735. b6.Name = "Mesh"
  2736. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2737. p7 = Instance.new("Part", m5)
  2738. p7.BrickColor = BrickColor.new("Really black")
  2739. p7.Material = Enum.Material.Metal
  2740. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2741. p7.Anchored = false
  2742. p7.CanCollide = false
  2743. p7.FormFactor = Enum.FormFactor.Custom
  2744. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2745. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2750. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2751. b7 = Instance.new("SpecialMesh", p7)
  2752. b7.MeshType = Enum.MeshType.Brick
  2753. b7.Name = "Mesh"
  2754. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2755. w1 = Instance.new("Weld", p2)
  2756. w1.Name = "Joint"
  2757. w1.Part0 = p2
  2758. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2759. w1.Part1 = p3
  2760. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2761. w2 = Instance.new("Weld", p3)
  2762. w2.Name = "Joint"
  2763. w2.Part0 = p3
  2764. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2765. w2.Part1 = p5
  2766. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2767. w3 = Instance.new("Weld", p4)
  2768. w3.Name = "Joint"
  2769. w3.Part0 = p4
  2770. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2771. w3.Part1 = p1
  2772. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2773. w4 = Instance.new("Weld", p5)
  2774. w4.Name = "Joint"
  2775. w4.Part0 = p5
  2776. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2777. w4.Part1 = p1
  2778. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2779. w5 = Instance.new("Weld", p6)
  2780. w5.Name = "Joint"
  2781. w5.Part0 = p6
  2782. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2783. w5.Part1 = p1
  2784. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2785. w6 = Instance.new("Weld", p7)
  2786. w6.Name = "Joint"
  2787. w6.Part0 = p7
  2788. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2789. w6.Part1 = p1
  2790. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2791. m5.Parent = rleg
  2792. m5:MakeJoints()
  2793. ----------------------------------------------------
  2794. local cor5 = Instance.new("Part", rleg.RightLeg)
  2795. cor5.Name = "Thingy"
  2796. cor5.Locked = true
  2797. cor5.BottomSurface = 0
  2798. cor5.CanCollide = false
  2799. cor5.Size = Vector3.new(1, 1, 1)
  2800. cor5.Transparency = 1
  2801. cor5.TopSurface = 0
  2802. corw5 = Instance.new("Weld", cor5)
  2803. corw5.Part0 = rleg
  2804. corw5.Part1 = cor5
  2805. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2806. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2807. wld5 = Instance.new("Weld", rleg.RightLeg)
  2808. wld5.Part0 = cor5
  2809. wld5.Part1 = rleg.RightLeg.RightLegPlate
  2810. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2811. --Cape
  2812. m6 = Instance.new("Model")
  2813. m6.Name = "Cloak"
  2814. p1 = Instance.new("WedgePart", m6)
  2815. p1.BrickColor = BrickColor.new("Lime green")
  2816. p1.Material = Enum.Material.SmoothPlastic
  2817. p1.Name = "Wedge"
  2818. p1.Transparency = 1
  2819. p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2820. p1.CanCollide = false
  2821. p1.Locked = true
  2822. p1.FormFactor = Enum.FormFactor.Custom
  2823. p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2824. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2825. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2826. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2827. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2828. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2829. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2830. b1 = Instance.new("SpecialMesh", p1)
  2831. b1.MeshType = Enum.MeshType.Wedge
  2832. b1.Name = "Mesh"
  2833. b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2834. p2 = Instance.new("WedgePart", m6)
  2835. p2.BrickColor = BrickColor.new("Really black")
  2836. p2.Material = Enum.Material.SmoothPlastic
  2837. p2.Name = "Wedge"
  2838. p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  2839. p2.CanCollide = false
  2840. p2.Locked = true
  2841. p2.FormFactor = Enum.FormFactor.Custom
  2842. p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2843. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2844. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2845. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2846. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2847. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2848. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2849. b2 = Instance.new("SpecialMesh", p2)
  2850. b2.MeshType = Enum.MeshType.Wedge
  2851. b2.Name = "Mesh"
  2852. b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2853. p3 = Instance.new("Part", m6)
  2854. p3.BrickColor = BrickColor.new("Really black")
  2855. p3.Material = Enum.Material.SmoothPlastic
  2856. p3.Name = "CapeLevel2"
  2857. p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2858. p3.CanCollide = false
  2859. p3.Locked = true
  2860. p3.FormFactor = Enum.FormFactor.Custom
  2861. p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
  2862. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2863. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2865. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2867. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. b3 = Instance.new("BlockMesh", p3)
  2869. b3.Name = "Mesh"
  2870. b3.Scale = Vector3.new(1, 1, 0.602178097)
  2871. p4 = Instance.new("Part", m6)
  2872. p4.BrickColor = BrickColor.new("Really black")
  2873. p4.Material = Enum.Material.SmoothPlastic
  2874. p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2875. p4.CanCollide = false
  2876. p4.Locked = true
  2877. p4.FormFactor = Enum.FormFactor.Custom
  2878. p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2879. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2881. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2882. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2883. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2884. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. b4 = Instance.new("BlockMesh", p4)
  2886. b4.Name = "Mesh"
  2887. b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2888. p5 = Instance.new("Part", m6)
  2889. p5.BrickColor = BrickColor.new("Really black")
  2890. p5.Material = Enum.Material.SmoothPlastic
  2891. p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2892. p5.CanCollide = false
  2893. p5.Locked = true
  2894. p5.FormFactor = Enum.FormFactor.Custom
  2895. p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2896. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2897. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2898. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2899. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2900. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2901. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2902. b5 = Instance.new("BlockMesh", p5)
  2903. b5.Name = "Mesh"
  2904. b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2905. p6 = Instance.new("Part", m6)
  2906. p6.BrickColor = BrickColor.new("Really black")
  2907. p6.Material = Enum.Material.SmoothPlastic
  2908. p6.Name = "CapeLevel1"
  2909. p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2910. p6.CanCollide = false
  2911. p6.Locked = true
  2912. p6.FormFactor = Enum.FormFactor.Custom
  2913. p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
  2914. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2915. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2916. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2917. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2918. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2920. b6 = Instance.new("BlockMesh", p6)
  2921. b6.Name = "Mesh"
  2922. b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  2923. p7 = Instance.new("Part", m6)
  2924. p7.BrickColor = BrickColor.new("Really black")
  2925. p7.Material = Enum.Material.SmoothPlastic
  2926. p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2927. p7.CanCollide = false
  2928. p7.Locked = true
  2929. p7.FormFactor = Enum.FormFactor.Custom
  2930. p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2931. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2932. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2933. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2934. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2935. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2936. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2937. b7 = Instance.new("BlockMesh", p7)
  2938. b7.Name = "Mesh"
  2939. b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2940. p8 = Instance.new("Part", m6)
  2941. p8.BrickColor = BrickColor.new("Really black")
  2942. p8.Material = Enum.Material.SmoothPlastic
  2943. p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2944. p8.CanCollide = false
  2945. p8.Locked = true
  2946. p8.FormFactor = Enum.FormFactor.Custom
  2947. p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2948. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2950. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2951. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2952. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2953. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2954. b8 = Instance.new("BlockMesh", p8)
  2955. b8.Name = "Mesh"
  2956. b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2957. p9 = Instance.new("Part", m6)
  2958. p9.BrickColor = BrickColor.new("Really black")
  2959. p9.Material = Enum.Material.SmoothPlastic
  2960. p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2961. p9.CanCollide = false
  2962. p9.Locked = true
  2963. p9.FormFactor = Enum.FormFactor.Custom
  2964. p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
  2965. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2967. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. b9 = Instance.new("BlockMesh", p9)
  2972. b9.Name = "Mesh"
  2973. b9.Scale = Vector3.new(1, 1, 0.602178097)
  2974. p10 = Instance.new("Part", m6)
  2975. p10.BrickColor = BrickColor.new("Really black")
  2976. p10.Material = Enum.Material.SmoothPlastic
  2977. p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2978. p10.CanCollide = false
  2979. p10.Locked = true
  2980. p10.FormFactor = Enum.FormFactor.Custom
  2981. p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2982. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2983. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2985. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. b10 = Instance.new("BlockMesh", p10)
  2989. b10.Name = "Mesh"
  2990. b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2991. p11 = Instance.new("Part", m6)
  2992. p11.BrickColor = BrickColor.new("Really black")
  2993. p11.Material = Enum.Material.SmoothPlastic
  2994. p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2995. p11.CanCollide = false
  2996. p11.Locked = true
  2997. p11.FormFactor = Enum.FormFactor.Custom
  2998. p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2999. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3000. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3001. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3003. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3005. b11 = Instance.new("BlockMesh", p11)
  3006. b11.Name = "Mesh"
  3007. b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3008. p12 = Instance.new("Part", m6)
  3009. p12.BrickColor = BrickColor.new("Really black")
  3010. p12.Material = Enum.Material.SmoothPlastic
  3011. p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3012. p12.CanCollide = false
  3013. p12.Locked = true
  3014. p12.FormFactor = Enum.FormFactor.Custom
  3015. p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3016. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3017. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3018. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. b12 = Instance.new("BlockMesh", p12)
  3023. b12.Name = "Mesh"
  3024. b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3025. p13 = Instance.new("Part", m6)
  3026. p13.BrickColor = BrickColor.new("Really black")
  3027. p13.Material = Enum.Material.SmoothPlastic
  3028. p13.Name = "BottomLeftFlap"
  3029. p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3030. p13.CanCollide = false
  3031. p13.Locked = true
  3032. p13.FormFactor = Enum.FormFactor.Custom
  3033. p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3034. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3035. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3036. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3037. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3038. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. b13 = Instance.new("BlockMesh", p13)
  3041. b13.Name = "Mesh"
  3042. b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3043. p14 = Instance.new("Part", m6)
  3044. p14.BrickColor = BrickColor.new("Really black")
  3045. p14.Material = Enum.Material.SmoothPlastic
  3046. p14.Transparency = 1
  3047. p14.Name = "Rotater"
  3048. p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3049. p14.CanCollide = false
  3050. p14.Locked = true
  3051. p14.FormFactor = Enum.FormFactor.Custom
  3052. p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
  3053. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3054. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3055. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3056. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3057. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3058. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3059. b14 = Instance.new("BlockMesh", p14)
  3060. b14.Name = "Mesh"
  3061. b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
  3062. p15 = Instance.new("Part", m6)
  3063. p15.BrickColor = BrickColor.new("Really black")
  3064. p15.Material = Enum.Material.SmoothPlastic
  3065. p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3066. p15.CanCollide = false
  3067. p15.Locked = true
  3068. p15.FormFactor = Enum.FormFactor.Custom
  3069. p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3070. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3072. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3073. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3074. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3075. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3076. b15 = Instance.new("BlockMesh", p15)
  3077. b15.Name = "Mesh"
  3078. b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3079. p16 = Instance.new("Part", m6)
  3080. p16.BrickColor = BrickColor.new("Really black")
  3081. p16.Material = Enum.Material.SmoothPlastic
  3082. p16.Name = "BottomCenterFlap"
  3083. p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3084. p16.CanCollide = false
  3085. p16.Locked = true
  3086. p16.FormFactor = Enum.FormFactor.Custom
  3087. p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
  3088. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3091. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3094. b16 = Instance.new("BlockMesh", p16)
  3095. b16.Name = "Mesh"
  3096. b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3097. p17 = Instance.new("Part", m6)
  3098. p17.BrickColor = BrickColor.new("Really black")
  3099. p17.Material = Enum.Material.SmoothPlastic
  3100. p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3101. p17.CanCollide = false
  3102. p17.Locked = true
  3103. p17.FormFactor = Enum.FormFactor.Custom
  3104. p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3105. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3106. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. b17 = Instance.new("BlockMesh", p17)
  3112. b17.Name = "Mesh"
  3113. b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3114. p18 = Instance.new("Part", m6)
  3115. p18.BrickColor = BrickColor.new("Really black")
  3116. p18.Material = Enum.Material.SmoothPlastic
  3117. p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3118. p18.CanCollide = false
  3119. p18.Locked = true
  3120. p18.FormFactor = Enum.FormFactor.Custom
  3121. p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3122. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3123. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3128. b18 = Instance.new("BlockMesh", p18)
  3129. b18.Name = "Mesh"
  3130. b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3131. p19 = Instance.new("WedgePart", m6)
  3132. p19.BrickColor = BrickColor.new("Lime green")
  3133. p19.Name = "Wedge"
  3134. p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3135. p19.CanCollide = false
  3136. p19.Locked = true
  3137. p19.FormFactor = Enum.FormFactor.Custom
  3138. p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3139. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3140. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3141. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. b19 = Instance.new("SpecialMesh", p19)
  3146. b19.MeshType = Enum.MeshType.Wedge
  3147. b19.Name = "Mesh"
  3148. b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3149. p20 = Instance.new("Part", m6)
  3150. p20.BrickColor = BrickColor.new("Really black")
  3151. p20.Material = Enum.Material.SmoothPlastic
  3152. p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3153. p20.CanCollide = false
  3154. p20.Locked = true
  3155. p20.FormFactor = Enum.FormFactor.Custom
  3156. p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3157. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3159. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3160. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. b20 = Instance.new("BlockMesh", p20)
  3164. b20.Name = "Mesh"
  3165. b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3166. p21 = Instance.new("Part", m6)
  3167. p21.BrickColor = BrickColor.new("Really black")
  3168. p21.Material = Enum.Material.SmoothPlastic
  3169. p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3170. p21.CanCollide = false
  3171. p21.Locked = true
  3172. p21.FormFactor = Enum.FormFactor.Custom
  3173. p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3174. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3175. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3176. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3178. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3179. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. b21 = Instance.new("BlockMesh", p21)
  3181. b21.Name = "Mesh"
  3182. b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3183. p22 = Instance.new("WedgePart", m6)
  3184. p22.BrickColor = BrickColor.new("Lime green")
  3185. p22.Name = "Wedge"
  3186. p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3187. p22.CanCollide = false
  3188. p22.Locked = true
  3189. p22.FormFactor = Enum.FormFactor.Custom
  3190. p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3191. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3192. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3193. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3194. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3195. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. b22 = Instance.new("SpecialMesh", p22)
  3198. b22.MeshType = Enum.MeshType.Wedge
  3199. b22.Name = "Mesh"
  3200. b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3201. p23 = Instance.new("WedgePart", m6)
  3202. p23.BrickColor = BrickColor.new("Lime green")
  3203. p23.Material = Enum.Material.SmoothPlastic
  3204. p23.Name = "Wedge"
  3205. p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3206. p23.CanCollide = false
  3207. p23.Locked = true
  3208. p23.FormFactor = Enum.FormFactor.Custom
  3209. p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3210. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3211. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3212. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3213. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3214. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3215. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3216. b23 = Instance.new("SpecialMesh", p23)
  3217. b23.MeshType = Enum.MeshType.Wedge
  3218. b23.Name = "Mesh"
  3219. b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3220. p24 = Instance.new("WedgePart", m6)
  3221. p24.BrickColor = BrickColor.new("Really black")
  3222. p24.Material = Enum.Material.SmoothPlastic
  3223. p24.Name = "Wedge"
  3224. p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3225. p24.CanCollide = false
  3226. p24.Locked = true
  3227. p24.FormFactor = Enum.FormFactor.Custom
  3228. p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3229. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3230. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3231. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3232. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3233. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3234. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3235. b24 = Instance.new("SpecialMesh", p24)
  3236. b24.MeshType = Enum.MeshType.Wedge
  3237. b24.Name = "Mesh"
  3238. b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3239. p25 = Instance.new("WedgePart", m6)
  3240. p25.BrickColor = BrickColor.new("Lime green")
  3241. p25.Name = "Wedge"
  3242. p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3243. p25.CanCollide = false
  3244. p25.Locked = true
  3245. p25.FormFactor = Enum.FormFactor.Custom
  3246. p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3247. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3248. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3249. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3250. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3251. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3252. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3253. b25 = Instance.new("SpecialMesh", p25)
  3254. b25.MeshType = Enum.MeshType.Wedge
  3255. b25.Name = "Mesh"
  3256. b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3257. p26 = Instance.new("WedgePart", m6)
  3258. p26.BrickColor = BrickColor.new("Really black")
  3259. p26.Material = Enum.Material.SmoothPlastic
  3260. p26.Name = "Wedge"
  3261. p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3262. p26.CanCollide = false
  3263. p26.Locked = true
  3264. p26.FormFactor = Enum.FormFactor.Custom
  3265. p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3266. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3267. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3268. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3269. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3270. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3271. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3272. b26 = Instance.new("SpecialMesh", p26)
  3273. b26.MeshType = Enum.MeshType.Wedge
  3274. b26.Name = "Mesh"
  3275. b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3276. p27 = Instance.new("Part", m6)
  3277. p27.BrickColor = BrickColor.new("Really black")
  3278. p27.Material = Enum.Material.SmoothPlastic
  3279. p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3280. p27.CanCollide = false
  3281. p27.Locked = true
  3282. p27.FormFactor = Enum.FormFactor.Custom
  3283. p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3284. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3285. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3286. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3287. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3288. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3289. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3290. b27 = Instance.new("BlockMesh", p27)
  3291. b27.Name = "Mesh"
  3292. b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3293. p28 = Instance.new("WedgePart", m6)
  3294. p28.BrickColor = BrickColor.new("Really black")
  3295. p28.Material = Enum.Material.SmoothPlastic
  3296. p28.Name = "Wedge"
  3297. p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3298. p28.CanCollide = false
  3299. p28.Locked = true
  3300. p28.FormFactor = Enum.FormFactor.Custom
  3301. p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3302. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3303. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3304. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3305. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3306. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3307. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3308. b28 = Instance.new("SpecialMesh", p28)
  3309. b28.MeshType = Enum.MeshType.Wedge
  3310. b28.Name = "Mesh"
  3311. b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3312. p29 = Instance.new("Part", m6)
  3313. p29.BrickColor = BrickColor.new("Really black")
  3314. p29.Material = Enum.Material.SmoothPlastic
  3315. p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3316. p29.CanCollide = false
  3317. p29.Locked = true
  3318. p29.FormFactor = Enum.FormFactor.Custom
  3319. p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3320. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3321. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3322. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3323. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3324. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3325. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3326. b29 = Instance.new("BlockMesh", p29)
  3327. b29.Name = "Mesh"
  3328. b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3329. p30 = Instance.new("WedgePart", m6)
  3330. p30.BrickColor = BrickColor.new("Really black")
  3331. p30.Material = Enum.Material.SmoothPlastic
  3332. p30.Name = "Wedge"
  3333. p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3334. p30.CanCollide = false
  3335. p30.Locked = true
  3336. p30.FormFactor = Enum.FormFactor.Custom
  3337. p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3338. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3339. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3340. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3341. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3342. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3343. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3344. b30 = Instance.new("SpecialMesh", p30)
  3345. b30.MeshType = Enum.MeshType.Wedge
  3346. b30.Name = "Mesh"
  3347. b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3348. p31 = Instance.new("WedgePart", m6)
  3349. p31.BrickColor = BrickColor.new("Really black")
  3350. p31.Material = Enum.Material.SmoothPlastic
  3351. p31.Name = "Wedge"
  3352. p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3353. p31.CanCollide = false
  3354. p31.Locked = true
  3355. p31.FormFactor = Enum.FormFactor.Custom
  3356. p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3357. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3358. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3359. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3360. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3361. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3362. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3363. b31 = Instance.new("SpecialMesh", p31)
  3364. b31.MeshType = Enum.MeshType.Wedge
  3365. b31.Name = "Mesh"
  3366. b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3367. p32 = Instance.new("Part", m6)
  3368. p32.BrickColor = BrickColor.new("Really black")
  3369. p32.Material = Enum.Material.SmoothPlastic
  3370. p32.Name = "BottomRightFlap"
  3371. p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3372. p32.CanCollide = false
  3373. p32.Locked = true
  3374. p32.FormFactor = Enum.FormFactor.Custom
  3375. p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3376. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3377. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3378. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3379. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3380. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3381. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3382. b32 = Instance.new("BlockMesh", p32)
  3383. b32.Name = "Mesh"
  3384. b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3385. p33 = Instance.new("WedgePart", m6)
  3386. p33.BrickColor = BrickColor.new("Really black")
  3387. p33.Material = Enum.Material.SmoothPlastic
  3388. p33.Name = "Wedge"
  3389. p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3390. p33.CanCollide = false
  3391. p33.Locked = true
  3392. p33.FormFactor = Enum.FormFactor.Custom
  3393. p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3394. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3395. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3396. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3397. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3398. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3399. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3400. b33 = Instance.new("SpecialMesh", p33)
  3401. b33.MeshType = Enum.MeshType.Wedge
  3402. b33.Name = "Mesh"
  3403. b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3404. p34 = Instance.new("WedgePart", m6)
  3405. p34.BrickColor = BrickColor.new("Really black")
  3406. p34.Material = Enum.Material.SmoothPlastic
  3407. p34.Name = "Wedge"
  3408. p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3409. p34.CanCollide = false
  3410. p34.Locked = true
  3411. p34.FormFactor = Enum.FormFactor.Custom
  3412. p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3413. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3414. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3415. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3416. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3417. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3418. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3419. b34 = Instance.new("SpecialMesh", p34)
  3420. b34.MeshType = Enum.MeshType.Wedge
  3421. b34.Name = "Mesh"
  3422. b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3423. p35 = Instance.new("Part", m6)
  3424. p35.BrickColor = BrickColor.new("Really black")
  3425. p35.Material = Enum.Material.SmoothPlastic
  3426. p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3427. p35.CanCollide = false
  3428. p35.Locked = true
  3429. p35.FormFactor = Enum.FormFactor.Custom
  3430. p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3431. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3433. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3434. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3435. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3436. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3437. b35 = Instance.new("BlockMesh", p35)
  3438. b35.Name = "Mesh"
  3439. b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3440. p36 = Instance.new("WedgePart", m6)
  3441. p36.BrickColor = BrickColor.new("Really black")
  3442. p36.Material = Enum.Material.SmoothPlastic
  3443. p36.Name = "Wedge"
  3444. p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3445. p36.CanCollide = false
  3446. p36.Locked = true
  3447. p36.FormFactor = Enum.FormFactor.Custom
  3448. p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3449. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3450. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3451. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3452. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3453. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3454. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3455. b36 = Instance.new("SpecialMesh", p36)
  3456. b36.MeshType = Enum.MeshType.Wedge
  3457. b36.Name = "Mesh"
  3458. b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3459. p37 = Instance.new("Part", m6)
  3460. p37.BrickColor = BrickColor.new("Really black")
  3461. p37.Material = Enum.Material.SmoothPlastic
  3462. p37.Name = "CapeLevel3"
  3463. p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3464. p37.CanCollide = false
  3465. p37.Locked = true
  3466. p37.FormFactor = Enum.FormFactor.Custom
  3467. p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3468. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3469. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3470. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3471. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3472. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3473. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3474. b37 = Instance.new("BlockMesh", p37)
  3475. b37.Name = "Mesh"
  3476. b37.Scale = Vector3.new(1, 1, 0.602178097)
  3477. p38 = Instance.new("WedgePart", m6)
  3478. p38.BrickColor = BrickColor.new("Lime green")
  3479. p38.Material = Enum.Material.SmoothPlastic
  3480. p38.Name = "Wedge"
  3481. p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3482. p38.CanCollide = false
  3483. p38.Locked = true
  3484. p38.FormFactor = Enum.FormFactor.Custom
  3485. p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3486. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3487. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3488. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3489. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3490. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3491. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3492. b38 = Instance.new("SpecialMesh", p38)
  3493. b38.MeshType = Enum.MeshType.Wedge
  3494. b38.Name = "Mesh"
  3495. b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3496. p39 = Instance.new("WedgePart", m6)
  3497. p39.BrickColor = BrickColor.new("Lime green")
  3498. p39.Material = Enum.Material.SmoothPlastic
  3499. p39.Name = "Wedge"
  3500. p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3501. p39.CanCollide = false
  3502. p39.Locked = true
  3503. p39.FormFactor = Enum.FormFactor.Custom
  3504. p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3505. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3506. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3507. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3508. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3509. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3510. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3511. b39 = Instance.new("SpecialMesh", p39)
  3512. b39.MeshType = Enum.MeshType.Wedge
  3513. b39.Name = "Mesh"
  3514. b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3515. p40 = Instance.new("WedgePart", m6)
  3516. p40.BrickColor = BrickColor.new("Really black")
  3517. p40.Material = Enum.Material.SmoothPlastic
  3518. p40.Name = "Wedge"
  3519. p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3520. p40.CanCollide = false
  3521. p40.Locked = true
  3522. p40.FormFactor = Enum.FormFactor.Custom
  3523. p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3524. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3525. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3526. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3527. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3528. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3529. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3530. b40 = Instance.new("SpecialMesh", p40)
  3531. b40.MeshType = Enum.MeshType.Wedge
  3532. b40.Name = "Mesh"
  3533. b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3534. p41 = Instance.new("WedgePart", m6)
  3535. p41.BrickColor = BrickColor.new("Really black")
  3536. p41.Material = Enum.Material.SmoothPlastic
  3537. p41.Name = "Wedge"
  3538. p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3539. p41.CanCollide = false
  3540. p41.Locked = true
  3541. p41.FormFactor = Enum.FormFactor.Custom
  3542. p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3543. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3544. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3545. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3546. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3547. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3548. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3549. b41 = Instance.new("SpecialMesh", p41)
  3550. b41.MeshType = Enum.MeshType.Wedge
  3551. b41.Name = "Mesh"
  3552. b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3553. p42 = Instance.new("WedgePart", m6)
  3554. p42.BrickColor = BrickColor.new("Really black")
  3555. p42.Material = Enum.Material.SmoothPlastic
  3556. p42.Name = "Wedge"
  3557. p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3558. p42.CanCollide = false
  3559. p42.Locked = true
  3560. p42.FormFactor = Enum.FormFactor.Custom
  3561. p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3562. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3563. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3564. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3565. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3566. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3567. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3568. b42 = Instance.new("SpecialMesh", p42)
  3569. b42.MeshType = Enum.MeshType.Wedge
  3570. b42.Name = "Mesh"
  3571. b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3572. p43 = Instance.new("WedgePart", m6)
  3573. p43.BrickColor = BrickColor.new("Really black")
  3574. p43.Material = Enum.Material.SmoothPlastic
  3575. p43.Name = "Wedge"
  3576. p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3577. p43.CanCollide = false
  3578. p43.Locked = true
  3579. p43.FormFactor = Enum.FormFactor.Custom
  3580. p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3581. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3582. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3583. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3584. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3585. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3586. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3587. b43 = Instance.new("SpecialMesh", p43)
  3588. b43.MeshType = Enum.MeshType.Wedge
  3589. b43.Name = "Mesh"
  3590. b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3591. p44 = Instance.new("WedgePart", m6)
  3592. p44.BrickColor = BrickColor.new("Really black")
  3593. p44.Material = Enum.Material.SmoothPlastic
  3594. p44.Name = "Wedge"
  3595. p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3596. p44.CanCollide = false
  3597. p44.Locked = true
  3598. p44.FormFactor = Enum.FormFactor.Custom
  3599. p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3600. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3601. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3602. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3603. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3604. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3606. b44 = Instance.new("SpecialMesh", p44)
  3607. b44.MeshType = Enum.MeshType.Wedge
  3608. b44.Name = "Mesh"
  3609. b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3610. p45 = Instance.new("WedgePart", m6)
  3611. p45.BrickColor = BrickColor.new("Really black")
  3612. p45.Material = Enum.Material.SmoothPlastic
  3613. p45.Name = "Wedge"
  3614. p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3615. p45.CanCollide = false
  3616. p45.Locked = true
  3617. p45.FormFactor = Enum.FormFactor.Custom
  3618. p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3619. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3620. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3621. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3625. b45 = Instance.new("SpecialMesh", p45)
  3626. b45.MeshType = Enum.MeshType.Wedge
  3627. b45.Name = "Mesh"
  3628. b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3629. p46 = Instance.new("WedgePart", m6)
  3630. p46.BrickColor = BrickColor.new("Really black")
  3631. p46.Material = Enum.Material.SmoothPlastic
  3632. p46.Name = "Wedge"
  3633. p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3634. p46.CanCollide = false
  3635. p46.Locked = true
  3636. p46.FormFactor = Enum.FormFactor.Custom
  3637. p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3638. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3639. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3640. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3642. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3643. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3644. b46 = Instance.new("SpecialMesh", p46)
  3645. b46.MeshType = Enum.MeshType.Wedge
  3646. b46.Name = "Mesh"
  3647. b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3648. p47 = Instance.new("Part", m6)
  3649. p47.BrickColor = BrickColor.new("Really black")
  3650. p47.Material = Enum.Material.SmoothPlastic
  3651. p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3652. p47.CanCollide = false
  3653. p47.Locked = true
  3654. p47.FormFactor = Enum.FormFactor.Custom
  3655. p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3656. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3657. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3658. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3659. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3660. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3661. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3662. b47 = Instance.new("BlockMesh", p47)
  3663. b47.Name = "Mesh"
  3664. b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3665. p48 = Instance.new("Part", m6)
  3666. p48.BrickColor = BrickColor.new("Really black")
  3667. p48.Material = Enum.Material.SmoothPlastic
  3668. p48.Name = "CapeLevel4"
  3669. p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3670. p48.CanCollide = false
  3671. p48.Locked = true
  3672. p48.FormFactor = Enum.FormFactor.Custom
  3673. p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3674. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3675. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3676. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3677. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3678. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3679. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3680. b48 = Instance.new("BlockMesh", p48)
  3681. b48.Name = "Mesh"
  3682. b48.Scale = Vector3.new(1, 1, 0.602178097)
  3683. p49 = Instance.new("WedgePart", m6)
  3684. p49.BrickColor = BrickColor.new("Really black")
  3685. p49.Material = Enum.Material.SmoothPlastic
  3686. p49.Name = "Wedge"
  3687. p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3688. p49.CanCollide = false
  3689. p49.Locked = true
  3690. p49.FormFactor = Enum.FormFactor.Custom
  3691. p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3692. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3693. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3694. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3695. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3696. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3697. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3698. b49 = Instance.new("SpecialMesh", p49)
  3699. b49.MeshType = Enum.MeshType.Wedge
  3700. b49.Name = "Mesh"
  3701. b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3702. p50 = Instance.new("Part", m6)
  3703. p50.BrickColor = BrickColor.new("Really black")
  3704. p50.Material = Enum.Material.SmoothPlastic
  3705. p50.Name = "CapeLevel1SubPart"
  3706. p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3707. p50.CanCollide = false
  3708. p50.Locked = true
  3709. p50.FormFactor = Enum.FormFactor.Custom
  3710. p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
  3711. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3712. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3713. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3714. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3716. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3717. b50 = Instance.new("BlockMesh", p50)
  3718. b50.Name = "Mesh"
  3719. b50.Scale = Vector3.new(1, 1, 0.602178097)
  3720. p51 = Instance.new("Part", m6)
  3721. p51.BrickColor = BrickColor.new("Really black")
  3722. p51.Material = Enum.Material.SmoothPlastic
  3723. p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3724. p51.CanCollide = false
  3725. p51.Locked = true
  3726. p51.FormFactor = Enum.FormFactor.Custom
  3727. p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3728. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3729. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3730. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3731. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3732. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3733. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3734. b51 = Instance.new("BlockMesh", p51)
  3735. b51.Name = "Mesh"
  3736. b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3737. p52 = Instance.new("Part", m6)
  3738. p52.BrickColor = BrickColor.new("Really black")
  3739. p52.Material = Enum.Material.SmoothPlastic
  3740. p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3741. p52.CanCollide = false
  3742. p52.Locked = true
  3743. p52.FormFactor = Enum.FormFactor.Custom
  3744. p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3745. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3746. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3747. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3748. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3749. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3750. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3751. b52 = Instance.new("BlockMesh", p52)
  3752. b52.Name = "Mesh"
  3753. b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3754. p53 = Instance.new("WedgePart", m6)
  3755. p53.BrickColor = BrickColor.new("Really black")
  3756. p53.Material = Enum.Material.SmoothPlastic
  3757. p53.Name = "Wedge"
  3758. p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3759. p53.CanCollide = false
  3760. p53.Locked = true
  3761. p53.FormFactor = Enum.FormFactor.Custom
  3762. p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3763. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3764. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3765. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3766. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3767. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3768. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3769. b53 = Instance.new("SpecialMesh", p53)
  3770. b53.MeshType = Enum.MeshType.Wedge
  3771. b53.Name = "Mesh"
  3772. b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3773. p54 = Instance.new("Part", m6)
  3774. p54.BrickColor = BrickColor.new("Really black")
  3775. p54.Material = Enum.Material.SmoothPlastic
  3776. p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3777. p54.CanCollide = false
  3778. p54.Locked = true
  3779. p54.FormFactor = Enum.FormFactor.Custom
  3780. p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3781. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3782. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3783. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3784. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3785. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3786. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3787. b54 = Instance.new("BlockMesh", p54)
  3788. b54.Name = "Mesh"
  3789. b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
  3790. p55 = Instance.new("WedgePart", m6)
  3791. p55.BrickColor = BrickColor.new("Really black")
  3792. p55.Material = Enum.Material.SmoothPlastic
  3793. p55.Name = "Wedge"
  3794. p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3795. p55.CanCollide = false
  3796. p55.Locked = true
  3797. p55.FormFactor = Enum.FormFactor.Custom
  3798. p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3799. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3800. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3801. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3802. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3803. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3804. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3805. b55 = Instance.new("SpecialMesh", p55)
  3806. b55.MeshType = Enum.MeshType.Wedge
  3807. b55.Name = "Mesh"
  3808. b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3809. p56 = Instance.new("WedgePart", m6)
  3810. p56.BrickColor = BrickColor.new("Lime green")
  3811. p56.Material = Enum.Material.SmoothPlastic
  3812. p56.Name = "Wedge"
  3813. p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3814. p56.CanCollide = false
  3815. p56.Locked = true
  3816. p56.FormFactor = Enum.FormFactor.Custom
  3817. p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3818. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3819. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3820. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3821. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3822. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3823. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3824. b56 = Instance.new("SpecialMesh", p56)
  3825. b56.MeshType = Enum.MeshType.Wedge
  3826. b56.Name = "Mesh"
  3827. b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3828. p57 = Instance.new("WedgePart", m6)
  3829. p57.BrickColor = BrickColor.new("Really black")
  3830. p57.Material = Enum.Material.SmoothPlastic
  3831. p57.Name = "Wedge"
  3832. p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3833. p57.CanCollide = false
  3834. p57.Locked = true
  3835. p57.FormFactor = Enum.FormFactor.Custom
  3836. p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3837. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3838. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3839. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3840. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3841. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3842. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3843. b57 = Instance.new("SpecialMesh", p57)
  3844. b57.MeshType = Enum.MeshType.Wedge
  3845. b57.Name = "Mesh"
  3846. b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3847. p58 = Instance.new("Part", m6)
  3848. p58.BrickColor = BrickColor.new("Really black")
  3849. p58.Material = Enum.Material.SmoothPlastic
  3850. p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3851. p58.CanCollide = false
  3852. p58.Locked = true
  3853. p58.FormFactor = Enum.FormFactor.Custom
  3854. p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3855. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3856. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3857. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3858. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3859. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3860. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3861. b58 = Instance.new("BlockMesh", p58)
  3862. b58.Name = "Mesh"
  3863. b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3864. p59 = Instance.new("WedgePart", m6)
  3865. p59.BrickColor = BrickColor.new("Really black")
  3866. p59.Material = Enum.Material.SmoothPlastic
  3867. p59.Name = "Wedge"
  3868. p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3869. p59.CanCollide = false
  3870. p59.Locked = true
  3871. p59.FormFactor = Enum.FormFactor.Custom
  3872. p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3873. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3874. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3875. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3876. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3877. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3878. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3879. b59 = Instance.new("SpecialMesh", p59)
  3880. b59.MeshType = Enum.MeshType.Wedge
  3881. b59.Name = "Mesh"
  3882. b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3883. p60 = Instance.new("Part", m6)
  3884. p60.BrickColor = BrickColor.new("Really black")
  3885. p60.Material = Enum.Material.SmoothPlastic
  3886. p60.Name = "NeckPart"
  3887. p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3888. p60.CanCollide = false
  3889. p60.Locked = true
  3890. p60.FormFactor = Enum.FormFactor.Custom
  3891. p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
  3892. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3893. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3894. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3895. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3896. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3897. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3898. b60 = Instance.new("BlockMesh", p60)
  3899. b60.Name = "Mesh"
  3900. b60.Scale = Vector3.new(1, 0.602178097, 1)
  3901. p61 = Instance.new("Part", m6)
  3902. p61.BrickColor = BrickColor.new("Really black")
  3903. p61.Material = Enum.Material.SmoothPlastic
  3904. p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3905. p61.CanCollide = false
  3906. p61.Locked = true
  3907. p61.FormFactor = Enum.FormFactor.Custom
  3908. p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3909. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3910. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3911. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3912. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3913. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3914. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3915. b61 = Instance.new("BlockMesh", p61)
  3916. b61.Name = "Mesh"
  3917. b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3918. p62 = Instance.new("WedgePart", m6)
  3919. p62.BrickColor = BrickColor.new("Really black")
  3920. p62.Material = Enum.Material.SmoothPlastic
  3921. p62.Name = "Wedge"
  3922. p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3923. p62.CanCollide = false
  3924. p62.Locked = true
  3925. p62.FormFactor = Enum.FormFactor.Custom
  3926. p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3927. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3928. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3930. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3931. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3932. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3933. b62 = Instance.new("SpecialMesh", p62)
  3934. b62.MeshType = Enum.MeshType.Wedge
  3935. b62.Name = "Mesh"
  3936. b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3937. p63 = Instance.new("WedgePart", m6)
  3938. p63.BrickColor = BrickColor.new("Lime green")
  3939. p63.Material = Enum.Material.SmoothPlastic
  3940. p63.Name = "Wedge"
  3941. p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3942. p63.CanCollide = false
  3943. p63.Locked = true
  3944. p63.FormFactor = Enum.FormFactor.Custom
  3945. p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3946. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3947. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3948. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3949. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3950. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3951. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3952. b63 = Instance.new("SpecialMesh", p63)
  3953. b63.MeshType = Enum.MeshType.Wedge
  3954. b63.Name = "Mesh"
  3955. b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3956. p64 = Instance.new("WedgePart", m6)
  3957. p64.BrickColor = BrickColor.new("Really black")
  3958. p64.Material = Enum.Material.SmoothPlastic
  3959. p64.Name = "Wedge"
  3960. p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3961. p64.CanCollide = false
  3962. p64.Locked = true
  3963. p64.FormFactor = Enum.FormFactor.Custom
  3964. p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3965. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3967. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3968. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3969. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3970. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3971. b64 = Instance.new("SpecialMesh", p64)
  3972. b64.MeshType = Enum.MeshType.Wedge
  3973. b64.Name = "Mesh"
  3974. b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3975. p65 = Instance.new("WedgePart", m6)
  3976. p65.BrickColor = BrickColor.new("Really black")
  3977. p65.Material = Enum.Material.SmoothPlastic
  3978. p65.Name = "Wedge"
  3979. p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3980. p65.CanCollide = false
  3981. p65.Locked = true
  3982. p65.FormFactor = Enum.FormFactor.Custom
  3983. p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3984. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3986. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3987. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3988. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3989. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3990. b65 = Instance.new("SpecialMesh", p65)
  3991. b65.MeshType = Enum.MeshType.Wedge
  3992. b65.Name = "Mesh"
  3993. b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3994. p66 = Instance.new("WedgePart", m6)
  3995. p66.BrickColor = BrickColor.new("Really black")
  3996. p66.Material = Enum.Material.SmoothPlastic
  3997. p66.Name = "Wedge"
  3998. p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3999. p66.CanCollide = false
  4000. p66.Locked = true
  4001. p66.FormFactor = Enum.FormFactor.Custom
  4002. p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4003. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4004. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4005. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4006. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4007. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4008. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4009. b66 = Instance.new("SpecialMesh", p66)
  4010. b66.MeshType = Enum.MeshType.Wedge
  4011. b66.Name = "Mesh"
  4012. b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4013. p67 = Instance.new("WedgePart", m6)
  4014. p67.BrickColor = BrickColor.new("Really black")
  4015. p67.Material = Enum.Material.SmoothPlastic
  4016. p67.Name = "Wedge"
  4017. p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4018. p67.CanCollide = false
  4019. p67.Locked = true
  4020. p67.FormFactor = Enum.FormFactor.Custom
  4021. p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4022. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4023. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4024. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4025. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4026. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4027. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4028. b67 = Instance.new("SpecialMesh", p67)
  4029. b67.MeshType = Enum.MeshType.Wedge
  4030. b67.Name = "Mesh"
  4031. b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4032. p68 = Instance.new("WedgePart", m6)
  4033. p68.BrickColor = BrickColor.new("Lime green")
  4034. p68.Name = "Wedge"
  4035. p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4036. p68.CanCollide = false
  4037. p68.Locked = true
  4038. p68.FormFactor = Enum.FormFactor.Custom
  4039. p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4040. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4041. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4042. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4043. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4044. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4045. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4046. b68 = Instance.new("SpecialMesh", p68)
  4047. b68.MeshType = Enum.MeshType.Wedge
  4048. b68.Name = "Mesh"
  4049. b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4050. p69 = Instance.new("WedgePart", m6)
  4051. p69.BrickColor = BrickColor.new("Lime green")
  4052. p69.Name = "Wedge"
  4053. p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4054. p69.CanCollide = false
  4055. p69.Locked = true
  4056. p69.FormFactor = Enum.FormFactor.Custom
  4057. p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4058. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4059. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4060. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4061. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4062. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4063. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4064. b69 = Instance.new("SpecialMesh", p69)
  4065. b69.MeshType = Enum.MeshType.Wedge
  4066. b69.Name = "Mesh"
  4067. b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4068. p70 = Instance.new("WedgePart", m6)
  4069. p70.BrickColor = BrickColor.new("Really black")
  4070. p70.Material = Enum.Material.SmoothPlastic
  4071. p70.Name = "Wedge"
  4072. p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4073. p70.CanCollide = false
  4074. p70.Locked = true
  4075. p70.FormFactor = Enum.FormFactor.Custom
  4076. p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4077. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4078. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4079. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4080. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4081. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4082. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4083. b70 = Instance.new("SpecialMesh", p70)
  4084. b70.MeshType = Enum.MeshType.Wedge
  4085. b70.Name = "Mesh"
  4086. b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4087. p71 = Instance.new("WedgePart", m6)
  4088. p71.BrickColor = BrickColor.new("Lime green")
  4089. p71.Name = "Wedge"
  4090. p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4091. p71.CanCollide = false
  4092. p71.Locked = true
  4093. p71.FormFactor = Enum.FormFactor.Custom
  4094. p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4095. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4096. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4097. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4098. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4099. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4100. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4101. b71 = Instance.new("SpecialMesh", p71)
  4102. b71.MeshType = Enum.MeshType.Wedge
  4103. b71.Name = "Mesh"
  4104. b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4105. p72 = Instance.new("WedgePart", m6)
  4106. p72.BrickColor = BrickColor.new("Really black")
  4107. p72.Material = Enum.Material.SmoothPlastic
  4108. p72.Name = "Wedge"
  4109. p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4110. p72.CanCollide = false
  4111. p72.Locked = true
  4112. p72.FormFactor = Enum.FormFactor.Custom
  4113. p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4114. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4115. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4116. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4117. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4118. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4119. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4120. b72 = Instance.new("SpecialMesh", p72)
  4121. b72.MeshType = Enum.MeshType.Wedge
  4122. b72.Name = "Mesh"
  4123. b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4124. p73 = Instance.new("WedgePart", m6)
  4125. p73.BrickColor = BrickColor.new("Really black")
  4126. p73.Material = Enum.Material.SmoothPlastic
  4127. p73.Name = "Wedge"
  4128. p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4129. p73.CanCollide = false
  4130. p73.Locked = true
  4131. p73.FormFactor = Enum.FormFactor.Custom
  4132. p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4133. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4134. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4135. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4136. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4137. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4138. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4139. b73 = Instance.new("SpecialMesh", p73)
  4140. b73.MeshType = Enum.MeshType.Wedge
  4141. b73.Name = "Mesh"
  4142. b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4143. p74 = Instance.new("WedgePart", m6)
  4144. p74.BrickColor = BrickColor.new("Really black")
  4145. p74.Material = Enum.Material.SmoothPlastic
  4146. p74.Name = "Wedge"
  4147. p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4148. p74.CanCollide = false
  4149. p74.Locked = true
  4150. p74.FormFactor = Enum.FormFactor.Custom
  4151. p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4152. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4153. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4154. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4155. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4156. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4157. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4158. b74 = Instance.new("SpecialMesh", p74)
  4159. b74.MeshType = Enum.MeshType.Wedge
  4160. b74.Name = "Mesh"
  4161. b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4162. p75 = Instance.new("WedgePart", m6)
  4163. p75.BrickColor = BrickColor.new("Really black")
  4164. p75.Material = Enum.Material.SmoothPlastic
  4165. p75.Name = "Wedge"
  4166. p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4167. p75.CanCollide = false
  4168. p75.Locked = true
  4169. p75.FormFactor = Enum.FormFactor.Custom
  4170. p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4171. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4172. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4173. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4174. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4175. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4176. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4177. b75 = Instance.new("SpecialMesh", p75)
  4178. b75.MeshType = Enum.MeshType.Wedge
  4179. b75.Name = "Mesh"
  4180. b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4181. p76 = Instance.new("WedgePart", m6)
  4182. p76.BrickColor = BrickColor.new("Really black")
  4183. p76.Material = Enum.Material.SmoothPlastic
  4184. p76.Name = "Wedge"
  4185. p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4186. p76.CanCollide = false
  4187. p76.Locked = true
  4188. p76.FormFactor = Enum.FormFactor.Custom
  4189. p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4190. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4191. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4192. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4193. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4194. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4195. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4196. b76 = Instance.new("SpecialMesh", p76)
  4197. b76.MeshType = Enum.MeshType.Wedge
  4198. b76.Name = "Mesh"
  4199. b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4200. p77 = Instance.new("WedgePart", m6)
  4201. p77.BrickColor = BrickColor.new("Lime green")
  4202. p77.Material = Enum.Material.SmoothPlastic
  4203. p77.Name = "Wedge"
  4204. p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4205. p77.CanCollide = false
  4206. p77.Locked = true
  4207. p77.FormFactor = Enum.FormFactor.Custom
  4208. p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4209. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4210. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4211. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4212. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4213. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. b77 = Instance.new("SpecialMesh", p77)
  4216. b77.MeshType = Enum.MeshType.Wedge
  4217. b77.Name = "Mesh"
  4218. b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4219. p78 = Instance.new("WedgePart", m6)
  4220. p78.BrickColor = BrickColor.new("Really black")
  4221. p78.Material = Enum.Material.SmoothPlastic
  4222. p78.Name = "Wedge"
  4223. p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4224. p78.CanCollide = false
  4225. p78.Locked = true
  4226. p78.FormFactor = Enum.FormFactor.Custom
  4227. p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4228. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4229. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4230. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4231. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4232. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4233. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4234. b78 = Instance.new("SpecialMesh", p78)
  4235. b78.MeshType = Enum.MeshType.Wedge
  4236. b78.Name = "Mesh"
  4237. b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4238. p79 = Instance.new("WedgePart", m6)
  4239. p79.BrickColor = BrickColor.new("Lime green")
  4240. p79.Material = Enum.Material.SmoothPlastic
  4241. p79.Name = "Wedge"
  4242. p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4243. p79.CanCollide = false
  4244. p79.Locked = true
  4245. p79.FormFactor = Enum.FormFactor.Custom
  4246. p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4247. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4248. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4249. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4250. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4251. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4252. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4253. b79 = Instance.new("SpecialMesh", p79)
  4254. b79.MeshType = Enum.MeshType.Wedge
  4255. b79.Name = "Mesh"
  4256. b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4257. p80 = Instance.new("WedgePart", m6)
  4258. p80.BrickColor = BrickColor.new("Really black")
  4259. p80.Material = Enum.Material.SmoothPlastic
  4260. p80.Name = "Wedge"
  4261. p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4262. p80.CanCollide = false
  4263. p80.Locked = true
  4264. p80.FormFactor = Enum.FormFactor.Custom
  4265. p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4266. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4267. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4268. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4269. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4270. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4271. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4272. b80 = Instance.new("SpecialMesh", p80)
  4273. b80.MeshType = Enum.MeshType.Wedge
  4274. b80.Name = "Mesh"
  4275. b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4276. w1 = Instance.new("Weld", p1)
  4277. w1.Name = "Joint"
  4278. w1.Part0 = p1
  4279. w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4280. w1.Part1 = p47
  4281. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4282. w2 = Instance.new("Weld", p2)
  4283. w2.Name = "Joint"
  4284. w2.Part0 = p2
  4285. w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4286. w2.Part1 = p11
  4287. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4288. w3 = Instance.new("Weld", p3)
  4289. w3.Name = "Joint"
  4290. w3.Part0 = p3
  4291. w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4292. w3.Part1 = p50
  4293. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4294. w4 = Instance.new("Weld", p4)
  4295. w4.Name = "Joint"
  4296. w4.Part0 = p4
  4297. w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4298. w4.Part1 = p5
  4299. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4300. w5 = Instance.new("Weld", p5)
  4301. w5.Name = "Joint"
  4302. w5.Part0 = p5
  4303. w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4304. w5.Part1 = p27
  4305. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4306. w6 = Instance.new("Weld", p6)
  4307. w6.Name = "Joint"
  4308. w6.Part0 = p6
  4309. w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4310. w6.Part1 = p14
  4311. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4312. w7 = Instance.new("Weld", p7)
  4313. w7.Name = "Joint"
  4314. w7.Part0 = p7
  4315. w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4316. w7.Part1 = p10
  4317. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4318. w8 = Instance.new("Weld", p8)
  4319. w8.Name = "Joint"
  4320. w8.Part0 = p8
  4321. w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4322. w8.Part1 = p32
  4323. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4324. w9 = Instance.new("Weld", p9)
  4325. w9.Name = "Joint"
  4326. w9.Part0 = p9
  4327. w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4328. w9.Part1 = p16
  4329. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4330. w10 = Instance.new("Weld", p10)
  4331. w10.Name = "Joint"
  4332. w10.Part0 = p10
  4333. w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4334. w10.Part1 = p61
  4335. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4336. w11 = Instance.new("Weld", p11)
  4337. w11.Name = "Joint"
  4338. w11.Part0 = p11
  4339. w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4340. w11.Part1 = p13
  4341. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4342. w12 = Instance.new("Weld", p12)
  4343. w12.Name = "Joint"
  4344. w12.Part0 = p12
  4345. w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4346. w12.Part1 = p29
  4347. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4348. w13 = Instance.new("Weld", p13)
  4349. w13.Name = "Joint"
  4350. w13.Part0 = p13
  4351. w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4352. w13.Part1 = p48
  4353. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4354. w14 = Instance.new("Weld", p14)
  4355. w14.Name = "Joint"
  4356. w14.Part0 = p14
  4357. w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4358. w14.Part1 = p60
  4359. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4360. w15 = Instance.new("Weld", p15)
  4361. w15.Name = "Joint"
  4362. w15.Part0 = p15
  4363. w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4364. w15.Part1 = p17
  4365. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4366. w16 = Instance.new("Weld", p16)
  4367. w16.Name = "Joint"
  4368. w16.Part0 = p16
  4369. w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4370. w16.Part1 = p48
  4371. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4372. w17 = Instance.new("Weld", p17)
  4373. w17.Name = "Joint"
  4374. w17.Part0 = p17
  4375. w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4376. w17.Part1 = p50
  4377. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4378. w18 = Instance.new("Weld", p18)
  4379. w18.Name = "Joint"
  4380. w18.Part0 = p18
  4381. w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4382. w18.Part1 = p50
  4383. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4384. w19 = Instance.new("Weld", p19)
  4385. w19.Name = "Joint"
  4386. w19.Part0 = p19
  4387. w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4388. w19.Part1 = p54
  4389. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4390. w20 = Instance.new("Weld", p20)
  4391. w20.Name = "Joint"
  4392. w20.Part0 = p20
  4393. w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4394. w20.Part1 = p21
  4395. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4396. w21 = Instance.new("Weld", p21)
  4397. w21.Name = "Joint"
  4398. w21.Part0 = p21
  4399. w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4400. w21.Part1 = p37
  4401. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4402. w22 = Instance.new("Weld", p22)
  4403. w22.Name = "Joint"
  4404. w22.Part0 = p22
  4405. w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4406. w22.Part1 = p8
  4407. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4408. w23 = Instance.new("Weld", p23)
  4409. w23.Name = "Joint"
  4410. w23.Part0 = p23
  4411. w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4412. w23.Part1 = p35
  4413. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4414. w24 = Instance.new("Weld", p24)
  4415. w24.Name = "Joint"
  4416. w24.Part0 = p24
  4417. w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4418. w24.Part1 = p48
  4419. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4420. w25 = Instance.new("Weld", p25)
  4421. w25.Name = "Joint"
  4422. w25.Part0 = p25
  4423. w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4424. w25.Part1 = p8
  4425. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4426. w26 = Instance.new("Weld", p26)
  4427. w26.Name = "Joint"
  4428. w26.Part0 = p26
  4429. w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4430. w26.Part1 = p6
  4431. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4432. w27 = Instance.new("Weld", p27)
  4433. w27.Name = "Joint"
  4434. w27.Part0 = p27
  4435. w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4436. w27.Part1 = p48
  4437. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4438. w28 = Instance.new("Weld", p28)
  4439. w28.Name = "Joint"
  4440. w28.Part0 = p28
  4441. w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4442. w28.Part1 = p35
  4443. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4444. w29 = Instance.new("Weld", p29)
  4445. w29.Name = "Joint"
  4446. w29.Part0 = p29
  4447. w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4448. w29.Part1 = p37
  4449. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4450. w30 = Instance.new("Weld", p30)
  4451. w30.Name = "Joint"
  4452. w30.Part0 = p30
  4453. w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4454. w30.Part1 = p20
  4455. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4456. w31 = Instance.new("Weld", p31)
  4457. w31.Name = "Joint"
  4458. w31.Part0 = p31
  4459. w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4460. w31.Part1 = p16
  4461. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4462. w32 = Instance.new("Weld", p32)
  4463. w32.Name = "Joint"
  4464. w32.Part0 = p32
  4465. w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4466. w32.Part1 = p48
  4467. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4468. w33 = Instance.new("Weld", p33)
  4469. w33.Name = "Joint"
  4470. w33.Part0 = p33
  4471. w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4472. w33.Part1 = p21
  4473. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4474. w34 = Instance.new("Weld", p34)
  4475. w34.Name = "Joint"
  4476. w34.Part0 = p34
  4477. w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4478. w34.Part1 = p27
  4479. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4480. w35 = Instance.new("Weld", p35)
  4481. w35.Name = "Joint"
  4482. w35.Part0 = p35
  4483. w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4484. w35.Part1 = p58
  4485. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4486. w36 = Instance.new("Weld", p36)
  4487. w36.Name = "Joint"
  4488. w36.Part0 = p36
  4489. w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4490. w36.Part1 = p29
  4491. w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4492. w37 = Instance.new("Weld", p37)
  4493. w37.Name = "Joint"
  4494. w37.Part0 = p37
  4495. w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4496. w37.Part1 = p3
  4497. w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4498. w38 = Instance.new("Weld", p38)
  4499. w38.Name = "Joint"
  4500. w38.Part0 = p38
  4501. w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4502. w38.Part1 = p4
  4503. w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4504. w39 = Instance.new("Weld", p39)
  4505. w39.Name = "Joint"
  4506. w39.Part0 = p39
  4507. w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4508. w39.Part1 = p12
  4509. w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4510. w40 = Instance.new("Weld", p40)
  4511. w40.Name = "Joint"
  4512. w40.Part0 = p40
  4513. w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4514. w40.Part1 = p52
  4515. w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4516. w41 = Instance.new("Weld", p41)
  4517. w41.Name = "Joint"
  4518. w41.Part0 = p41
  4519. w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4520. w41.Part1 = p5
  4521. w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4522. w42 = Instance.new("Weld", p42)
  4523. w42.Name = "Joint"
  4524. w42.Part0 = p42
  4525. w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4526. w42.Part1 = p8
  4527. w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4528. w43 = Instance.new("Weld", p43)
  4529. w43.Name = "Joint"
  4530. w43.Part0 = p43
  4531. w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4532. w43.Part1 = p5
  4533. w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4534. w44 = Instance.new("Weld", p44)
  4535. w44.Name = "Joint"
  4536. w44.Part0 = p44
  4537. w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4538. w44.Part1 = p15
  4539. w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4540. w45 = Instance.new("Weld", p45)
  4541. w45.Name = "Joint"
  4542. w45.Part0 = p45
  4543. w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4544. w45.Part1 = p11
  4545. w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4546. w46 = Instance.new("Weld", p46)
  4547. w46.Name = "Joint"
  4548. w46.Part0 = p46
  4549. w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4550. w46.Part1 = p6
  4551. w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4552. w47 = Instance.new("Weld", p47)
  4553. w47.Name = "Joint"
  4554. w47.Part0 = p47
  4555. w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4556. w47.Part1 = p18
  4557. w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4558. w48 = Instance.new("Weld", p48)
  4559. w48.Name = "Joint"
  4560. w48.Part0 = p48
  4561. w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4562. w48.Part1 = p37
  4563. w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4564. w49 = Instance.new("Weld", p49)
  4565. w49.Name = "Joint"
  4566. w49.Part0 = p49
  4567. w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4568. w49.Part1 = p47
  4569. w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4570. w50 = Instance.new("Weld", p50)
  4571. w50.Name = "Joint"
  4572. w50.Part0 = p50
  4573. w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4574. w50.Part1 = p6
  4575. w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4576. w51 = Instance.new("Weld", p51)
  4577. w51.Name = "Joint"
  4578. w51.Part0 = p51
  4579. w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4580. w51.Part1 = p52
  4581. w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4582. w52 = Instance.new("Weld", p52)
  4583. w52.Name = "Joint"
  4584. w52.Part0 = p52
  4585. w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4586. w52.Part1 = p3
  4587. w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4588. w53 = Instance.new("Weld", p53)
  4589. w53.Name = "Joint"
  4590. w53.Part0 = p53
  4591. w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4592. w53.Part1 = p9
  4593. w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4594. w54 = Instance.new("Weld", p54)
  4595. w54.Name = "Joint"
  4596. w54.Part0 = p54
  4597. w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4598. w54.Part1 = p9
  4599. w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4600. w55 = Instance.new("Weld", p55)
  4601. w55.Name = "Joint"
  4602. w55.Part0 = p55
  4603. w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4604. w55.Part1 = p8
  4605. w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4606. w56 = Instance.new("Weld", p56)
  4607. w56.Name = "Joint"
  4608. w56.Part0 = p56
  4609. w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4610. w56.Part1 = p20
  4611. w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4612. w57 = Instance.new("Weld", p57)
  4613. w57.Name = "Joint"
  4614. w57.Part0 = p57
  4615. w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4616. w57.Part1 = p47
  4617. w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4618. w58 = Instance.new("Weld", p58)
  4619. w58.Name = "Joint"
  4620. w58.Part0 = p58
  4621. w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4622. w58.Part1 = p3
  4623. w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4624. w59 = Instance.new("Weld", p59)
  4625. w59.Name = "Joint"
  4626. w59.Part0 = p59
  4627. w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4628. w59.Part1 = p32
  4629. w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4630. w60 = Instance.new("Weld", p61)
  4631. w60.Name = "Joint"
  4632. w60.Part0 = p61
  4633. w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4634. w60.Part1 = p48
  4635. w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4636. w61 = Instance.new("Weld", p62)
  4637. w61.Name = "Joint"
  4638. w61.Part0 = p62
  4639. w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4640. w61.Part1 = p10
  4641. w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4642. w62 = Instance.new("Weld", p63)
  4643. w62.Name = "Joint"
  4644. w62.Part0 = p63
  4645. w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4646. w62.Part1 = p7
  4647. w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4648. w63 = Instance.new("Weld", p64)
  4649. w63.Name = "Joint"
  4650. w63.Part0 = p64
  4651. w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4652. w63.Part1 = p54
  4653. w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4654. w64 = Instance.new("Weld", p65)
  4655. w64.Name = "Joint"
  4656. w64.Part0 = p65
  4657. w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4658. w64.Part1 = p13
  4659. w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4660. w65 = Instance.new("Weld", p66)
  4661. w65.Name = "Joint"
  4662. w65.Part0 = p66
  4663. w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4664. w65.Part1 = p52
  4665. w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4666. w66 = Instance.new("Weld", p67)
  4667. w66.Name = "Joint"
  4668. w66.Part0 = p67
  4669. w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4670. w66.Part1 = p16
  4671. w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4672. w67 = Instance.new("Weld", p68)
  4673. w67.Name = "Joint"
  4674. w67.Part0 = p68
  4675. w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4676. w67.Part1 = p11
  4677. w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4678. w68 = Instance.new("Weld", p69)
  4679. w68.Name = "Joint"
  4680. w68.Part0 = p69
  4681. w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4682. w68.Part1 = p11
  4683. w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4684. w69 = Instance.new("Weld", p70)
  4685. w69.Name = "Joint"
  4686. w69.Part0 = p70
  4687. w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4688. w69.Part1 = p58
  4689. w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4690. w70 = Instance.new("Weld", p71)
  4691. w70.Name = "Joint"
  4692. w70.Part0 = p71
  4693. w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4694. w70.Part1 = p54
  4695. w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4696. w71 = Instance.new("Weld", p72)
  4697. w71.Name = "Joint"
  4698. w71.Part0 = p72
  4699. w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4700. w71.Part1 = p9
  4701. w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4702. w72 = Instance.new("Weld", p73)
  4703. w72.Name = "Joint"
  4704. w72.Part0 = p73
  4705. w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4706. w72.Part1 = p13
  4707. w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4708. w73 = Instance.new("Weld", p74)
  4709. w73.Name = "Joint"
  4710. w73.Part0 = p74
  4711. w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4712. w73.Part1 = p10
  4713. w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4714. w74 = Instance.new("Weld", p75)
  4715. w74.Name = "Joint"
  4716. w74.Part0 = p75
  4717. w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4718. w74.Part1 = p54
  4719. w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4720. w75 = Instance.new("Weld", p76)
  4721. w75.Name = "Joint"
  4722. w75.Part0 = p76
  4723. w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4724. w75.Part1 = p32
  4725. w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4726. w76 = Instance.new("Weld", p77)
  4727. w76.Name = "Joint"
  4728. w76.Part0 = p77
  4729. w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4730. w76.Part1 = p15
  4731. w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4732. w77 = Instance.new("Weld", p78)
  4733. w77.Name = "Joint"
  4734. w77.Part0 = p78
  4735. w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4736. w77.Part1 = p15
  4737. w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4738. w78 = Instance.new("Weld", p79)
  4739. w78.Name = "Joint"
  4740. w78.Part0 = p79
  4741. w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4742. w78.Part1 = p51
  4743. w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4744. w79 = Instance.new("Weld", p80)
  4745. w79.Name = "Joint"
  4746. w79.Part0 = p80
  4747. w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4748. w79.Part1 = p12
  4749. w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4750. m6.Parent = torso
  4751. m6:MakeJoints()
  4752.  
  4753. model = m6;
  4754. for i,v in pairs(model:GetChildren()) do
  4755. if v:IsA('Part') then
  4756. v.Transparency = 1;
  4757. end
  4758. end
  4759.  
  4760. model = m6;
  4761. for i,v in pairs(model:GetChildren()) do
  4762. if v:IsA('WedgePart') then
  4763. v.Transparency = 1;
  4764. end
  4765. end
  4766.  
  4767. model = m6;
  4768. for i,v in pairs(model:GetChildren()) do
  4769. if v:IsA('SpecialMesh') then
  4770. v.Transparency = 1;
  4771. end
  4772. end
  4773. ----------------------------------------------------
  4774. --EDIT SECTION HERE--
  4775.  
  4776. --flying--
  4777.  
  4778. local char = game.Players.LocalPlayer.Character
  4779. local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
  4780. local player = game.Players.LocalPlayer
  4781. local pchar = player.Character
  4782. local mouse = player:GetMouse()
  4783. local cam = workspace.CurrentCamera
  4784. local hum = char.Humanoid
  4785. local root = char.HumanoidRootPart
  4786.  
  4787.  
  4788. local rad = math.rad
  4789.  
  4790. local keysDown = {}
  4791. local flySpeed = 0
  4792. local MAX_FLY_SPEED = 100
  4793.  
  4794. local canFly = false
  4795. local flyToggled = false
  4796.  
  4797. local forward, side = 0, 0
  4798. local lastForward, lastSide = 0, 0
  4799.  
  4800. local floatBP = Instance.new("BodyPosition")
  4801. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  4802. local flyBV = Instance.new("BodyVelocity")
  4803. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4804. local turnBG = Instance.new("BodyGyro")
  4805. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  4806.  
  4807. mouse.KeyDown:connect(function(key)
  4808. keysDown[key] = true
  4809.  
  4810. if key == "g" then
  4811. flyToggled = not flyToggled
  4812.  
  4813. if not flyToggled then
  4814. animpose = "Idle1"
  4815. stanceToggle = "Idle1"
  4816. floatBP.Parent = nil
  4817. flyBV.Parent = nil
  4818. turnBG.Parent = nil
  4819. root.Velocity = Vector3.new()
  4820. pchar.Humanoid.PlatformStand = false
  4821. end
  4822. end
  4823.  
  4824. end)
  4825. mouse.KeyUp:connect(function(key)
  4826. keysDown[key] = nil
  4827. end)
  4828.  
  4829. local function updateFly()
  4830.  
  4831. if not flyToggled then return end
  4832.  
  4833. lastForward = forward
  4834. lastSide = side
  4835.  
  4836. forward = 0
  4837. side = 0
  4838.  
  4839. if keysDown.w then
  4840. forward = forward + 1
  4841. animpose = "Idle1"
  4842. end
  4843. if keysDown.s then
  4844. forward = forward - 1
  4845. animpose = "Idle1"
  4846. end
  4847. if keysDown.a then
  4848. side = side - 1
  4849. animpose = "Idle1"
  4850. end
  4851. if keysDown.d then
  4852. side = side + 1
  4853. animpose = "Idle1"
  4854. end
  4855.  
  4856.  
  4857. canFly = (forward ~= 0 or side ~= 0)
  4858.  
  4859. if canFly then
  4860. stanceToggle = "Grab"
  4861. turnBG.Parent = root
  4862. floatBP.Parent = nil
  4863. flyBV.Parent = root
  4864.  
  4865.  
  4866. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  4867. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  4868. else
  4869. floatBP.position = root.Position
  4870. floatBP.Parent = root
  4871.  
  4872. flySpeed = flySpeed - 1
  4873. if flySpeed < 0 then flySpeed = 0 end
  4874. end
  4875.  
  4876. local camCF = cam.CoordinateFrame
  4877. local in_forward = canFly and forward or lastForward
  4878. local in_side = canFly and side or lastSide
  4879.  
  4880. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  4881. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  4882.  
  4883. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  4884. 0)
  4885. end
  4886.  
  4887. game:service'RunService'.RenderStepped:connect(function()
  4888. if flyToggled then
  4889. pchar.Humanoid.PlatformStand = true
  4890. end
  4891. updateFly()
  4892. end)
  4893. ----------------------------------------------
  4894. --arm effects--
  4895.  
  4896. Player=game:GetService("Players").LocalPlayer
  4897. Character=Player.Character
  4898. PlayerGui=Player.PlayerGui
  4899. Backpack=Player.Backpack
  4900. Torso=Character.Torso
  4901. Head=Character.Head
  4902. Humanoid=Character.Humanoid
  4903. m=Instance.new('Model',Character)
  4904. LeftArm=Character["Left Arm"]
  4905. LeftLeg=Character["Left Leg"]
  4906. RightArm=Character["Right Arm"]
  4907. RightLeg=Character["Right Leg"]
  4908. local mouse=Player:GetMouse()
  4909. local PE = Instance.new("ParticleEmitter", LeftArm)
  4910. PE.Name = "Flame"
  4911. local c1 = Color3.fromRGB (0,0,0)
  4912. local c2 = Color3.fromRGB (0,0,150)
  4913. PE.Color = ColorSequence.new(c1)
  4914. PE.EmissionDirection = "Bottom"
  4915. PE.Texture = "rbxassetid://242201991"
  4916. PE.LightEmission = 0.850
  4917. PE.Speed = NumberRange.new(0)
  4918. PE.RotSpeed = NumberRange.new(250)
  4919. PE.Size = NumberSequence.new(.5)
  4920. PE.Lifetime = NumberRange.new(0.2)
  4921. PE.Rate = 200
  4922. PE.VelocitySpread = 50
  4923.  
  4924.  
  4925. local PE = Instance.new("ParticleEmitter", RightArm)
  4926. PE.Name = "Flame"
  4927. local c1 = Color3.fromRGB (0,0,0)
  4928. local c2 = Color3.fromRGB (0,0,150)
  4929. PE.Color = ColorSequence.new(c1)
  4930. PE.EmissionDirection = "Bottom"
  4931. PE.Texture = "rbxassetid://242201991"
  4932. PE.LightEmission = 0.850
  4933. PE.Speed = NumberRange.new(0)
  4934. PE.RotSpeed = NumberRange.new(250)
  4935. PE.Size = NumberSequence.new(.5)
  4936. PE.Lifetime = NumberRange.new(0.2)
  4937. PE.Rate = 200
  4938. PE.VelocitySpread = 50
  4939. ------------------------------------------Magic----
  4940. Magik = function()
  4941. Spawn(function()
  4942. local function lerp(a,b,c)
  4943. return a+(b-a)*c
  4944. end
  4945. local function rndRange(rng)
  4946. return math.random(-rng*1000,rng*1000)/1000
  4947. end
  4948. local magik = Instance.new("Part", LeftArm)
  4949. local Colors = {"Lime green", "Camo"}
  4950. local Material = {"Neon","Neon"}
  4951. magik.Anchored = true
  4952. magik.Material = "Neon"
  4953. magik.Locked = true
  4954. magik.FormFactor = "Custom"
  4955. magik.Size = Vector3.new(1.2, 1.2, 1.2)
  4956. magik.TopSurface = "Smooth"
  4957. magik.BottomSurface = "Smooth"
  4958. magik.Transparency = 0
  4959. magik.CanCollide = false
  4960. magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  4961. magik.Material = (Material[math.random(1,#Material)])
  4962. local mr = math.rad
  4963. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  4964. local cf = LeftArm.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)
  4965. magik.CFrame = cf
  4966. for i = 0, 1, .05 do
  4967. local newTrans = lerp(0.5, 1, i)
  4968. local ns = lerp(1,1.2,i)
  4969. magik.Transparency = newTrans
  4970. magik.Size = Vector3.new(ns,ns,ns)
  4971. magik.CFrame = cf
  4972. wait()
  4973. end
  4974. magik:Destroy()
  4975. wait()
  4976. end)
  4977. end
  4978.  
  4979.  
  4980. Spawn(function()
  4981. while wait (.1) do
  4982. Magik()
  4983. end
  4984. end)
  4985.  
  4986. local p = game.Players.LocalPlayer
  4987. local char = p.Character
  4988. local mouse = p:GetMouse()
  4989. local larm = char["Left Arm"]
  4990. local rarm = char["Right Arm"]
  4991. local lleg = char["Left Leg"]
  4992. local rleg = char["Right Leg"]
  4993. local hed = char.Head
  4994. local torso = char.Torso
  4995. local hum = char.Humanoid
  4996. local cam = game.Workspace.CurrentCamera
  4997. local root = char.HumanoidRootPart
  4998. local deb = false
  4999. local CanAttack = true
  5000. local shot = 0
  5001. local l = game:GetService("Lighting")
  5002. local rs = game:GetService("RunService").RenderStepped
  5003. math.randomseed(os.time())
  5004. hum.MaxHealth = 9001
  5005. wait(1)
  5006. hum.Health = 9001
  5007.  
  5008. for i,v in pairs (hed:GetChildren()) do
  5009. if v:IsA("Sound") then
  5010. v:Destroy()
  5011. end
  5012. end
  5013. --game:service'InsertService':LoadAsset(16469427):children()[1].Parent = char
  5014. --char.Reaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=176349813"
  5015.  
  5016.  
  5017. ----------------------------------------------------
  5018. --[[Additional Functions]]
  5019.  
  5020. cf=CFrame.new
  5021. vt=Vector3.new
  5022.  
  5023. function swait(num)
  5024. if num==0 or num==nil then
  5025. game:service'RunService'.Stepped:wait(0)
  5026. else
  5027. for i=0,num do
  5028. game:service'RunService'.Stepped:wait(0)
  5029. end
  5030. end
  5031. end
  5032.  
  5033. so = function(id,par,vol,pit)
  5034. coroutine.resume(coroutine.create(function()
  5035. local sou = Instance.new("Sound",par or workspace)
  5036. sou.Volume=vol
  5037. sou.Pitch=pit or 1
  5038. sou.SoundId=id
  5039. swait()
  5040. sou:play()
  5041. game:GetService("Debris"):AddItem(sou,6)
  5042. end))
  5043. end
  5044.  
  5045.  
  5046.  
  5047.  
  5048.  
  5049. ----------------------------------------------------
  5050. Debounces = {
  5051. CanAttack = true;
  5052. CanJoke = true;
  5053. NoIdl = false;
  5054. Slashing = false;
  5055. Slashed = false;
  5056. Slapping = false;
  5057. Slapped = false;
  5058. ks = false;
  5059. }
  5060.  
  5061. local Touche = {char.Name, }
  5062. ----------------------------------------------------
  5063. function HasntTouched(plrname)
  5064. local ret = true
  5065. for _, v in pairs(Touche) do
  5066. if v == plrname then
  5067. ret = false
  5068. end
  5069. end
  5070. return ret
  5071. end
  5072. ----------------------------------------------------
  5073. function weld5(part0, part1, c0, c1)
  5074. weeld=Instance.new("Weld", part0)
  5075. weeld.Part0=part0
  5076. weeld.Part1=part1
  5077. weeld.C0=c0
  5078. weeld.C1=c1
  5079. return weeld
  5080. end
  5081. ----------------------------------------------------
  5082. mod=Instance.new('Model',char)
  5083.  
  5084. function Burst()
  5085. part=Instance.new('Part',mod)
  5086. part.Anchored=true
  5087. part.CanCollide=false
  5088. part.FormFactor='Custom'
  5089. part.Size=Vector3.new(.2,.2,.2)
  5090. part.CFrame=root.CFrame*CFrame.new(0,1,0)*CFrame.Angles(math.rad(90),0,0)
  5091. part.Transparency=.7
  5092.  
  5093. if holy ~= true then
  5094. part.BrickColor=BrickColor.new('Camo')
  5095. else
  5096. part.BrickColor=BrickColor.new('Lime green')
  5097. end
  5098.  
  5099. mesh=Instance.new('SpecialMesh',part)
  5100. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  5101. mesh.Scale=Vector3.new(10,5,10)
  5102. part2=part:clone()
  5103. part2.Parent=mod
  5104.  
  5105. if holy ~= true then
  5106. part2.BrickColor=BrickColor.new('Lime green')
  5107. else
  5108. part2.BrickColor=BrickColor.new('Lime green')
  5109. end
  5110.  
  5111. mesh2=mesh:clone()
  5112. mesh2.Parent=part2
  5113. mesh2.Scale=Vector3.new(5,2.5,5)
  5114. coroutine.resume(coroutine.create(function()
  5115. for i=0,1,0.1 do
  5116. wait()
  5117. part.CFrame=part.CFrame
  5118. part.Transparency=i
  5119. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  5120. part2.CFrame=part2.CFrame
  5121. part2.Transparency=i
  5122. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  5123. end
  5124. part.Parent=nil
  5125. part2.Parent=nil
  5126. end))
  5127. end
  5128. ----------------------------------------------------
  5129. mod4 = Instance.new("Model",char)
  5130.  
  5131. ptez = {0.7, 0.8, 0.9, 1}
  5132.  
  5133. function FindNearestTorso(Position,Distance,SinglePlayer)
  5134. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  5135. local List = {}
  5136. for i,v in pairs(workspace:GetChildren())do
  5137. if v:IsA("Model")then
  5138. if v:findFirstChild("Torso")then
  5139. if v ~= char then
  5140. if(v.Torso.Position -Position).magnitude <= Distance then
  5141. table.insert(List,v)
  5142. end
  5143. end
  5144. end
  5145. end
  5146. end
  5147. return List
  5148. end
  5149.  
  5150. function Slam()
  5151. part=Instance.new('Part',mod4)
  5152. part.Anchored=true
  5153. part.CanCollide=false
  5154. part.FormFactor='Custom'
  5155. part.Size=Vector3.new(.2,.2,.2)
  5156. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  5157. part.Transparency=.7
  5158.  
  5159. if holy ~= true then
  5160. part.BrickColor=BrickColor.new('Camo')
  5161. else
  5162. part.BrickColor=BrickColor.new('Lime green')
  5163. end
  5164.  
  5165. mesh=Instance.new('SpecialMesh',part)
  5166. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  5167. mesh.Scale=Vector3.new(3,3,3)
  5168. part2=Instance.new('Part',mod4)
  5169. part2.Anchored=true
  5170. part2.CanCollide=false
  5171. part2.FormFactor='Custom'
  5172. part2.Size=Vector3.new(.2,.2,.2)
  5173. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  5174. part2.Transparency=.7
  5175.  
  5176. if holy ~= true then
  5177. part2.BrickColor=BrickColor.new('Lime green')
  5178. else
  5179. part2.BrickColor=BrickColor.new('Lime green')
  5180. end
  5181.  
  5182. mesh2=Instance.new('SpecialMesh',part2)
  5183. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  5184. mesh2.Scale=Vector3.new(3,1.5,3)
  5185. x = Instance.new("Sound",char)
  5186. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  5187. x.Pitch = ptez[math.random(1,#ptez)]
  5188. x.Volume = 1
  5189. wait(.1)
  5190. x1 = Instance.new("Sound",char)
  5191. x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
  5192. x1.Pitch = ptez[math.random(1,#ptez)]
  5193. x1.Volume = 1
  5194. wait(.1)
  5195. x:Play()
  5196. x1:Play()
  5197. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  5198. if v:FindFirstChild('Humanoid') then
  5199. v.Humanoid:TakeDamage(math.random(99999999,99999999))
  5200. end
  5201. end
  5202. coroutine.resume(coroutine.create(function()
  5203. for i=0,0.62,0.13 do
  5204. wait()
  5205. part.CFrame=part.CFrame
  5206. part.Transparency=i
  5207. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  5208. part2.CFrame=part2.CFrame
  5209. part2.Transparency=i
  5210. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  5211. end
  5212. part.Parent=nil
  5213. part2.Parent=nil
  5214. x:Destroy()
  5215. end))
  5216. end
  5217. ----------------------------------------------------PUNCH FUNC
  5218. GroundWave = function()
  5219. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5220. local Colors = {"Lime green", "Camo"}
  5221. local wave = Instance.new("Part", torso)
  5222.  
  5223. if holy == false then
  5224. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  5225. else
  5226. wave.BrickColor = BrickColor.new("Lime green")
  5227. end
  5228.  
  5229. wave.Anchored = true
  5230. wave.CanCollide = false
  5231. wave.Material = "Neon"
  5232. wave.Locked = true
  5233. wave.Size = Vector3.new(1, 1, 1)
  5234. wave.TopSurface = "Smooth"
  5235. wave.BottomSurface = "Smooth"
  5236. wave.Transparency = 0.35
  5237. wave.CFrame = HandCF
  5238. wm = Instance.new("SpecialMesh", wave)
  5239. wm.MeshId = "rbxassetid://3270017"
  5240. coroutine.wrap(function()
  5241. for i = 1, 14, 1 do
  5242. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  5243. wave.Size = wm.Scale
  5244. wave.CFrame = HandCF
  5245. wave.Transparency = i/14
  5246. wait()
  5247. end
  5248. wait()
  5249. wave:Destroy()
  5250. end)()
  5251. end
  5252. ----------------------------------------------------
  5253. function lerp(a, b, t) -- Linear interpolation
  5254. return a + (b - a)*t
  5255. end
  5256.  
  5257. function slerp(a, b, t) --Spherical interpolation
  5258. dot = a:Dot(b)
  5259. if dot > 0.99999 or dot < -0.99999 then
  5260. return t <= 0.5 and a or b
  5261. else
  5262. r = math.acos(dot)
  5263. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  5264. end
  5265. end
  5266.  
  5267. function matrixInterpolate(a, b, t)
  5268. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  5269. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  5270. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  5271. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  5272. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  5273. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  5274. local t = v1:Dot(v2)
  5275. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  5276. return CFrame.new()
  5277. end
  5278. return CFrame.new(
  5279. v0.x, v0.y, v0.z,
  5280. v1.x, v1.y, v1.z,
  5281. v2.x, v2.y, v2.z,
  5282. v3.x, v3.y, v3.z)
  5283. end
  5284. ----------------------------------------------------
  5285. function genWeld(a,b)
  5286. local w = Instance.new("Weld",a)
  5287. w.Part0 = a
  5288. w.Part1 = b
  5289. return w
  5290. end
  5291. function weld(a, b)
  5292. local weld = Instance.new("Weld")
  5293. weld.Name = "W"
  5294. weld.Part0 = a
  5295. weld.Part1 = b
  5296. weld.C0 = a.CFrame:inverse() * b.CFrame
  5297. weld.Parent = a
  5298. return weld;
  5299. end
  5300. ----------------------------------------------------
  5301. function Lerp(c1,c2,al)
  5302. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  5303. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  5304. for i,v in pairs(com1) do
  5305. com1[i] = v+(com2[i]-v)*al
  5306. end
  5307. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  5308. end
  5309. ----------------------------------------------------[[Dissolve function]]
  5310. function Dissolve(ret)
  5311.  
  5312. ret.BrickColor = BrickColor.new("Camo")
  5313. for i = 1, 10 do wait()
  5314. for i,v in pairs(ret:GetChildren()) do
  5315. if v:IsA("Part") or v:IsA("WedgePart") then
  5316. v.Transparency = v.Transparency + 0.1
  5317.  
  5318. end
  5319. end
  5320. end
  5321. ret:Destroy()
  5322. end
  5323.  
  5324. ----------------------------------------------------
  5325. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  5326. local wld = Instance.new("Weld", wp1)
  5327. wld.Part0 = wp0
  5328. wld.Part1 = wp1
  5329. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  5330. end
  5331. ----------------------------------------------------newblast
  5332. mouse.KeyDown:connect(function(key)
  5333. if key == "e" then
  5334. if Debounces.CanAttack == true then
  5335. Debounces.CanAttack = false
  5336. Debounces.on = true
  5337. Debounces.NoIdl = true
  5338. animpose = "Idle1"
  5339. for i = 1, 15 do
  5340. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  5341. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  5342. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  5343. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  5344. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5345. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5346. if Debounces.on == false then break end
  5347. rs:wait(2.7)
  5348. end
  5349. so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
  5350. x = Instance.new("Sound",char.Head)
  5351. x.SoundId = "rbxassetid://183763515"
  5352. x.Pitch = 0.7
  5353. x.Volume = .8
  5354. x3 = Instance.new("Sound",char.Head)
  5355. x3.SoundId = "rbxassetid://183763487"
  5356. x3.Pitch = 1
  5357. x3.Volume = .8
  5358. wait(.1)
  5359. x:Play()
  5360. x3:Play()
  5361.  
  5362. if holy == true then
  5363. so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
  5364. so("http://roblox.com/asset/?id=2233091183",hed,1,1)
  5365. else
  5366. end
  5367.  
  5368. Debounces.on = false
  5369. Debounces.Here = false
  5370. shot = shot + 1
  5371. local rng = Instance.new("Part", larm)
  5372. rng.Anchored = true
  5373.  
  5374. if holy ~= true then
  5375. rng.BrickColor = BrickColor.new("Camo")
  5376. else
  5377. rng.BrickColor = BrickColor.new("Lime green")
  5378. end
  5379.  
  5380. rng.Material = "Neon"
  5381. rng.CanCollide = false
  5382. rng.FormFactor = 3
  5383. rng.Name = "Ring"
  5384. rng.Size = Vector3.new(1, 1, 1)
  5385. rng.Transparency = 0.35
  5386. rng.TopSurface = 0
  5387. rng.BottomSurface = 0
  5388. rng2 = rng:clone()
  5389. rng3 = rng2:clone()
  5390. rng4 = rng2:clone()
  5391. local rngm = Instance.new("SpecialMesh", rng)
  5392. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5393. rngm.Scale = Vector3.new(10, 10, 1)
  5394. rngm2 = rngm:clone()
  5395. rngm2.Scale = Vector3.new(5, 5, 3)
  5396. rngm3=rngm2:clone()
  5397. rngm3.Parent = rng3
  5398. rngm3.Scale = Vector3.new(8, 8, 1)
  5399. rngm4 = rngm2:clone()
  5400. rngm4.Parent = rng4
  5401. rngm4.Scale = Vector3.new(6, 6, 1)
  5402. local bem = Instance.new("Part", larm)
  5403. bem.Anchored = true
  5404.  
  5405. if holy == false then
  5406. bem.BrickColor = BrickColor.new("Camo")
  5407. else
  5408. bem.BrickColor = BrickColor.new("Lime green")
  5409. end
  5410.  
  5411.  
  5412. bem.CanCollide = false
  5413. bem.Material = "Neon"
  5414. bem.FormFactor = 3
  5415. bem.Name = "Beam" .. shot
  5416. bem.Size = Vector3.new(1, 1, 1)
  5417. bem.Transparency = 0.35
  5418. bem.TopSurface = 0
  5419. bem.BottomSurface = 0
  5420. local bemm = Instance.new("SpecialMesh", bem)
  5421. bemm.MeshType = 4
  5422. bemm.Scale = Vector3.new(1, 4, 4)
  5423. local out = Instance.new("Part", larm)
  5424. out.Anchored = true
  5425. out.Material = "Neon"
  5426.  
  5427. if holy == false then
  5428. out.BrickColor = BrickColor.new("Camo")
  5429. else
  5430. out.BrickColor = BrickColor.new("Lime green")
  5431. end
  5432.  
  5433. out.CanCollide = false
  5434. out.FormFactor = 3
  5435. out.Name = "Out"
  5436. out.Size = Vector3.new(4, 4, 4)
  5437. out.Transparency = 0.35
  5438. out.TopSurface = 0
  5439. out.BottomSurface = 0
  5440. local outm = Instance.new("SpecialMesh", out)
  5441. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  5442. outm.Scale = Vector3.new(6, 4, 6)
  5443. local bnd = Instance.new("Part", larm)
  5444. bnd.Anchored = true
  5445. bnd.BrickColor = BrickColor.new("Really red")
  5446. bnd.CanCollide = false
  5447. bnd.FormFactor = 3
  5448. bnd.Name = "Bend"
  5449. bnd.Size = Vector3.new(1, 1, 1)
  5450. bnd.Transparency = 1
  5451. bnd.TopSurface = 0
  5452. bnd.BottomSurface = 0
  5453. local bndm = Instance.new("SpecialMesh", bnd)
  5454. bndm.MeshType = 3
  5455. bndm.Scale = Vector3.new(8, 8, 8)
  5456. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  5457. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  5458. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  5459. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  5460. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  5461. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  5462. Debounces.Shewt = true
  5463. coroutine.wrap(function()
  5464. for i = 1, 20, 0.2 do
  5465. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  5466. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  5467. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  5468. rng.Transparency = i/20
  5469. rng3.Transparency = 1/24
  5470. rng4.Transparency = i/26
  5471. wait()
  5472. end
  5473. wait()
  5474. rng:Destroy()
  5475. end)()
  5476. if Debounces.Shewt == true then
  5477. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  5478. hit = ht.Parent
  5479. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  5480. if HasntTouched(hit.Name) == true and deb == false then
  5481. deb = true
  5482. coroutine.wrap(function()
  5483. hit:FindFirstChild("Humanoid").PlatformStand = true
  5484. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  5485. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(998,999))
  5486. end)()
  5487. table.insert(Touche, hit.Name)
  5488. deb = false
  5489. end
  5490. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  5491. if HasntTouched(hit.Parent.Name) == true and deb == false then
  5492. deb = true
  5493. coroutine.wrap(function()
  5494. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5495. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  5496. wait(1)
  5497. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5498. end)()
  5499. table.insert(Touche, hit.Parent.Name)
  5500. deb = false
  5501. for i, v in pairs(Touche) do
  5502. print(v)
  5503. end
  5504. end
  5505. end
  5506. end)
  5507. end
  5508. for i = 0, 260, 8 do
  5509. bem.Size = Vector3.new(i, 3, 3)
  5510. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  5511. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  5512. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  5513. bnd.Size = Vector3.new(1,1,1)
  5514. bndm.Scale = Vector3.new(8,8,8)
  5515. if i % 10 == 0 then
  5516. local newRng = rng2:Clone()
  5517. newRng.Parent = larm
  5518. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  5519. local newRngm = rngm2:clone()
  5520. newRngm.Parent=newRng
  5521. coroutine.wrap(function()
  5522. for i = 1, 10, 0.2 do
  5523. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  5524. newRng.Transparency = i/10
  5525. wait()
  5526. end
  5527. wait()
  5528. newRng:Destroy()
  5529. end)()
  5530. end
  5531. wait()
  5532. end
  5533. wait()
  5534. Debounces.Shewt = false
  5535. bem:Destroy()
  5536. out:Destroy()
  5537. bnd:Destroy()
  5538. Debounces.Ready = false
  5539. for i, v in pairs(Touche) do
  5540. table.remove(Touche, i)
  5541. end
  5542. wait()
  5543. table.insert(Touche, char.Name)
  5544. Debounces.NoIdl = false
  5545. if Debounces.CanAttack == false then
  5546. Debounces.CanAttack = true
  5547. animpose = "Idle1"
  5548. end
  5549. end
  5550. end
  5551. end)
  5552.  
  5553. ---------------------------------------------
  5554.  
  5555.  
  5556. --newcape
  5557.  
  5558. local verlet = {}
  5559. verlet.step_time = 1 / 50
  5560. verlet.gravity = Vector3.new(0, -150, 0) --//
  5561.  
  5562. local char = game.Players.LocalPlayer.Character
  5563. local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
  5564. local parts = {}
  5565. local render = game:GetService("RunService").RenderStepped
  5566.  
  5567. wait()
  5568.  
  5569. local point = {}
  5570. local link = {}
  5571. local rope = {}
  5572.  
  5573. local function ccw(A,B,C)
  5574. return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x)
  5575. end
  5576.  
  5577. local function intersect(A,B,C,D)
  5578. return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D)
  5579. end
  5580.  
  5581. local function vec2(v)
  5582. return Vector2.new(v.x, v.z)
  5583. end
  5584.  
  5585. function point:step()
  5586. if not self.fixed then
  5587. local derivative = (self.position - self.last_position) * 0.95
  5588. self.last_position = self.position
  5589. self.position = self.position + derivative + ((verlet.gravity + (torso.CFrame.lookVector * -90)) * verlet.step_time ^ 2) --//
  5590. --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5)
  5591. local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5)
  5592. local pointE = self.position + torso.CFrame.lookVector * 100
  5593. local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE))
  5594. if not doIntersect then
  5595. self.postition = self.position - torso.CFrame.lookVector * 10
  5596. end]]
  5597. end
  5598. end
  5599.  
  5600. function link:step()
  5601. for i = 1, 1 do
  5602. local distance = self.point1.position - self.point2.position
  5603. local magnitude = distance.magnitude
  5604. local differance = (self.length - magnitude) / magnitude
  5605. local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance
  5606. if not self.point1.fixed then
  5607. self.point1.position = self.point1.position + translation
  5608. end
  5609. if not self.point2.fixed then
  5610. self.point2.position = self.point2.position - translation
  5611. end
  5612. end
  5613. end
  5614.  
  5615. function verlet.new(class, a, b, c)
  5616. if class == "Point" then
  5617. local new = {}
  5618. setmetatable(new, {__index = point})
  5619. new.class = class
  5620. new.position = a or Vector3.new()
  5621. new.last_position = new.position
  5622. new.velocity = verlet.gravity
  5623. new.fixed = false
  5624. return new
  5625. elseif class == "Link" then
  5626. local new = {}
  5627. setmetatable(new, {__index = link})
  5628. new.class = class
  5629. new.point1 = a
  5630. new.point2 = b
  5631. new.length = c or (a.position - b.position).magnitude
  5632. return new
  5633. elseif class == "Rope" then
  5634. local new = {}
  5635. setmetatable(new, {__index = link})
  5636. new.class = class
  5637. new.start_point = a
  5638. new.finish_point = b
  5639. new.points = {}
  5640. new.links = {}
  5641. local inc = (b - a) / 10
  5642. for i = 0, 10 do
  5643. table.insert(new.points, verlet.new("Point", a + (i * inc)))
  5644. end
  5645. for i = 2, #new.points do
  5646. table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
  5647. end
  5648. return new
  5649. end
  5650. end
  5651.  
  5652. local tris = {}
  5653. local triParts = {}
  5654.  
  5655. local function GetDiscoColor(hue)
  5656. local section = hue % 1 * 3
  5657. local secondary = 0.5 * math.pi * (section % 1)
  5658. if section < 1 then
  5659. return Color3.new(1, 1 - math.cos(secondary), 1 - math.sin(secondary))
  5660. elseif section < 2 then
  5661. return Color3.new(1 - math.sin(secondary), 1, 1 - math.cos(secondary))
  5662. else
  5663. return Color3.new(1 - math.cos(secondary), 1 - math.sin(secondary), 1)
  5664. end
  5665. end
  5666.  
  5667. local function setupPart(part)
  5668. part.Anchored = true
  5669. part.FormFactor = 3
  5670. part.CanCollide = false
  5671. part.TopSurface = 10
  5672. part.BottomSurface = 10
  5673. part.LeftSurface = 10
  5674. part.RightSurface = 10
  5675. part.FrontSurface = 10
  5676. part.BackSurface = 10
  5677. part.Material = "Neon"
  5678. local m = Instance.new("SpecialMesh", part)
  5679. m.MeshType = "Wedge"
  5680. m.Scale = Vector3.new(0.2, 1, 1)
  5681. return part
  5682. end
  5683.  
  5684. local function CFrameFromTopBack(at, top, back)
  5685. local right = top:Cross(back)
  5686. return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
  5687. end
  5688.  
  5689. local function drawTri(parent, a, b, c)
  5690. local this = {}
  5691. local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
  5692. local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
  5693. function this:Set(a, b, c)
  5694. local ab, bc, ca = b-a, c-b, a-c
  5695. local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude
  5696. local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm))
  5697. local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm))
  5698. local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam))
  5699. if edg1 < edg2 then
  5700. if edg1 >= edg3 then
  5701. a, b, c = c, a, b
  5702. ab, bc, ca = ca, ab, bc
  5703. abm = cam
  5704. end
  5705. else
  5706. if edg2 < edg3 then
  5707. a, b, c = b, c, a
  5708. ab, bc, ca = bc, ca, ab
  5709. abm = bcm
  5710. else
  5711. a, b, c = c, a, b
  5712. ab, bc, ca = ca, ab, bc
  5713. abm = cam
  5714. end
  5715. end
  5716.  
  5717. local len1 = -ca:Dot(ab)/abm
  5718. local len2 = abm - len1
  5719. local width = (ca + ab.unit*len1).magnitude
  5720.  
  5721. local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit)
  5722.  
  5723. if len1 > 0.2 then
  5724. mPart1.Parent = parent
  5725. mPart1.Size = Vector3.new(0.2, width, len1)
  5726. mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  5727. else
  5728. mPart1.Parent = nil
  5729. end
  5730.  
  5731. if len2 > 0.2 then
  5732. mPart2.Parent = parent
  5733. mPart2.Size = Vector3.new(0.2, width, len2)
  5734. mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  5735. else
  5736. mPart2.Parent = nil
  5737. end
  5738. end
  5739. function this:SetProperty(prop, value)
  5740. mPart1[prop] = value
  5741. mPart2[prop] = value
  5742. end
  5743. this:Set(a, b, c)
  5744. function this:Destroy()
  5745. mPart1:Destroy()
  5746. mPart2:Destroy()
  5747. end
  5748. this.p1 = mPart1
  5749. this.p2 = mPart2
  5750. this.p1.BrickColor = BrickColor.new "Lime green"
  5751. this.p2.BrickColor = BrickColor.new "Lime green"
  5752. return this
  5753. end
  5754.  
  5755. function verlet.draw(object, id)
  5756. if object.class == "Point" then
  5757. local part = parts[id]
  5758. part.BrickColor = BrickColor.new(1, 1, 1)
  5759. part.Transparency = 0
  5760. part.formFactor = 3
  5761. part.Anchored = true
  5762. part.CanCollide = false
  5763. part.TopSurface = 0
  5764. part.BottomSurface = 0
  5765. part.Size = Vector3.new(0.35, 0.35, 0.35)
  5766. part.Material = "Neon"
  5767. part.CFrame = CFrame.new(object.position)
  5768. part.Parent = torso
  5769. return part
  5770. elseif object.class == "Link" then
  5771. local part = parts[id]
  5772. local dist = (object.point1.position - object.point2.position).magnitude
  5773. part.Size = Vector3.new(0.2, 0.2, dist)
  5774. part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5)
  5775. part.Parent = torso
  5776. return part
  5777. end
  5778. end
  5779.  
  5780. function verlet.clear()
  5781. for _, v in pairs(workspace:GetChildren()) do
  5782. if v.Name == "Part" then
  5783. v:Destroy()
  5784. end
  5785. end
  5786. end
  5787.  
  5788. local points = {}
  5789. local links = {}
  5790.  
  5791. for x = 0, 2 do
  5792. points[x] = {}
  5793. for y = 0, 3 do
  5794. points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
  5795. points[x][y].fixed = y == 0
  5796. end
  5797. end
  5798.  
  5799. for x = 1, 2 do
  5800. for y = 0, 3 do
  5801. links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
  5802. end
  5803. end
  5804.  
  5805. for x = 0, 2 do
  5806. for y = 1, 3 do
  5807. links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
  5808. end
  5809. end
  5810.  
  5811. render:connect(function()
  5812. for x = 0, 2 do
  5813. for y = 0, 3 do
  5814. if y == 0 then
  5815. points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p
  5816. else
  5817. points[x][y]:step()
  5818. end
  5819. end
  5820. end
  5821. for i = 1, #links do
  5822. links[i]:step()
  5823. end
  5824. for i = 1, #tris do
  5825. triParts[#triParts + 1] = tris[i].p1
  5826. triParts[#triParts + 1] = tris[i].p2
  5827. end
  5828. tris = {}
  5829. for x = 1, 2 do
  5830. for y = 1, 3 do
  5831. tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position)
  5832. tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position)
  5833. end
  5834. end
  5835. end)
  5836.  
  5837.  
  5838. local cor6 = Instance.new("Part", torso.Cloak)
  5839. cor6.Name = "Thingy"
  5840. cor6.Locked = true
  5841. cor6.BottomSurface = 0
  5842. cor6.CanCollide = false
  5843. cor6.Size = Vector3.new(1,1,1)
  5844. cor6.Transparency = 1
  5845. cor6.TopSurface = 0
  5846. corw6 = Instance.new("Weld", cor6)
  5847. corw6.Part0 = torso
  5848. corw6.Part1 = cor6
  5849. corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5850. corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5851. weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
  5852. weld6.Part0 = cor6
  5853. weld6.Part1 = torso.Cloak.NeckPart
  5854. weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5855. --Amulet
  5856. m7 = Instance.new("Model")
  5857. m7.Name = "Amulet"
  5858. p1 = Instance.new("Part", m7)
  5859. p1.BrickColor = BrickColor.new("Lime green")
  5860. p1.Material = Enum.Material.Neon
  5861. p1.Name = "Center"
  5862. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5863. p1.CanCollide = false
  5864. p1.Locked = true
  5865. p1.FormFactor = Enum.FormFactor.Custom
  5866. p1.Shape = Enum.PartType.Cylinder
  5867. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  5868. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5869. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5870. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5871. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5872. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5873. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5874. p2 = Instance.new("Part", m7)
  5875. p2.BrickColor = BrickColor.new("Camo")
  5876. p2.Material = Enum.Material.Metal
  5877. p2.Name = "Bottom"
  5878. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5879. p2.CanCollide = false
  5880. p2.Locked = true
  5881. p2.FormFactor = Enum.FormFactor.Custom
  5882. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5883. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5884. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5885. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5886. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5887. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5888. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5889. b1 = Instance.new("SpecialMesh", p2)
  5890. b1.MeshType = Enum.MeshType.Cylinder
  5891. b1.Name = "Mesh"
  5892. p3 = Instance.new("Part", m7)
  5893. p3.BrickColor = BrickColor.new("Camo")
  5894. p3.Material = Enum.Material.Metal
  5895. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5896. p3.CanCollide = false
  5897. p3.Locked = true
  5898. p3.FormFactor = Enum.FormFactor.Custom
  5899. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5900. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5901. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5902. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5903. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5904. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5905. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5906. b2 = Instance.new("SpecialMesh", p3)
  5907. b2.MeshType = Enum.MeshType.Brick
  5908. b2.Name = "Mesh"
  5909. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5910. p4 = Instance.new("Part", m7)
  5911. p4.BrickColor = BrickColor.new("Camo")
  5912. p4.Material = Enum.Material.Metal
  5913. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5914. p4.CanCollide = false
  5915. p4.Locked = true
  5916. p4.FormFactor = Enum.FormFactor.Custom
  5917. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5918. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5919. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5920. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5921. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5922. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5923. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5924. b3 = Instance.new("SpecialMesh", p4)
  5925. b3.MeshType = Enum.MeshType.Brick
  5926. b3.Name = "Mesh"
  5927. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5928. p5 = Instance.new("Part", m7)
  5929. p5.BrickColor = BrickColor.new("Camo")
  5930. p5.Material = Enum.Material.Metal
  5931. 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)
  5932. p5.CanCollide = false
  5933. p5.Locked = true
  5934. p5.FormFactor = Enum.FormFactor.Custom
  5935. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5936. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5937. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5938. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5939. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5940. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5941. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5942. b4 = Instance.new("SpecialMesh", p5)
  5943. b4.MeshType = Enum.MeshType.Brick
  5944. b4.Name = "Mesh"
  5945. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5946. p6 = Instance.new("Part", m7)
  5947. p6.BrickColor = BrickColor.new("Camo")
  5948. p6.Material = Enum.Material.Metal
  5949. 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)
  5950. p6.CanCollide = false
  5951. p6.Locked = true
  5952. p6.FormFactor = Enum.FormFactor.Custom
  5953. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5954. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5955. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5956. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5957. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5958. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5959. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5960. b5 = Instance.new("SpecialMesh", p6)
  5961. b5.MeshType = Enum.MeshType.Brick
  5962. b5.Name = "Mesh"
  5963. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5964. p7 = Instance.new("Part", m7)
  5965. p7.BrickColor = BrickColor.new("Camo")
  5966. p7.Material = Enum.Material.Metal
  5967. 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)
  5968. p7.CanCollide = false
  5969. p7.Locked = true
  5970. p7.FormFactor = Enum.FormFactor.Custom
  5971. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5972. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5973. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5974. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5975. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5976. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5977. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5978. b6 = Instance.new("SpecialMesh", p7)
  5979. b6.MeshType = Enum.MeshType.Brick
  5980. b6.Name = "Mesh"
  5981. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5982. p8 = Instance.new("Part", m7)
  5983. p8.BrickColor = BrickColor.new("Camo")
  5984. p8.Material = Enum.Material.Metal
  5985. 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)
  5986. p8.CanCollide = false
  5987. p8.Locked = true
  5988. p8.FormFactor = Enum.FormFactor.Custom
  5989. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5990. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5991. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5992. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5993. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5994. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5995. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5996. b7 = Instance.new("SpecialMesh", p8)
  5997. b7.MeshType = Enum.MeshType.Brick
  5998. b7.Name = "Mesh"
  5999. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6000. p9 = Instance.new("Part", m7)
  6001. p9.BrickColor = BrickColor.new("Camo")
  6002. p9.Material = Enum.Material.Metal
  6003. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  6004. p9.CanCollide = false
  6005. p9.Locked = true
  6006. p9.FormFactor = Enum.FormFactor.Custom
  6007. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6008. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6009. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6010. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6011. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6012. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6013. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6014. b8 = Instance.new("SpecialMesh", p9)
  6015. b8.MeshType = Enum.MeshType.Brick
  6016. b8.Name = "Mesh"
  6017. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6018. p10 = Instance.new("Part", m7)
  6019. p10.BrickColor = BrickColor.new("Camo")
  6020. p10.Material = Enum.Material.Metal
  6021. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  6022. p10.CanCollide = false
  6023. p10.Locked = true
  6024. p10.FormFactor = Enum.FormFactor.Custom
  6025. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6026. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6027. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6028. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6029. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6030. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6031. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6032. b9 = Instance.new("SpecialMesh", p10)
  6033. b9.MeshType = Enum.MeshType.Brick
  6034. b9.Name = "Mesh"
  6035. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6036. p11 = Instance.new("Part", m7)
  6037. p11.BrickColor = BrickColor.new("Camo")
  6038. p11.Material = Enum.Material.Metal
  6039. 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)
  6040. p11.CanCollide = false
  6041. p11.Locked = true
  6042. p11.FormFactor = Enum.FormFactor.Custom
  6043. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6044. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6045. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6046. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6047. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6048. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6049. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6050. b10 = Instance.new("SpecialMesh", p11)
  6051. b10.MeshType = Enum.MeshType.Brick
  6052. b10.Name = "Mesh"
  6053. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6054. p12 = Instance.new("Part", m7)
  6055. p12.BrickColor = BrickColor.new("Camo")
  6056. p12.Material = Enum.Material.Metal
  6057. 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)
  6058. p12.CanCollide = false
  6059. p12.Locked = true
  6060. p12.FormFactor = Enum.FormFactor.Custom
  6061. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6062. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6063. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6064. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6065. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6066. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6067. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6068. b11 = Instance.new("SpecialMesh", p12)
  6069. b11.MeshType = Enum.MeshType.Brick
  6070. b11.Name = "Mesh"
  6071. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6072. p13 = Instance.new("Part", m7)
  6073. p13.BrickColor = BrickColor.new("Camo")
  6074. p13.Material = Enum.Material.Metal
  6075. 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)
  6076. p13.CanCollide = false
  6077. p13.Locked = true
  6078. p13.FormFactor = Enum.FormFactor.Custom
  6079. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6080. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6081. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6082. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6083. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6084. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6085. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6086. b12 = Instance.new("SpecialMesh", p13)
  6087. b12.MeshType = Enum.MeshType.Brick
  6088. b12.Name = "Mesh"
  6089. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6090. p14 = Instance.new("Part", m7)
  6091. p14.BrickColor = BrickColor.new("Camo")
  6092. p14.Material = Enum.Material.Metal
  6093. 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)
  6094. p14.CanCollide = false
  6095. p14.Locked = true
  6096. p14.FormFactor = Enum.FormFactor.Custom
  6097. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6098. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6099. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6100. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6101. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6102. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6103. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6104. b13 = Instance.new("SpecialMesh", p14)
  6105. b13.MeshType = Enum.MeshType.Brick
  6106. b13.Name = "Mesh"
  6107. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6108. p15 = Instance.new("Part", m7)
  6109. p15.BrickColor = BrickColor.new("Camo")
  6110. p15.Material = Enum.Material.Metal
  6111. p15.Name = "Top"
  6112. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  6113. p15.CanCollide = false
  6114. p15.Locked = true
  6115. p15.FormFactor = Enum.FormFactor.Custom
  6116. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  6117. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6118. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6119. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6120. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6121. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6122. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6123. b14 = Instance.new("SpecialMesh", p15)
  6124. b14.MeshType = Enum.MeshType.Cylinder
  6125. b14.Name = "Mesh"
  6126. w1 = Instance.new("Weld", p1)
  6127. w1.Name = "Joint"
  6128. w1.Part0 = p1
  6129. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6130. w1.Part1 = p15
  6131. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6132. w2 = Instance.new("Weld", p2)
  6133. w2.Name = "Joint"
  6134. w2.Part0 = p2
  6135. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6136. w2.Part1 = p1
  6137. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6138. w3 = Instance.new("Weld", p3)
  6139. w3.Name = "Joint"
  6140. w3.Part0 = p3
  6141. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6142. w3.Part1 = p1
  6143. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6144. w4 = Instance.new("Weld", p4)
  6145. w4.Name = "Joint"
  6146. w4.Part0 = p4
  6147. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6148. w4.Part1 = p1
  6149. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6150. w5 = Instance.new("Weld", p5)
  6151. w5.Name = "Joint"
  6152. w5.Part0 = p5
  6153. 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)
  6154. w5.Part1 = p1
  6155. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6156. w6 = Instance.new("Weld", p6)
  6157. w6.Name = "Joint"
  6158. w6.Part0 = p6
  6159. 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)
  6160. w6.Part1 = p1
  6161. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6162. w7 = Instance.new("Weld", p7)
  6163. w7.Name = "Joint"
  6164. w7.Part0 = p7
  6165. 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)
  6166. w7.Part1 = p1
  6167. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6168. w8 = Instance.new("Weld", p8)
  6169. w8.Name = "Joint"
  6170. w8.Part0 = p8
  6171. 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)
  6172. w8.Part1 = p1
  6173. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6174. w9 = Instance.new("Weld", p9)
  6175. w9.Name = "Joint"
  6176. w9.Part0 = p9
  6177. 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)
  6178. w9.Part1 = p1
  6179. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6180. w10 = Instance.new("Weld", p10)
  6181. w10.Name = "Joint"
  6182. w10.Part0 = p10
  6183. 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)
  6184. w10.Part1 = p1
  6185. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6186. w11 = Instance.new("Weld", p11)
  6187. w11.Name = "Joint"
  6188. w11.Part0 = p11
  6189. 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)
  6190. w11.Part1 = p1
  6191. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6192. w12 = Instance.new("Weld", p12)
  6193. w12.Name = "Joint"
  6194. w12.Part0 = p12
  6195. 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)
  6196. w12.Part1 = p1
  6197. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6198. w13 = Instance.new("Weld", p13)
  6199. w13.Name = "Joint"
  6200. w13.Part0 = p13
  6201. 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)
  6202. w13.Part1 = p1
  6203. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6204. w14 = Instance.new("Weld", p14)
  6205. w14.Name = "Joint"
  6206. w14.Part0 = p14
  6207. 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)
  6208. w14.Part1 = p1
  6209. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6210. m7.Parent = torso
  6211. m7:MakeJoints()
  6212. ----------------------------------------------------
  6213. local cor7 = Instance.new("Part", torso.Amulet)
  6214. cor7.Name = "Thingy"
  6215. cor7.Locked = true
  6216. cor7.BottomSurface = 0
  6217. cor7.CanCollide = false
  6218. cor7.Size = Vector3.new(1, 1, 1)
  6219. cor7.Transparency = 1
  6220. cor7.TopSurface = 0
  6221. corw7 = Instance.new("Weld", cor7)
  6222. corw7.Part0 = torso.Torso.Connection
  6223. corw7.Part1 = cor7
  6224. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  6225. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  6226. weld7 = Instance.new("Weld", torso.Amulet)
  6227. weld7.Part0 = cor7
  6228. weld7.Part1 = torso.Amulet.Top
  6229. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6230. --SWORD
  6231. Player=game:GetService("Players").LocalPlayer
  6232. Character=Player.Character
  6233. PlayerGui=Player.PlayerGui
  6234. Backpack=Player.Backpack
  6235. Torso=Character.Torso
  6236. Head=Character.Head
  6237. Humanoid=Character.Humanoid
  6238. m8=Instance.new('Model',Character)
  6239. LeftArm=Character["Left Arm"]
  6240. LeftLeg=Character["Left Leg"]
  6241. RightArm=Character["Right Arm"]
  6242. RightLeg=Character["Right Leg"]
  6243. it=Instance.new
  6244.  
  6245. Player=game:GetService('Players').LocalPlayer
  6246. Character=Player.Character
  6247. Mouse=Player:GetMouse()
  6248. m8=Instance.new('Model',Character)
  6249. it=Instance.new
  6250. function nooutline(part)
  6251. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6252. end
  6253. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6254. local fp=it("Part")
  6255. fp.formFactor=formfactor
  6256. fp.Parent=parent
  6257. fp.Reflectance=reflectance
  6258. fp.Transparency=transparency
  6259. fp.CanCollide=false
  6260. fp.Locked=true
  6261. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6262. fp.Name=name
  6263. fp.Size=size
  6264. fp.Position=Character.Torso.Position
  6265. nooutline(fp)
  6266. fp.Material=material
  6267. fp:BreakJoints()
  6268. return fp
  6269. end
  6270. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6271. local mesh=it(Mesh)
  6272. mesh.Parent=part
  6273. if Mesh=="SpecialMesh" then
  6274. mesh.MeshType=meshtype
  6275. mesh.MeshId=meshid
  6276. end
  6277. mesh.Offset=offset
  6278. mesh.Scale=scale
  6279. return mesh
  6280. end
  6281. function weld(parent,part0,part1,c0,c1)
  6282. local weld=it("Weld")
  6283. weld.Parent=parent
  6284. weld.Part0=part0
  6285. weld.Part1=part1
  6286. weld.C0=c0
  6287. weld.C1=c1
  6288. return weld
  6289. end
  6290.  
  6291.  
  6292. m8 = Instance.new("Model")
  6293. m8.Name = "Zyrodoxa"
  6294. Handle=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
  6295. HandleWeld=weld(m8,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, -1.10559327e-007, 0, 1.10559313e-007, 0.999999881, -6.82671057e-008, 7.54756585e-015, 6.82671129e-008, 1),CFrame.new(-0.069039166, -0.113463402, 1.04289675, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6296. mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  6297. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  6298. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.76659834, -0.297748327, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  6299. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6300. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
  6301. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.86247182, 0.341249466, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  6302. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
  6303. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
  6304. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.76659834, 0.369124293, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  6305. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6306. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  6307. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-006, -1.95409656, 0.369124651, 1, -3.5029597e-008, -5.96046519e-008, -5.96046306e-008, 6.17193905e-007, -1, 3.50296325e-008, 1, 6.17193905e-007))
  6308. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6309. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  6310. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -1.95409656, -0.297748804, -1, -5.23922949e-008, 5.96046519e-008, -5.96046803e-008, 6.17193905e-007, -1, 5.23922594e-008, -1, -6.17193905e-007))
  6311. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6312. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6313. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
  6314. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6315. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  6316. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.16725111, -1.41408849, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
  6317. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6318. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
  6319. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.02655792e-006, -1.16711032, -0.0589969158, 1, 1.08027862e-007, 0, -5.37960721e-014, 4.97983308e-007, -1, -1.08027862e-007, 1, 4.97983308e-007))
  6320. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6321. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
  6322. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.35079217, 0.103010416, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  6323. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6324. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  6325. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.71972668, 0.400372267, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  6326. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6327. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  6328. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -2.02871776, -0.278748035, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  6329. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6330. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  6331. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(8.94069672e-007, -2.02871752, 0.419371605, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  6332. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6333. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
  6334. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.16047049, 0.508368373, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  6335. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
  6336. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  6337. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.35976458, -0.0312541127, 1.86352515, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57641632e-008, -8.94739998e-008, -7.57096927e-008, 0.866025269, 0.500000238))
  6338. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6339. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  6340. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.08190203, 0.2501719, 1, -3.12822095e-007, 5.96046519e-008, -1.13020228e-007, -0.173648566, 0.98480773, -2.97719339e-007, -0.98480767, -0.173648566))
  6341. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
  6342. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
  6343. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.05311584e-006, 1.95058596, 0.253540456, -1, 1.02354932e-007, -1.49011612e-007, -1.17442823e-007, 0.258818656, 0.965925932, 1.3743427e-007, 0.965925992, -0.258818686))
  6344. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6345. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  6346. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.68847609, 0.419371486, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  6347. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6348. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  6349. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, -1.99747372, 0.400373936, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  6350. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6351. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
  6352. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.18813586, 0.908314347, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
  6353. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6354. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  6355. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.35976434, -0.0312459469, 1.86352515, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47141249e-009, 1.70059607e-007, -8.20235115e-008, 0.866025269, 0.500000238))
  6356. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6357. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
  6358. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 1.82663035, 1.68847704, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
  6359. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6360. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
  6361. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  6362. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
  6363. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  6364. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 1.6884762, -0.278747916, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  6365. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6366. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
  6367. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, 2.75683522, 1.15006804, 1, 2.61612684e-007, -5.96046519e-008, -4.6201059e-008, 0.386711121, 0.922201037, 2.64309278e-007, -0.922201037, 0.386711121))
  6368. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6369. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  6370. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.90734863e-006, 1.20410335, -0.1381253, 1, -1.30388145e-007, 5.96046519e-008, -5.96047158e-008, -4.97983308e-007, 1, -1.30388116e-007, -1, -4.97983308e-007))
  6371. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6372. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6373. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.13575315, -0.0312504768, 1.638713, 0, 0.707106888, 0.707106709, -1, -1.57551966e-007, 1.57552009e-007, 2.2281219e-007, -0.707106709, 0.707106888))
  6374. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6375. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6376. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.999259949, -0.0312482715, -0.496301651, 8.94069814e-008, 0.707106769, -0.707106829, 1, -2.08849031e-007, -8.2408441e-008, -2.0595013e-007, -0.707106829, -0.707106709))
  6377. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6378. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  6379. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.20410311, 0.278748631, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6380. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6381. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
  6382. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.302499771, 0.0937513113, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6383. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6384. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
  6385. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.659994602, 0.135124326, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6386. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6387. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  6388. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.25361502, 0.392871499, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  6389. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
  6390. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
  6391. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.954994917, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6392. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6393. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
  6394. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.50817347, 0.125254035, -1, 6.68158862e-008, -1.49011612e-007, -1.4901164e-007, -4.97983194e-007, 1, 6.68158151e-008, 1, 4.97983194e-007))
  6395. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  6396. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
  6397. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.91299367, 0.281997681, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  6398. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6399. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  6400. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.781131983, 0.0222299099, -1, 2.86555604e-007, -5.96046519e-008, -1.08459133e-007, -0.173648685, 0.98480773, 2.71851889e-007, 0.98480773, 0.173648685))
  6401. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6402. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
  6403. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.522374153, 0.125002146, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  6404. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6405. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6406. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
  6407. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6408. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  6409. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
  6410. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6411. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
  6412. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.57627869e-007, -1.79205251, -0.0442371368, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
  6413. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
  6414. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  6415. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.552494049, 0.0937507153, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6416. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6417. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
  6418. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-007, 0.63488543, 0.590048075, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
  6419. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  6420. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
  6421. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.9935112e-006, 1.40163493, 1.65097666, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
  6422. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6423. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
  6424. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, 0.428994179, 0.0937510729, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6425. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6426. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
  6427. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.446621895, 0.0734990835, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  6428. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6429. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  6430. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.967765272, 0.720929861, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
  6431. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6432. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
  6433. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  6434. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
  6435. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
  6436. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 0.960361481, 0.0573717356, 1, -6.68157512e-008, -5.96046519e-008, 5.96046164e-008, -4.97983308e-007, 1, -6.68157796e-008, -1, -4.97983308e-007))
  6437. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6438. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
  6439. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.51446474, -0.287093759, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  6440. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6441. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
  6442. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, -1.12023759, -0.0676275492, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
  6443. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6444. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
  6445. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -0.201990128, 0.0982512236, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6446. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
  6447. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  6448. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.38418579e-007, -0.137369633, 0.0937509537, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
  6449. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6450. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
  6451. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.63588333e-006, -1.29723644, 0.0231808424, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
  6452. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6453. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
  6454. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167286396, 0.746741295, -0.00556850433, -1, 6.68158222e-008, -5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, -6.68157938e-008, -1, -4.38378009e-007))
  6455. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6456. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
  6457. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.81469727e-006, 0.381998301, -0.135124564, -1, -5.23922843e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23922097e-008, -1, -4.97983251e-007))
  6458. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
  6459. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
  6460. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.35113907e-006, -1.64879727, 0.0388069153, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
  6461. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6462. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
  6463. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.14855242, -0.0782039165, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
  6464. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6465. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
  6466. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.17250943, 0.949309707, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
  6467. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6468. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
  6469. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.7106328, -4.67702293, 1, -5.28256834e-008, 3.27825546e-007, -1.54116776e-007, -0.948323309, 0.317305803, 2.94122714e-007, -0.317305803, -0.948323369))
  6470. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
  6471. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  6472. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.00251865, -0.0312470198, -0.784425139, -5.96046448e-008, 0.362437576, 0.932008028, 1, 8.8373362e-008, 2.95864595e-008, -7.16414377e-008, 0.932008028, -0.362437606))
  6473. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6474. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  6475. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -3.18676305, -1.53718555, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  6476. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6477. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  6478. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.73874784, -0.0312489271, 0.358844757, -8.94069814e-008, -0.0130901812, 0.999914408, 1, 5.69744678e-008, 9.01605191e-008, -5.81498085e-008, 0.999914408, 0.0130901812))
  6479. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6480. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
  6481. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.37090683e-006, 3.7712388, 4.10999966, 1, 2.20300279e-007, -3.27825546e-007, 7.26464435e-008, 0.713250935, 0.70090878, 3.88232309e-007, -0.70090884, 0.713250995))
  6482. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
  6483. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
  6484. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 3.43644333, -0.254856586, 1, 2.8833017e-007, 5.96046519e-008, -4.31625189e-008, -0.0566928945, 0.998391747, 2.91245613e-007, -0.998391688, -0.0566928908))
  6485. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6486. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  6487. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.0734067, -0.0312533975, 4.65720272, 1.49011626e-007, 0.694658399, -0.719339788, -1, 3.30585053e-008, -1.75226305e-007, -9.79421202e-008, 0.719339788, 0.694658399))
  6488. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6489. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
  6490. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, 3.25642681, 0.00496280193, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
  6491. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6492. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
  6493. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.03983688e-006, 6.0806818, -0.48661232, 1, 2.83280116e-007, 0, 3.20681721e-008, -0.113203041, 0.993571877, 2.81459165e-007, -0.993571937, -0.113203049))
  6494. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6495. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  6496. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.73874784, -0.0312509537, 0.358844757, 0, 0.0130901793, -0.999914348, -1, -5.85088848e-008, -7.65957409e-010, -5.85139013e-008, 0.999914408, 0.0130901802))
  6497. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6498. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
  6499. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.05311584e-006, 5.85410023, -0.495341063, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
  6500. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6501. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  6502. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.630329967, -0.0312533975, 7.20098686, 1.11758709e-008, 0.99984777, -0.017452918, -1, 8.5759515e-009, -1.49042407e-007, -1.48870043e-007, 0.0174529161, 0.99984777))
  6503. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  6504. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  6505. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.64131165, -0.0312466621, 0.814543009, -1.78813963e-007, -0.104528897, 0.994521916, 1, 6.1102142e-008, 1.86221044e-007, -8.02329012e-008, 0.994521916, 0.104528897))
  6506. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6507. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
  6508. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 5.27017689, -0.0733480453, 1, 2.8833017e-007, 5.96046519e-008, -4.31626219e-008, -0.0566925369, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566925332))
  6509. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  6510. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  6511. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.630329847, -0.0312465429, 7.20098686, -9.87201929e-008, -0.99984777, 0.017452918, 1, -9.613413e-008, 1.49012436e-007, -1.47311923e-007, 0.0174529161, 0.99984777))
  6512. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  6513. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
  6514. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.11272049e-006, 4.9387393, -4.49442863, 1, 2.42971879e-007, 2.68220901e-007, -1.46989407e-008, -0.713250041, 0.700909734, 3.61609949e-007, -0.700909734, -0.713250101))
  6515. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
  6516. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  6517. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.00251842, -0.0312527418, -0.784425259, -2.98023224e-008, -0.362437576, -0.932008028, -1, -3.9197058e-008, 4.7219352e-008, -5.36460405e-008, 0.932008028, -0.362437606))
  6518. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6519. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
  6520. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 4.10316849, -0.103866458, 1, 2.8833017e-007, 5.96046519e-008, -4.31625473e-008, -0.0566928051, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566928014))
  6521. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6522. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  6523. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.33085537, -1.5976094, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  6524. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6525. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  6526. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.64916229e-006, -0.673488855, 5.65330791, -1, 2.57733284e-008, -4.1723257e-007, 2.16240803e-008, -0.993572056, -0.11320243, -4.17468186e-007, -0.113202423, 0.993571997))
  6527. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  6528. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
  6529. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 2.6059866, 0.051631093, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  6530. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6531. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  6532. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.29153442e-006, -0.399590373, 4.02885008, -1, 2.75204592e-009, -4.1723257e-007, 2.09061284e-008, -0.998391747, -0.0566919968, -4.16717569e-007, -0.0566919968, 0.998391747))
  6533. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  6534. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
  6535. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 2.20885611, -3.10965157, 1, 1.22782865e-007, 3.27825546e-007, -8.59755218e-008, -0.82164669, 0.569997251, 3.39342648e-007, -0.569997191, -0.821646631))
  6536. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  6537. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
  6538. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-006, 4.40055227, -0.0314526558, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
  6539. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6540. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
  6541. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(9.53674316e-007, 2.57349205, 0.495863676, 1, 2.95756422e-007, 5.96046519e-008, -9.27020594e-008, 0.113203131, 0.993571877, 2.87107866e-007, -0.993571937, 0.113203138))
  6542. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6543. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
  6544. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.02953684, 2.8258214, -1, -1.09740803e-007, -3.27825546e-007, -2.40661642e-008, -0.923879445, 0.382683516, -3.44867317e-007, 0.382683575, 0.923879564))
  6545. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
  6546. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  6547. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.40289879, -1.62781823, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  6548. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6549. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
  6550. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.60998273, -0.0503669977, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  6551. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6552. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  6553. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.25880861, -1.56739795, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
  6554. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6555. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
  6556. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 3.70434904, 2.44769764, 1, 3.05401159e-007, -1.49011612e-007, -3.84168999e-008, 0.537299871, 0.843391299, 3.37636607e-007, -0.843391299, 0.537299871))
  6557. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6558. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
  6559. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.67497754, -0.154865503, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
  6560. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6561. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
  6562. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13248825e-006, 2.07749343, -1.55897069, -1, 2.0314171e-007, -1.49011612e-007, 3.82758287e-008, 0.707107008, 0.70710659, 2.49009986e-007, 0.70710659, -0.707106948))
  6563. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  6564. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
  6565. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.09944153e-006, 4.72574425, -0.500342607, 1, 2.72365185e-007, 1.49011612e-007, -1.17221134e-007, -0.113203213, 0.993571877, 2.87482976e-007, -0.993571877, -0.113203213))
  6566. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6567. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
  6568. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, 4.40054798, -0.205949783, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
  6569. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6570. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
  6571. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.313133836, 6.93109894, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
  6572. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6573. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  6574. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.558792, -0.0312539935, -0.45239532, 2.98023224e-008, -0.707106769, -0.707106829, -1, -7.48441451e-008, 3.26972902e-008, -7.60432783e-008, 0.707106829, -0.707106709))
  6575. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6576. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
  6577. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.44779181, 0.103008986, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  6578. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
  6579. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
  6580. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.31130219e-006, -1.70811987, 0.370481491, 1, 1.56259688e-007, -2.68220901e-007, -2.99524515e-007, 0.258819312, -0.965925872, -8.15145142e-008, 0.965925872, 0.258819312))
  6581. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  6582. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  6583. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.7285347e-006, -1.7005955, 0.278747916, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  6584. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6585. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  6586. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.55879188, -0.0312462449, -0.452395201, 5.96046448e-008, 0.707106769, 0.707106829, 1, -4.38479519e-009, -7.99089008e-008, -5.34036033e-008, 0.707106829, -0.707106709))
  6587. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6588. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
  6589. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.27592182, 0.103008866, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
  6590. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6591. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
  6592. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.08616257e-006, -0.537618876, 2.27821803, -1, 3.50292382e-008, 2.68220901e-007, -3.50290357e-008, -1, 7.53727932e-007, 2.6822093e-007, 7.53727932e-007, 1))
  6593. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6594. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  6595. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.54972076e-006, 1.79147363, 1.84832418, -1, -2.19832074e-007, -2.68220901e-007, -3.42159723e-008, -0.707107008, 0.70710659, -3.45105576e-007, 0.70710659, 0.707106948))
  6596. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  6597. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  6598. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-6.55651093e-007, -0.200989008, 2.46776938, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
  6599. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  6600. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
  6601. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -0.42824471, 2.46571684, -1, 3.50217348e-008, 2.68220901e-007, -3.50215323e-008, -1, 7.53727875e-007, 2.6822093e-007, 7.53727875e-007, 1))
  6602. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
  6603. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  6604. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 1.93505025, 1.70474756, 1, 1.8804613e-007, -2.68220901e-007, 5.6691988e-008, 0.707107067, 0.707106471, 3.22629546e-007, -0.707106531, 0.707107067))
  6605. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  6606. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  6607. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, -1.70059586, -0.138124347, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  6608. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6609. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
  6610. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.41137242, -1.47533894, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
  6611. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  6612. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
  6613. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, -1.87605298, 0.196760774, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
  6614. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
  6615. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
  6616. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.15904617e-006, 2.51099396, -0.945535302, -1, 2.51590308e-007, -1.49011612e-007, -3.25266569e-009, 0.50000006, 0.866025388, 2.92389416e-007, 0.866025448, -0.50000006))
  6617. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  6618. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  6619. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 0.00686681271, 2.46776795, 1, 4.04674836e-008, 5.96046519e-008, -4.04674481e-008, 1, -5.74912178e-007, -5.96046803e-008, 5.74912178e-007, 1))
  6620. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  6621. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
  6622. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.17232513e-007, 3.25642681, 0.179460406, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
  6623. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
  6624. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  6625. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.95527112, -0.0312464833, 0.483453929, 1.19209275e-007, 0.258818507, 0.965925932, 1, -8.24298763e-009, -1.21205815e-007, -2.34081945e-008, 0.965925932, -0.258818507))
  6626. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6627. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  6628. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.95527112, -0.0312538147, 0.483453929, -2.98023224e-008, -0.258818537, -0.965925992, -1, -2.11072013e-008, 3.65092774e-008, -2.98372704e-008, 0.965925932, -0.258818537))
  6629. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6630. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
  6631. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167268515, -1.01674032, 0.0665671825, -1, -2.06061035e-008, 5.96046519e-008, 5.96046661e-008, -4.97983308e-007, 1, -2.06060733e-008, 1, 4.97983308e-007))
  6632. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6633. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
  6634. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  6635. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
  6636. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  6637. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  6638. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  6639. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
  6640. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.20537186e-006, 1.49373317, 0.509495497, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  6641. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  6642. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
  6643. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 0.994490385, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6644. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6645. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
  6646. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-008, -1.13293266, -0.127015591, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
  6647. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6648. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
  6649. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.55247092, -0.700873375, -1, 3.75780473e-009, -1.49011612e-007, -1.02709933e-007, 0.707106948, 0.707106709, 1.08024309e-007, 0.70710665, -0.707106888))
  6650. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6651. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  6652. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.97657108, -0.0312469006, 0.569297791, -1.78813934e-007, -0.0523363948, 0.99862951, 1, 7.44965192e-008, 1.82963561e-007, -8.39700789e-008, 0.99862957, 0.0523363985))
  6653. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6654. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  6655. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.0734067, -0.0312458873, 4.6572032, -2.38418608e-007, -0.694658399, 0.719339788, 1, -7.77344482e-008, 2.56373596e-007, -1.22174583e-007, 0.719339788, 0.694658399))
  6656. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6657. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  6658. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.97657156, -0.0312528014, 0.569297791, 8.94069672e-008, 0.0523363948, -0.99862957, -1, -7.9065849e-008, -9.36733713e-008, -8.38600229e-008, 0.99862957, 0.0523363948))
  6659. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6660. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
  6661. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 5.95509291, -0.320841074, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
  6662. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6663. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  6664. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.64131165, -0.0312528014, 0.814543009, 8.94069672e-008, 0.104528897, -0.994521856, -1, -7.01918026e-008, -9.72769385e-008, -7.99755355e-008, 0.994521916, 0.104528904))
  6665. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6666. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
  6667. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-006, -1.16710985, 0.175246477, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
  6668. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6669. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
  6670. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -0.964124441, -0.0247514248, 1, -3.01422034e-007, 5.96046519e-008, -3.31073302e-008, 0.0871552527, 0.99619478, -3.05469911e-007, -0.99619478, 0.0871552527))
  6671. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
  6672. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
  6673. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, -0.686996341, -0.125002146, -1, -5.23922274e-008, 1.49011612e-007, -1.49011626e-007, 3.48969991e-007, -1, 5.23921742e-008, -1, -3.48969991e-007))
  6674. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6675. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  6676. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, 0.168619156, -0.0937508345, -1, -5.23922559e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23921813e-008, -1, -4.97983251e-007))
  6677. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6678. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
  6679. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.4540993, 0.200625658, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6680. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6681. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
  6682. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  6683. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
  6684. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  6685. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  6686. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  6687. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
  6688. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.68220901e-006, 2.08321929, -0.579118371, 1, -3.05231737e-007, 5.96046519e-008, -5.96048082e-008, -4.97983308e-007, 1, -3.05231708e-007, -1, -4.97983308e-007))
  6689. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  6690. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6691. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
  6692. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6693. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  6694. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-7.74860382e-007, -1.99747372, -0.297748566, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
  6695. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6696. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
  6697. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.14576721e-006, -1.94385314, 0.47499609, 1, -6.68158364e-008, 5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, 6.6815808e-008, 1, 4.38378009e-007))
  6698. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  6699. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  6700. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.71972692, -0.297746897, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
  6701. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6702. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  6703. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
  6704. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6705. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  6706. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
  6707. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6708. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  6709. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.51446474, -0.0312479734, 0.511714339, 5.96046519e-008, 4.38378066e-007, -1, 1, -2.45074915e-007, 5.96045453e-008, -2.45074887e-007, -1, -4.38378095e-007))
  6710. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6711. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
  6712. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.2623533, 0.27874887, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6713. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
  6714. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
  6715. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.6403501, 0.474995613, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  6716. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  6717. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
  6718. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.2649765e-006, 1.84085846, 0.585492015, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
  6719. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  6720. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
  6721. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.00167268515, 1.04017782, 0.125254273, 1, 2.06060218e-008, 5.96046519e-008, 5.96046448e-008, 3.48969991e-007, -1, -2.06060431e-008, 1, 3.48969991e-007))
  6722. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  6723. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
  6724. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
  6725. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
  6726. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  6727. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.828511, -0.0312466025, 1.86352599, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47173224e-009, 1.70059423e-007, -8.20231492e-008, 0.866025269, 0.500000238))
  6728. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6729. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
  6730. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.23306799, -0.714783967, 1, 1.28876025e-007, -1.49011612e-007, -8.8350177e-008, -0.38268286, -0.923879802, -1.76090154e-007, 0.923879862, -0.38268289))
  6731. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6732. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
  6733. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.25397205, 0.350374818, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  6734. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
  6735. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  6736. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.930041909, -0.0312547088, 2.61983705, 2.68220924e-006, -0.866025388, 0.500000238, 1, 1.34954996e-006, -3.0269282e-006, 1.94662152e-006, 0.500000238, 0.866025388))
  6737. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6738. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
  6739. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.75509262e-006, -2.0832181, 0.73186779, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
  6740. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  6741. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
  6742. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
  6743. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
  6744. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  6745. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.930041909, -0.03124547, 2.61983705, -2.75671505e-006, 0.866025388, -0.500000238, -1, -1.43972136e-006, 3.0197582e-006, 1.89532614e-006, 0.500000238, 0.866025329))
  6746. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6747. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
  6748. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.16469121, -0.908047557, -1, -9.70897673e-008, -1.49011612e-007, 1.00514129e-007, 0.382683396, -0.923879564, 1.46723522e-007, -0.923879564, -0.382683367))
  6749. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6750. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
  6751. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.70876694e-006, -4.59392071, 4.83900547, -1, 3.01723389e-007, -3.27825546e-007, 2.23408545e-008, -0.700909495, -0.713250279, -4.44980344e-007, -0.713250279, 0.700909495))
  6752. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  6753. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
  6754. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -1.44312787, -0.230922222, 1, -1.99133694e-007, -5.96046519e-008, 9.3278274e-008, 0.173647881, 0.984807849, -1.85758211e-007, -0.984807849, 0.173647881))
  6755. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6756. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Lime green","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  6757. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.82851136, -0.0312532187, 1.86352599, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57638221e-008, -8.94738008e-008, -7.57092948e-008, 0.866025269, 0.500000238))
  6758. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6759. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
  6760. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 2.52654123, 0.448077202, -1, 2.51590194e-007, -1.49011612e-007, -1.49011683e-007, -2.59562086e-007, 1, 2.51590166e-007, 1, 2.59562114e-007))
  6761. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6762. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
  6763. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, 2.19158387, 0.875249863, 1, 2.87006458e-007, -5.96046519e-008, -2.30892709e-008, 0.279828936, 0.960049868, 2.92219624e-007, -0.960049927, 0.279828966))
  6764. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6765. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  6766. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.34476542, -0.473634839, 1, 1.52993096e-007, -1.49011612e-007, -1.04336792e-007, -0.258818269, -0.965926051, -1.86346938e-007, 0.965926051, -0.258818269))
  6767. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6768. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  6769. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.29170871, -0.671645045, -1, -1.21206767e-007, -1.49011612e-007, 1.12563526e-007, 0.258819103, -0.965925813, 1.55643789e-007, -0.965925813, -0.258819103))
  6770. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6771. Hitbox=part(Enum.FormFactor.Symmetric,m8,Enum.Material.Neon,0,1,"Lime green","Hitbox",Vector3.new(6.5, 4.0, 2.0))
  6772. Hitboxweld=weld(m8,Handle,Hitbox,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.90843725, -0.0829741955, 0.0609716177, 0, -6.82671129e-008, -1, 1.1055932e-007, 1, -6.82671129e-008, 1, -1.1055932e-007, 7.547565e-015))
  6773. m8.Parent = rarm
  6774. m8:MakeJoints()
  6775.  
  6776. m8.Part.CanCollide = false
  6777. m8.Handle.CanCollide = false
  6778. ----------------------------------------------------
  6779. local cor8 = Instance.new("Part", rarm.Zyrodoxa)
  6780. cor8.Name = "Thingy"
  6781. cor8.Locked = true
  6782. cor8.BottomSurface = 0
  6783. cor8.CanCollide = false
  6784. cor8.Size = Vector3.new(1, 1, 1)
  6785. cor8.Transparency = 1
  6786. cor8.TopSurface = 0
  6787. corw8 = Instance.new("Weld", cor8)
  6788. corw8.Part0 = rarm
  6789. corw8.Part1 = cor8
  6790. corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
  6791. corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6792. weld8 = Instance.new("Weld", rarm.Zyrodoxa)
  6793. weld8.Part0 = cor8
  6794. weld8.Part1 = rarm.Zyrodoxa.Handle
  6795. weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6796. Amulite = Instance.new("PointLight",m7.Center)
  6797. Amulite.Brightness = 0
  6798. Amulite.Color = Color3.new(0,1,0)
  6799. ----------------------------------------------------
  6800. models = {m,m2,m3,m4,m5,m6,m7,m8}
  6801. parts = {}
  6802. Stepped:connect(function()
  6803. for i,v in pairs(models) do
  6804. for _, a in pairs(v:GetChildren()) do
  6805. if v:IsA("Part") and v.Name ~= "Thingy" then
  6806. table.insert(parts, a)
  6807. for i,v in pairs(parts) do
  6808. v.CanCollide = false
  6809. end
  6810. end
  6811. end
  6812. end
  6813. end)
  6814. ----------------------------------------------------
  6815. local animpose = "Idle1"
  6816. local lastanimpose = "Idle1"
  6817. local grab = false
  6818. local Smooth = 1
  6819. local sine = 0
  6820. local change = 1
  6821. local val = 0
  6822. local ffing = false
  6823. ----------------------------------------------------
  6824. --[[local hitbox = m8.Hitbox --Zyrodoxa is the name of the dagger k
  6825.  
  6826. function FindHumanoids()
  6827. local function c_region(Position, Size)
  6828. local SizeOffset = Size/2
  6829. local Point1 = Position - SizeOffset
  6830. local Point2 = Position + SizeOffset
  6831. local a = Instance.new("Part", workspace)
  6832. a.Anchored = true
  6833. a.Size = Size
  6834. a.Position = Position
  6835. print("Hey!, I'm making a part!")
  6836. return Region3.new(Point1, Point2)
  6837. end
  6838.  
  6839. local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6840. local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6841. local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6842. local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6843.  
  6844. local regions = {a, b, c, d}
  6845.  
  6846. local found_humanoids = {}
  6847. local already_found = {char.Name}
  6848.  
  6849. for _, region in pairs(regions) do
  6850. for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
  6851. print(part, part.Parent, part.Name) ---nope
  6852. if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  6853. local humanoid = part.Parent:FindFirstChild("Humanoid")
  6854. local name = humanoid.Parent.Name
  6855. local exists = false
  6856. for _, n in pairs(already_found) do
  6857. if n == name then
  6858. exists = true
  6859. end
  6860. end
  6861. if not exists then
  6862. table.insert(already_found, name)
  6863. table.insert(found_humanoids, humanoid)
  6864. end
  6865. elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  6866. local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
  6867. local name = humanoid.Parent.Parent.Name
  6868. local exists = false
  6869. for _, n in pairs(already_found) do
  6870. if n == name then
  6871. exists = true
  6872. end
  6873. end
  6874. if not exists then
  6875. table.insert(already_found, name)
  6876. table.insert(found_humanoids, humanoid)
  6877. end
  6878. end
  6879. end
  6880. end
  6881. return found_humanoids
  6882. end
  6883.  
  6884. local humanoids = FindHumanoids()
  6885. if #humanoids == 0 then
  6886. for i, v in pairs(humanoids) do
  6887. print(v.Parent.Name)
  6888. if Debounces.Slashing == true then
  6889. v:TakeDamage(math.random(50,70) * math.random(1,3)) --max 60 damage?
  6890. elseif Debounces.Slashing == false then
  6891. wait()
  6892. end
  6893. end
  6894. wait(0.3)
  6895. end]]--
  6896. ----------------------------------------------------
  6897. --[[mouse.KeyDown:connect(function(key)
  6898. if key == "f" then
  6899. if Debounces.CanAttack == true then
  6900. Debounces.CanAttack = false
  6901. Debounces.NoIdl = true
  6902. Debounces.on = true
  6903. for i = 1, 20 do
  6904. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  6905. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  6906. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
  6907. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6908. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6909. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6910. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6911. 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)
  6912. 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)
  6913. 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)
  6914. 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)
  6915. 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)
  6916. 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)
  6917. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
  6918. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
  6919. 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)
  6920. 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)
  6921. 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)
  6922. 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)
  6923. if Debounces.on == false then
  6924. break
  6925. end
  6926. fat.Event:wait()
  6927. end
  6928. end
  6929. end
  6930. end)]]--
  6931. ----------------------------------------------------
  6932. mod4 = Instance.new("Model",char)
  6933.  
  6934. ptez = {0.7, 0.8, 0.9, 1}
  6935.  
  6936. function FindNearestTorso(Position,Distance,SinglePlayer)
  6937. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  6938. local List = {}
  6939. for i,v in pairs(workspace:GetChildren())do
  6940. if v:IsA("Model")then
  6941. if v:findFirstChild("Torso")then
  6942. if v ~= char then
  6943. if(v.Torso.Position -Position).magnitude <= Distance then
  6944. table.insert(List,v)
  6945. end
  6946. end
  6947. end
  6948. end
  6949. end
  6950. return List
  6951. end
  6952.  
  6953. function Slam()
  6954. local part=Instance.new('Part',mod4)
  6955. part.Anchored=true
  6956. part.CanCollide=false
  6957. part.FormFactor='Custom'
  6958. part.Size=Vector3.new(.2,.2,.2)
  6959. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  6960. part.Transparency=.7
  6961. part.BrickColor=BrickColor.new('Camo')
  6962. mesh=Instance.new('SpecialMesh',part)
  6963. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  6964. mesh.Scale=Vector3.new(3,3,3)
  6965. local part2=Instance.new('Part',mod4)
  6966. part2.Anchored=true
  6967. part2.CanCollide=false
  6968. part2.FormFactor='Custom'
  6969. part2.Size=Vector3.new(.2,.2,.2)
  6970. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  6971. part2.Transparency=.7
  6972. part2.BrickColor=BrickColor.new('Lime green')
  6973. mesh2=Instance.new('SpecialMesh',part2)
  6974. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  6975. mesh2.Scale=Vector3.new(3,1.5,3)
  6976. x = Instance.new("Sound",larm)
  6977. x.SoundId = "http://www.roblox.com/asset/?id=137977694"
  6978. x.Pitch = ptez[math.random(1,#ptez)]
  6979. x.Volume = 1
  6980. wait(.1)
  6981. x1 = Instance.new("Sound",larm)
  6982. x1.SoundId = "http://www.roblox.com/asset/?id=137977694"
  6983. x1.Pitch = ptez[math.random(1,#ptez)]
  6984. x1.Volume = 1
  6985. wait(.1)
  6986. x:Play()
  6987. x1:Play()
  6988. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  6989. if v:FindFirstChild('Humanoid') then
  6990. v.Humanoid:TakeDamage(math.random(9999998,9999999))
  6991. end
  6992. end
  6993.  
  6994.  
  6995.  
  6996. coroutine.resume(coroutine.create(function()
  6997. for i=0,0.62,0.13 do
  6998. wait()
  6999. part.CFrame=part.CFrame
  7000. part.Transparency=i
  7001. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  7002. part2.CFrame=part2.CFrame
  7003. part2.Transparency=i
  7004. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  7005. end
  7006. part.Parent=nil
  7007. part2.Parent=nil
  7008. x:Destroy()
  7009. end))
  7010. end
  7011. ----------------------------------------------------
  7012. wPart = function(x,y,z,color,tr,cc,an,parent)
  7013. local wp = Instance.new('WedgePart',parent or Weapon)
  7014. wp.formFactor = 'Custom'
  7015. wp.Size = Vector3.new(x,y,z)
  7016. wp.BrickColor = BrickColor.new(color)
  7017. wp.CanCollide = cc
  7018. wp.Transparency = tr
  7019. wp.Anchored = an
  7020. wp.TopSurface,wp.BottomSurface = 0,0
  7021. return wp
  7022. end
  7023.  
  7024. Mesh = function(par,num,x,y,z)
  7025. local msh = _
  7026. if num == 1 then
  7027. msh = Instance.new("CylinderMesh",par)
  7028. elseif num == 2 then
  7029. msh = Instance.new("SpecialMesh",par)
  7030. msh.MeshType = 3
  7031. elseif num == 3 then
  7032. msh = Instance.new("BlockMesh",par)
  7033. elseif num == 4 then
  7034. msh = Instance.new("SpecialMesh",par)
  7035. msh.MeshType = "Torso"
  7036. elseif type(num) == 'string' then
  7037. msh = Instance.new("SpecialMesh",par)
  7038. msh.MeshId = num
  7039. end
  7040. msh.Scale = Vector3.new(x,y,z)
  7041. return msh
  7042. end
  7043.  
  7044. local function CFrameFromTopBack(at, top, back)
  7045. local right = top:Cross(back)
  7046. return CFrame.new(at.x, at.y, at.z,
  7047. right.x, top.x, back.x,
  7048. right.y, top.y, back.y,
  7049. right.z, top.z, back.z)
  7050. end
  7051.  
  7052. function Triangle(a, b, c)
  7053. local edg1 = (c-a):Dot((b-a).unit)
  7054. local edg2 = (a-b):Dot((c-b).unit)
  7055. local edg3 = (b-c):Dot((a-c).unit)
  7056. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  7057. a, b, c = a, b, c
  7058. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  7059. a, b, c = b, c, a
  7060. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  7061. a, b, c = c, a, b
  7062. else
  7063. print("unreachable")
  7064. end
  7065. local len1 = (c-a):Dot((b-a).unit)
  7066. local len2 = (b-a).magnitude - len1
  7067. local width = (a + (b-a).unit*len1 - c).magnitude
  7068. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  7069. local list = {}
  7070. if len1 > 0.01 then
  7071. local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
  7072. local sz = Vector3.new(0.2, width, len1)
  7073. w1.Size = sz
  7074. local sp = Mesh(w1,2,0,0,0)
  7075. sp.MeshType='Wedge'
  7076. sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
  7077. w1:BreakJoints()
  7078. w1.Anchored = true
  7079. w1.Transparency = 0.7
  7080. Spawn(function()
  7081. for i=0,1,0.1 do
  7082. fat.Event:wait()
  7083. w1.Transparency=w1.Transparency+0.03
  7084. end
  7085. end)
  7086. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  7087. table.insert(list,w1)
  7088. end
  7089. if len2 > 0.01 then
  7090. local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
  7091. local sz = Vector3.new(0.2, width, len2)
  7092. w2.Size = sz
  7093. local sp = Mesh(w2,2,0,0,0)
  7094. sp.MeshType='Wedge'
  7095. sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
  7096. w2:BreakJoints()
  7097. w2.Anchored = true
  7098. w2.Transparency = 0.7
  7099. Spawn(function()
  7100. for i=0,1,0.1 do
  7101. fat.Event:wait()
  7102. w2.Transparency=w2.Transparency+0.03
  7103. end
  7104. end)
  7105. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  7106. table.insert(list,w2)
  7107. end
  7108. return unpack(list)
  7109. end
  7110.  
  7111.  
  7112. ----------------------------------------------------
  7113. function Dmg()
  7114. local partofdeath = m8.Hitbox
  7115. local function CreateRegion3FromLocAndSize(Position, Size)
  7116. local SizeOffset = Size/2
  7117. local Point1 = Position - SizeOffset
  7118. local Point2 = Position + SizeOffset
  7119. return Region3.new(Point1, Point2)
  7120. end
  7121. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  7122. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  7123. Spawn(function()
  7124. if Debounces.Slashing == true and Debounces.Slashed == false then
  7125. Debounces.Slashed = true
  7126. ypcall(function()
  7127. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  7128. humanoid:TakeDamage(math.random(50,70))
  7129. end)
  7130. wait(.4)
  7131. Debounces.Slashed = false
  7132. end
  7133. end)
  7134. end
  7135. end
  7136. ----------------------------------------------------
  7137. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  7138. ptz = {0.7, 0.8, 0.9, 1}
  7139. idz = {"161006212", "161006195"}
  7140. function attackone()
  7141. for i = 1, 13 do
  7142. 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)
  7143. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
  7144. 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)
  7145. 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)
  7146. 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)
  7147. 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)
  7148. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
  7149. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
  7150. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
  7151. 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)
  7152. 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)
  7153. 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)
  7154. 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)
  7155. 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)
  7156. if Debounces.on == false then
  7157. break
  7158. end
  7159. fat.Event:wait()
  7160. end
  7161. Debounces.Slashing = true
  7162. wait(0.2)
  7163. --[[z = Instance.new("Sound", hed)
  7164. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  7165. z.Pitch = ptz[math.random(1,#ptz)]
  7166. z.Volume = 1
  7167. wait(.01)
  7168. z:Play()]]--
  7169.  
  7170. for i = 1, 14 do
  7171. Dmg()
  7172. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
  7173. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
  7174. 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)
  7175. 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)
  7176. 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)
  7177. 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)
  7178. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
  7179. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7180. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
  7181. 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)
  7182. 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)
  7183. 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)
  7184. 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)
  7185. 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)
  7186. if Debounces.on == false then break end
  7187. rs:wait()
  7188. end
  7189. Debounces.Slashing = false
  7190. end
  7191. function attacktwo()
  7192. Debounces.Slashing = true
  7193. for i = 1, 14 do
  7194. Dmg()
  7195. corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
  7196. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
  7197. 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)
  7198. 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)
  7199. 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)
  7200. 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)
  7201. 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)
  7202. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7203. 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)
  7204. 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)
  7205. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
  7206. 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)
  7207. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
  7208. 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)
  7209. if Debounces.on == false then
  7210. break
  7211. end
  7212. rs:wait()
  7213. end
  7214. end
  7215. ----------------------------------------------------
  7216. ComboNum = 0
  7217. mouse.Button1Down:connect(function()
  7218. if Debounces.CanAttack == true then
  7219. Debounces.CanAttack = false
  7220. Debounces.NoIdl = true
  7221. Debounces.on = true
  7222. if ComboNum == 0 then
  7223. attackone()
  7224. elseif ComboNum == 1 then
  7225. attacktwo()
  7226. --[[elseif ComboNum == 2 then
  7227. attackthree()]]--
  7228. end
  7229. ComboNum = ComboNum + 1
  7230. Debounces.CanAttack = true
  7231. Debounces.on = false
  7232. wait(.5)
  7233. if Debounces.CanAttack == true then
  7234. ComboNum = 0
  7235. Debounces.NoIdl = false
  7236. end
  7237. end
  7238. end)
  7239. ----------------------------------------------------
  7240. definition = 5
  7241. bc = {}
  7242. bezierparts = {}
  7243. function NoOutline(Part)
  7244. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  7245. end
  7246. function draw(p,d)
  7247. for i=1,d do
  7248. local t = i/d
  7249. bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
  7250. end
  7251. for i=1,d do
  7252. local bcs = Instance.new("Part",char)
  7253. NoOutline(bcs)
  7254. bcs.Anchored = true
  7255. bcs.CanCollide = false
  7256. bcs.Material = "Neon"
  7257. bcs.BrickColor = BrickColor.new("Lime green")
  7258. bcs.Size = Vector3.new(1,1,1)
  7259. bcs.Shape = Enum.PartType.Ball
  7260. bcs.CFrame = CFrame.new(bc[i])
  7261. local bcp = Instance.new("Part",char)
  7262. NoOutline(bcp)
  7263. bcp.Anchored = true
  7264. bcp.CanCollide = false
  7265. bcp.Material = "Neon"
  7266. bcp.BrickColor = BrickColor.new("Lime green")
  7267. local cm = Instance.new("CylinderMesh")
  7268. cm.Parent = bcp
  7269. if i ~= 1 then
  7270. bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  7271. bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
  7272. else
  7273. bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  7274. bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
  7275. end
  7276. table.insert(bezierparts, bcs)
  7277. table.insert(bezierparts, bcp)
  7278. end
  7279. Spawn(function() fat.Event:wait()
  7280. for i,v in pairs(bezierparts) do
  7281. v.Transparency = 1
  7282. end
  7283. end)
  7284. end
  7285. --local points = {larm.Position,rarn.Position,invisipart.Position}
  7286. --draw(points,definition)
  7287. mouse.KeyDown:connect(function(key)
  7288. if key == "f" then
  7289. if Debounces.CanAttack == true then
  7290. Debounces.CanAttack = false
  7291. Debounces.NoIdl = true
  7292. Debounces.on = true
  7293. for i = 1, 20 do
  7294. 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)
  7295. 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)
  7296. 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)
  7297. 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)
  7298. 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)
  7299. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7300. 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)
  7301. 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)
  7302. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  7303. 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)
  7304. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  7305. 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)
  7306. if Debounces.on == false then
  7307. break
  7308. end
  7309. fat.Event:wait()
  7310. end
  7311. rpart = Instance.new("Part",rarm)
  7312. NoOutline(rpart)
  7313. rpart.Anchored = false
  7314. rpart.Size = Vector3.new(1,1,1)
  7315. rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  7316. rpart.Transparency = 1
  7317. newWeld(rarm, rpart, 0, 0, 0)
  7318. rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  7319. lpart = Instance.new("Part",larm)
  7320. NoOutline(lpart)
  7321. lpart.Anchored = false
  7322. lpart.Size = Vector3.new(1,1,1)
  7323. lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  7324. lpart.Transparency = 1
  7325. newWeld(larm, lpart, 0, 0, 0)
  7326. lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  7327. invisipart = Instance.new("Part",torso)
  7328. NoOutline(invisipart)
  7329. invisipart.Anchored = false
  7330. invisipart.Size = Vector3.new(1,1,1)
  7331. invisipart.Transparency = 1
  7332. invisipart.CFrame = torso.CFrame
  7333. newWeld(torso, invisipart, 0, 0, 0)
  7334. invisipart.Weld.C1 = CFrame.new(0, 0, 6)
  7335. table.insert(bezierparts, rpart)
  7336. table.insert(bezierparts, lpart)
  7337. table.insert(bezierparts, invisipart)
  7338. for i = 1, 40 do
  7339. local points = {lpart.Position,invisipart.Position,rpart.Position}
  7340. draw(points,definition)
  7341. --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
  7342. 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)
  7343. 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)
  7344. 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)
  7345. 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)
  7346. 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)
  7347. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7348. 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)
  7349. 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)
  7350. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  7351. 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)
  7352. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  7353. 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)
  7354. if Debounces.on == false then
  7355. break
  7356. end
  7357. fat.Event:wait()
  7358. end
  7359. for i,v in pairs(bezierparts) do
  7360. v:Destroy()
  7361. end
  7362. --draw(points,definition)
  7363. if Debounces.CanAttack == false then
  7364. Debounces.CanAttack = true
  7365. Debounces.NoIdl = false
  7366. Debounces.on = false
  7367. end
  7368. end
  7369. end
  7370. end)
  7371. ----------------------------------------------------
  7372. pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
  7373. IDs = {"415880409","415880478"}
  7374. mouse.KeyDown:connect(function(key)
  7375. if key == "h" then
  7376. if Debounces.CanJoke == true then
  7377. Debounces.CanJoke = false
  7378. z = Instance.new("Sound",hed)
  7379. z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
  7380. z.Pitch = 1
  7381. z.Volume = 1
  7382. z1 = Instance.new("Sound",hed)
  7383. z1.SoundId = z.SoundId
  7384. z1.Pitch = 1
  7385. z1.Volume = 1
  7386. wait()
  7387. z:Play()
  7388. z1:Play()
  7389. wait(5)
  7390. z:Destroy()
  7391. z1:Destroy()
  7392. if Debounces.CanJoke == false then
  7393. Debounces.CanJoke = true
  7394. end
  7395. end
  7396. end
  7397. end)
  7398. ----------------------------------------------------
  7399. mouse.KeyDown:connect(function(key)
  7400. if string.byte(key) == 49 then --rightctrl
  7401. hed.face.Texture = "rbxassetid://1085435"
  7402. char.Humanoid.WalkSpeed = 90
  7403. z.Volume = 0
  7404. z2 = Instance.new("Sound",char)
  7405. z2.SoundId = "rbxassetid://176238381"
  7406. z2.Looped = true
  7407. z2.Pitch = 1
  7408. z2.Volume = 1
  7409. z2:Play()
  7410.  
  7411. player = game.Players.LocalPlayer
  7412. b = Instance.new("BillboardGui", hed)
  7413. b.Size = UDim2.new(0, 200, 0, 40)
  7414. b.StudsOffset = Vector3.new(0, 1.9, 0)
  7415. t = Instance.new("TextLabel", b)
  7416. t.BackgroundTransparency = 1
  7417. t.Size = UDim2.new(0, 200, 0, 50)
  7418. t.Font = "SourceSansBold"
  7419. t.FontSize = "Size32"
  7420. t.Text = "[RAGE MODE ACTIVATED]"
  7421. t.TextColor3 = Color3.new(1, 1, 1)
  7422. t.TextStrokeTransparency = 0
  7423. t.Position = UDim2.new(0, 0, -0.4, -11)
  7424.  
  7425. wait(10)
  7426. char.Humanoid.WalkSpeed = 16
  7427. b:Remove()
  7428. z2:Stop()
  7429. z.Volume = 0.8
  7430. hed.face.Texture = "rbxassetid://362505168"
  7431. end
  7432. end)
  7433. ----------------------------------------------------
  7434. mouse.KeyDown:connect(function(key)
  7435. if key == "j" then
  7436. if Debounces.CanJoke == true then
  7437. Debounces.CanJoke = false
  7438. z = Instance.new("Sound",hed)
  7439. z.SoundId = "rbxassetid://415859013"
  7440. z.Pitch = pitches[math.random(1,#pitches)]
  7441. z.Volume = 1
  7442. wait()
  7443. z:Play()
  7444. wait(2)
  7445. z:Destroy()
  7446. if Debounces.CanJoke == false then
  7447. Debounces.CanJoke = true
  7448. end
  7449. end
  7450. end
  7451. end)
  7452. ----------------------------------------------------
  7453. mouse.KeyDown:connect(function(key)
  7454. if key == "k" then
  7455. if Debounces.CanJoke == true then
  7456. Debounces.CanJoke = false
  7457. z = Instance.new("Sound",hed)
  7458. z.SoundId = "rbxassetid://415859085"
  7459. z.Pitch = pitches[math.random(1,#pitches)]
  7460. z.Volume = 1
  7461. wait()
  7462. z:Play()
  7463. wait(2)
  7464. z:Destroy()
  7465. if Debounces.CanJoke == false then
  7466. Debounces.CanJoke = true
  7467. end
  7468. end
  7469. end
  7470. end)
  7471. ----------------------------------------------------
  7472. Grab = false
  7473. mouse.KeyDown:connect(function(key)
  7474. if key == "z" then
  7475. Debounces.on = true
  7476. Debounces.NoIdl = true
  7477. Debounces.ks = true
  7478. if Grab == false then
  7479. gp = nil
  7480. for i = 1, 20 do
  7481. 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)
  7482. 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)
  7483. 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)
  7484. 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)
  7485. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  7486. 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)
  7487. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  7488. 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)
  7489. 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)
  7490. 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)
  7491. 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)
  7492. 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)
  7493. if Debounces.on == false then break end
  7494. fat.Event:wait()
  7495. end
  7496. con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
  7497. ht = hit.Parent
  7498. for i,v in pairs(ht:GetChildren()) do
  7499. if v:IsA("Part") then
  7500. v.CanCollide = false
  7501. end
  7502. end
  7503. hum1=ht:FindFirstChild('Humanoid')
  7504. if hum1 ~= nil then
  7505. if Debounces.ks==true then
  7506. z = Instance.new("Sound",hed)
  7507. z.SoundId = "rbxassetid://169380525"
  7508. z.Volume = 1
  7509. z:Play()
  7510. Debounces.ks=false
  7511. end
  7512. hum1.PlatformStand=true
  7513. hum1:ChangeState'Physics'
  7514. gp = ht
  7515. Grab = true
  7516. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
  7517. asd.Parent = larm
  7518. asd.Name = "asd"
  7519. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  7520. stanceToggle = "Grabbed"
  7521. --[[elseif hum1 == nil then
  7522. con1:disconnect()
  7523. wait() return]]--
  7524. end
  7525. end)
  7526. for i = 1, 20 do
  7527. 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)
  7528. 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)
  7529. 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)
  7530. 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)
  7531. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  7532. 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)
  7533. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  7534. 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)
  7535. 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)
  7536. 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)
  7537. 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)
  7538. 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)
  7539. if Debounces.on == false then break end
  7540. fat.Event:wait()
  7541. end
  7542. con1:disconnect()
  7543. Debounces.on = false
  7544. Debounces.NoIdl = false
  7545. elseif Grab == true then
  7546. Grab = false
  7547. --[[for i = 1, 16 do
  7548. 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)
  7549. 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)
  7550. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  7551. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  7552. 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)
  7553. 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)
  7554. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  7555. if Debounces.on == false then end
  7556. rs:wait()
  7557. end]]--
  7558. for i = 1, 16 do
  7559. 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)
  7560. 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)
  7561. 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)
  7562. 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)
  7563. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  7564. 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)
  7565. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
  7566. 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)
  7567. 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)
  7568. 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)
  7569. 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)
  7570. 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)
  7571. if Debounces.on == false then end
  7572. rs:wait()
  7573. end
  7574. for i = 1, 12 do
  7575. 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)
  7576. 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)
  7577. 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)
  7578. 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)
  7579. 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)
  7580. 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)
  7581. 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)
  7582. 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)
  7583. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  7584. 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)
  7585. 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)
  7586. 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)
  7587. if Debounces.on == false then end
  7588. rs:wait()
  7589. end
  7590. Slam()
  7591. if gp ~= nil then
  7592. for i,v in pairs(larm:GetChildren()) do
  7593. if v.Name == "asd" and v:IsA("Weld") then
  7594. v:Remove()
  7595. end
  7596. if v:IsA("Part") then
  7597. v.CanCollide = true
  7598. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7599. end
  7600. end
  7601. end
  7602. stanceToggle = "Idle1"
  7603. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  7604. bv.maxForce = Vector3.new(400000, 400000, 400000)
  7605. bv.P = 125000
  7606. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  7607. ht=nil
  7608. Debounces.on = false
  7609. Debounces.NoIdl = false
  7610. elseif ht == nil then wait()
  7611. Grab = false
  7612. Debounces.on = false
  7613. Debounces.NoIdl = false
  7614. end
  7615. end
  7616. end)
  7617. ----------------------------------------------------
  7618. --WIPX
  7619. mouse.KeyDown:connect(function(key)
  7620. if key == "x" then
  7621. stanceToggle = "Idle1"
  7622. for i,v in pairs(larm:GetChildren()) do
  7623. if v.Name == "asd" and v:IsA("Weld") then
  7624. v:Remove()
  7625. Grab = false
  7626. Grab = false
  7627. if v:IsA("Part") then
  7628. v.CanCollide = true
  7629. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7630.  
  7631. hum1.PlatformStand=false
  7632. stanceToggle = "Idle1"
  7633. Grab = false
  7634. stanceToggle = "Idle1"
  7635. end
  7636. end
  7637. end
  7638. end
  7639. end)
  7640. ----------------------------------------------------
  7641. --WIPC
  7642. mouse.KeyDown:connect(function(key)
  7643. if key == "c" then
  7644. 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)
  7645. wait()
  7646. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, 4, -5) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2)
  7647. wait()
  7648. wait(0.1)
  7649. Slam()
  7650. end
  7651. end)
  7652. ----------------------------------------------------
  7653. --WIPV
  7654. mouse.KeyDown:connect(function(key)
  7655. if key == "v" then
  7656. Debounces.on = true
  7657. Debounces.NoIdl = true
  7658. Debounces.ks = true
  7659. if Grab == false then
  7660. gp = nil
  7661. for i = 1, 12 do
  7662. 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)
  7663. 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)
  7664. 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)
  7665. 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)
  7666. 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)
  7667. 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)
  7668. 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)
  7669. 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)
  7670. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  7671. 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)
  7672. 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)
  7673. 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)
  7674. if Debounces.on == false then end
  7675. fat.Event:wait()
  7676. end
  7677. Slam()
  7678. if gp ~= nil then
  7679. for i,v in pairs(larm:GetChildren()) do
  7680. if v.Name == "asd" and v:IsA("Weld") then
  7681. v:Remove()
  7682. end
  7683. if v:IsA("Part") then
  7684. v.CanCollide = true
  7685. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7686. end
  7687. end
  7688. end
  7689. stanceToggle = "Idle1"
  7690. ht=nil
  7691. Debounces.on = false
  7692. Debounces.NoIdl = false
  7693. elseif ht == nil then wait()
  7694. Grab = false
  7695. Debounces.on = false
  7696. Debounces.NoIdl = false
  7697. end
  7698. end
  7699. end)
  7700. ----------------------------------------------------
  7701. mouse.KeyDown:connect(function(key)
  7702. if string.byte(key) == 52 then
  7703. Swing = 2
  7704. char.Humanoid.WalkSpeed = 25
  7705. end
  7706. end)
  7707. mouse.KeyUp:connect(function(key)
  7708. if string.byte(key) == 52 then
  7709. Swing = 1
  7710. char.Humanoid.WalkSpeed = 16
  7711. end
  7712. end)
  7713. ----------------------------------------------------
  7714. CR = torso.Cloak.Rotater
  7715. CR2 = torso.Cloak.CapeLevel1
  7716. CR3 = torso.Cloak.CapeLevel2
  7717. CR4 = torso.Cloak.CapeLevel3
  7718. CR5 = torso.Cloak.CapeLevel4
  7719. jump = false
  7720. rs:connect(function()
  7721. if char.Humanoid.Jump == true then
  7722. jump = true
  7723. else
  7724. jump = false
  7725. end
  7726. char.Humanoid.FreeFalling:connect(function(f)
  7727. if f then
  7728. ffing = true
  7729. else
  7730. ffing = false
  7731. end
  7732. end)
  7733. sine = sine + change
  7734. if jump == true then
  7735. animpose = "Jumping"
  7736. elseif ffing == true then
  7737. animpose = "Freefalling"
  7738. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  7739. animpose = "Idle"
  7740. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 0 then
  7741. animpose = "Idle"
  7742. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  7743. animpose = "Walking"
  7744. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 60 then
  7745. animpose = "Freefalling"
  7746. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  7747. animpose = "Running"
  7748.  
  7749.  
  7750. end
  7751. RightLeg = CFrame.new(0.5,-1,0)
  7752. LeftLeg = CFrame.new(-0.5,-1,0)
  7753.  
  7754. lefth = (torso.CFrame*LeftLeg)
  7755. righth = (torso.CFrame*RightLeg)
  7756.  
  7757. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  7758.  
  7759. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  7760.  
  7761. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  7762. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  7763. if animpose ~= lastanimpose then
  7764. sine = 0
  7765. if Debounces.NoIdl == false then
  7766. if stanceToggle == "Idle1" then
  7767. 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)
  7768. 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)
  7769. 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)
  7770. 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)
  7771. 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)
  7772. 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)
  7773. elseif stanceToggle == "Idle2" then
  7774. 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)
  7775. 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)
  7776. 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)
  7777. 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)
  7778. 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)
  7779. 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)
  7780. end
  7781. fat.Event:wait()
  7782. end
  7783. else
  7784. end
  7785. lastanimpose = animpose
  7786. if Debounces.NoIdl == false then
  7787. if animpose == "Idle" then
  7788. change = 0.5
  7789. if stanceToggle == "Idle1" then
  7790. 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)
  7791. 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)
  7792. 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)
  7793. 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)
  7794. 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)
  7795. 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)
  7796. 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)
  7797. 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)
  7798. 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)
  7799. 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)
  7800. 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)
  7801. 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)
  7802. 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)
  7803. 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)
  7804. 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)
  7805. 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)
  7806. 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)
  7807. 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)
  7808. 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)
  7809. elseif stanceToggle == "Idle2" then
  7810. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
  7811. 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)
  7812. 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)
  7813. 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)
  7814. 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)
  7815. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7816. 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)
  7817. 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)
  7818. 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)
  7819. 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)
  7820. 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)
  7821. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  7822. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  7823. --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)
  7824. 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)
  7825. 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)
  7826. 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)
  7827. 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)
  7828. 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)
  7829. elseif stanceToggle == "Grabbed" then
  7830. grab = true
  7831. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7832. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7833. 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)
  7834. 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)
  7835. 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)
  7836. 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)
  7837. 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)
  7838. 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)
  7839. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  7840. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  7841. 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)
  7842. 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)
  7843. 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)
  7844. 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)
  7845. end
  7846. elseif animpose == "Walking" then
  7847. if stanceToggle == "Grabbed" then
  7848. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7849. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7850. 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)
  7851. 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)
  7852. 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)
  7853. 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)
  7854. 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)
  7855. 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)
  7856. 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)
  7857. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  7858. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  7859. 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)
  7860. 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)
  7861. 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)
  7862. 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)
  7863. elseif stanceToggle ~= "Grabbed" then
  7864. change = 1
  7865. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7866. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7867. 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)
  7868. 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)
  7869. 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)
  7870. 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)
  7871. 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)
  7872. 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)
  7873. 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)
  7874. 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)
  7875. 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)
  7876. 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)
  7877. 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)
  7878. 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)
  7879. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  7880. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  7881. --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)
  7882. 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)
  7883. 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)
  7884. --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)
  7885. 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)
  7886. 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)
  7887. end
  7888. elseif animpose == "Running" then
  7889. change = 1
  7890. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7891. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7892. 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)
  7893. 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)
  7894. 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)
  7895. 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)
  7896. 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)
  7897. 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)
  7898. 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)
  7899. 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)
  7900. 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)
  7901. 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)
  7902. 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)
  7903. 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)
  7904. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7905. 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)
  7906. 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)
  7907. 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)
  7908. 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)
  7909. elseif animpose == "Jumping" then
  7910. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
  7911. 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)
  7912. 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)
  7913. 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)
  7914. 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)
  7915. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7916. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7917. 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)
  7918. 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)
  7919. 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)
  7920. 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)
  7921. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  7922. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  7923. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7924. 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)
  7925. 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)
  7926. 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)
  7927. 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)
  7928. elseif animpose == "fly" then
  7929. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  7930. 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)
  7931. 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)
  7932. 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)
  7933. 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)
  7934. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7935. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7936. 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)
  7937. 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)
  7938. 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)
  7939. 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)
  7940. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  7941. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  7942. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7943. 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)
  7944. 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)
  7945. 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)
  7946. 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)
  7947. elseif animpose == "Freefalling" then
  7948. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  7949. 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)
  7950. 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)
  7951. 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)
  7952. 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)
  7953. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7954. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7955. 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)
  7956. 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)
  7957. 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)
  7958. 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)
  7959. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  7960. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  7961. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7962. 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)
  7963. 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)
  7964. 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)
  7965. 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)
  7966. end
  7967. end
  7968. end)
  7969. hum.MaxHealth = 20000
  7970. wait(3)
  7971. hum.Health = 20000
  7972. while wait() do
  7973. wait(5)
  7974. for i=1,100 do wait()
  7975. Amulite.Brightness=Amulite.Brightness+0.02
  7976. end
  7977. for i=1,100 do wait()
  7978. Amulite.Brightness=Amulite.Brightness-0.02
  7979. end
  7980. end
  7981.  
  7982. while true do
  7983. hed.BrickColor = BrickColor.new "Camo"
  7984. end
  7985.  
  7986. --Edited by 1x0x1x0--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement