Advertisement
Rawscript

Untitled

Aug 15th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 410.70 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61. local UIS = game:GetService("UserInputService")
  62. local input = function(io,a)
  63. if a then return end
  64. --Since InputObject is a client-side instance, we create and pass table instead
  65. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  66. end
  67. UIS.InputBegan:Connect(input)
  68. UIS.InputEnded:Connect(input)
  69. local Mouse = Player:GetMouse()
  70. local h,t
  71. --Give the server mouse data 30 times every second, but only if the values changed
  72. --If player is not moving their mouse, client won't fire events
  73. while wait(1/30) do
  74. if h~=Mouse.Hit or t~=Mouse.Target then
  75. h,t=Mouse.Hit,Mouse.Target
  76. Event:FireServer({isMouse=true,Target=t,Hit=h})
  77. end
  78. end]==],Player.Character)
  79. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  80. end
  81.  
  82. for i,v in pairs (game.Workspace:GetChildren()) do
  83. if v.Name == "Base" then
  84. v.Material = "Granite"
  85. v.BrickColor = BrickColor.new("Black")
  86. elseif v.Name == "Baseplate" then
  87. v.Material = "Granite"
  88. v.BrickColor = BrickColor.new("Black")
  89. end
  90. end
  91.  
  92. Lighting = game.Lighting
  93. skybox = Instance.new("Sky", Lighting)
  94.  
  95. skybox.SkyboxBk = "rbxassetid://105913816"
  96. skybox.SkyboxDn = "rbxassetid://105913816"
  97. skybox.SkyboxFt = "rbxassetid://105913816"
  98. skybox.SkyboxLf = "rbxassetid://105913816"
  99. skybox.SkyboxRt = "rbxassetid://105913816"
  100. skybox.SkyboxUp = "rbxassetid://105913816"
  101.  
  102. local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
  103. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  104. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  105. HBill.Size = UDim2.new(15,0,2.2,0)
  106. HBill.Name = "Health Display"
  107. HBill.StudsOffset = Vector3.new(0,4,0)
  108. HBill.AlwaysOnTop = true
  109. HBill.Enabled = true
  110. HMain.BackgroundColor3 = Color3.new(0, 0, 0)
  111. HMain.BackgroundTransparency = 1
  112. HMain.Size = UDim2.new(1,0,1,0)
  113. HBarBack.Parent = HMain
  114. HBarBack.BackgroundColor3 = Color3.new(0,0,0)
  115. HBarBack.BorderColor3 = Color3.new(0,0,0)
  116. HBarBack.BorderSizePixel = 2
  117. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  118. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  119. HBar.Parent = HBarBack
  120. HBar.BackgroundColor3 = Color3.new(204, 0, 0)
  121. HBar.BorderColor3 = Color3.new(0,0,0)
  122. HBar.Size = UDim2.new(.5,0,1,0)
  123. HHealth.BackgroundTransparency = 1
  124. HHealth.Size = UDim2.new(1,0,1,0)
  125. HHealth.Font = "SourceSans"
  126. HHealth.Text = " "
  127. HHealth.TextScaled = true
  128. HHealth.TextColor3 = Color3.new(1,1,1)
  129. HHealth.TextStrokeColor3 = BrickColor.new("Crimson").Color
  130. HHealth.TextStrokeTransparency = 0
  131. HName.Parent = HMain
  132. HName.BackgroundTransparency = 1
  133. HName.Size = UDim2.new(1,0,.5,0)
  134. HName.Font = "SourceSansItalic"
  135. HName.Text = "The Lost Son"
  136. HName.TextScaled = true
  137. HName.TextColor3 = BrickColor.new("Crimson").Color
  138. HName.TextStrokeColor3 = Color3.new(0,0,0)
  139. HName.TextStrokeTransparency = 0
  140. HName.TextYAlignment = "Top"
  141. wait(.5)
  142.  
  143. local runServ = game:GetService("RunService").RenderStepped
  144.  
  145. runServ:connect(function()
  146. HHealth.Text = "["..math.floor(game.Players.LocalPlayer.Character.Humanoid.Health).."]"
  147. HBar:TweenSize(UDim2.new((game.Players.LocalPlayer.Character.Humanoid.Health/game.Players.LocalPlayer.Character.Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
  148. end)
  149. local Player=game.Players.LocalPlayer
  150. repeat wait() until Player
  151. local Character=Player.Character
  152. repeat wait() until Character
  153. PlayerGui=Player.PlayerGui
  154. Backpack=Player.Backpack
  155. Torso=Character.Torso
  156. Head=Character.Head
  157. Humanoid=Character.Humanoid
  158. if Humanoid.Health ~= Humanoid.MaxHealth then
  159. Humanoid.MaxHealth = 21e+08
  160. end
  161. spawn(function()
  162. while wait() do
  163. if Humanoid.MaxHealth ~= 20000 then
  164. Humanoid.MaxHealth = 20000
  165. Humanoid.Health = Humanoid.MaxHealth
  166. end
  167. end
  168. end)
  169. Humanoid.JumpPower = 90
  170. LeftArm=Character:WaitForChild("Left Arm")
  171. LeftLeg=Character:WaitForChild("Left Leg")
  172. RightArm=Character:WaitForChild("Right Arm")
  173. RightLeg=Character:WaitForChild("Left Arm")
  174. LS=Torso:WaitForChild("Left Shoulder")
  175. LH=Torso:WaitForChild("Left Hip")
  176. RS=Torso:WaitForChild("Right Shoulder")
  177. RH=Torso:WaitForChild("Right Hip")
  178. Neck=Torso.Neck
  179. it=Instance.new
  180. vt=Vector3.new
  181. cf=CFrame.new
  182. local runServ = game:GetService("RunService").RenderStepped
  183. local TextTable = {}
  184. euler=CFrame.fromEulerAnglesXYZ
  185. angles=CFrame.Angles
  186. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  187. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  188. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  189. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  190. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  191. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  192. RootPart=Character.HumanoidRootPart
  193. RootJoint=RootPart.RootJoint
  194. RootCF=euler(-1.57,0,3.14)
  195. attack=false
  196. attackdebounce=false
  197. MMouse=Player:GetMouse()
  198. combo=0
  199. local Anim="Idle"
  200. local Effects={}
  201. equipped=false
  202. local idle=0
  203. local hold=false
  204. local con1=nil
  205. local con2=nil
  206. local Mode="Binary"
  207. local idleanim=0
  208. local idleanim2=false
  209. local impulse=1
  210. local hitfloor,posfloor=nil,nil
  211. local damcount=0
  212. local guard=false
  213. local damagebonus = 1
  214. --player
  215. player=nil
  216. --save shoulders
  217. RSH, LSH=nil, nil
  218. --welds
  219. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  220. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  221. LH=Torso["Left Hip"]
  222. RH=Torso["Right Hip"]
  223. Asset="http://www.roblox.com/asset/?id="
  224. Health=20000
  225. Humanoid.MaxHealth=math.huge
  226. Humanoid.Health=math.huge
  227. coroutine.resume(coroutine.create(function()
  228. for i=1,20 do
  229. Humanoid.MaxHealth=math.huge
  230. Humanoid.Health=math.huge
  231. end
  232. Humanoid.MaxHealth=20000
  233. Humanoid.Health = Humanoid.MaxHealth
  234. end))
  235.  
  236. function swait(num)
  237. if num==0 or num==nil then
  238. game:service'RunService'.RenderStepped:wait()
  239. else
  240. for i=0,num do
  241. game:service'RunService'.RenderStepped:wait()
  242. end
  243. end
  244. end
  245. ---HEALTHBAR
  246.  
  247. ---REST OF THE SCRIPT IS LIRON
  248.  
  249. local p = game.Players.LocalPlayer--48103735
  250. local char = p.Character
  251. local mouse = p:GetMouse()
  252. local larm = char["Left Arm"]
  253. local rarm = char["Right Arm"]
  254. local lleg = char["Left Leg"]
  255. local rleg = char["Right Leg"]
  256. local hed = char.Head
  257. local torso = char.Torso
  258. local hum = char.Humanoid
  259. local cam = game.Workspace.CurrentCamera
  260. local root = char.HumanoidRootPart
  261. local rj = root.RootJoint
  262. local deb = false
  263. local shot = 0
  264. local stanceToggle = "Idle1"
  265. local l = game:GetService("Lighting")
  266. local rs = game:GetService("RunService").RenderStepped
  267. local hb = game:GetService("RunService").Heartbeat
  268. local Stepped = game:GetService("RunService").Stepped
  269. math.randomseed(os.time())
  270. hum.JumpPower = 100
  271. hed.face.Texture = "rbxassetid://362505168" ---EYES
  272. hed.BrickColor = BrickColor.new "Really black"
  273. ----------------------------------------------------
  274. fat = Instance.new("BindableEvent",script)
  275. fat.Name = "Heartbeat"
  276.  
  277. script:WaitForChild("Heartbeat")
  278.  
  279. frame = 1/30
  280. tf = 0
  281. 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.
  282. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  283. lastframe = tick()
  284. script.Heartbeat:Fire() --ayy lmao
  285.  
  286. game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
  287. tf = tf + s
  288. if tf >= frame then
  289. if allowframeloss then
  290. script.Heartbeat:Fire()
  291. lastframe=tick()
  292. else
  293. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  294. for i=1, math.floor(tf/frame) do
  295. script.Heartbeat:Fire()
  296. end
  297. lastframe=tick()
  298. end
  299. if tossremainder then
  300. tf = 0
  301. else
  302. tf = tf - frame * math.floor(tf/frame)
  303. end
  304. end
  305. end)
  306. ----------------------------------------------------
  307. for i,v in pairs(char:children()) do
  308. if v:IsA("Hat") then
  309. v:Destroy()
  310. end
  311. end
  312. for i,v in pairs (hed:GetChildren()) do
  313. if v:IsA("Sound") then
  314. v:Destroy()
  315. end
  316. end
  317. ----------------------------------------------------
  318. Debounces = {
  319. CanAttack = true;
  320. CanJoke = true;
  321. NoIdl = false;
  322. Slashing = false;
  323. Slashed = false;
  324. ks = false;
  325. }
  326. ----------------------------------------------------
  327. function weld5(part0, part1, c0, c1)
  328. weeld=Instance.new("Weld", part0)
  329. weeld.Part0=part0
  330. weeld.Part1=part1
  331. weeld.C0=c0
  332. weeld.C1=c1
  333. return weeld
  334. end
  335. ----------------------------------------------------
  336. function NewPart(prnt,siz,cf,trans,anc,mat,col)
  337. local prt=Instance.new("Part")
  338. prt.Parent=prnt
  339. prt.Name="Part"
  340. prt.Size=siz
  341. prt.CanCollide=false
  342. prt.Anchored=anc
  343. prt.Locked=true
  344. prt.Transparency = trans
  345. prt.TopSurface=10
  346. prt.BottomSurface=10
  347. prt.FrontSurface=10
  348. prt.BackSurface=10
  349. prt.LeftSurface=10
  350. prt.RightSurface=10
  351. prt:BreakJoints()
  352. prt.CFrame=cf or CFrame.new(30,10,30)
  353. prt.Material=mat
  354. prt.BrickColor=BrickColor.new(col)
  355. m=Instance.new("SpecialMesh",prt)
  356. m.MeshType=6
  357. return prt
  358. end
  359. ----------------------------------------------------
  360. function lerp(a, b, t) -- Linear interpolation
  361. return a + (b - a)*t
  362. end
  363.  
  364. function slerp(a, b, t) --Spherical interpolation
  365. dot = a:Dot(b)
  366. if dot > 0.99999 or dot < -0.99999 then
  367. return t <= 0.5 and a or b
  368. else
  369. r = math.acos(dot)
  370. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  371. end
  372. end
  373.  
  374. function matrixInterpolate(a, b, t)
  375. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  376. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  377. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  378. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  379. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  380. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  381. local t = v1:Dot(v2)
  382. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  383. return CFrame.new()
  384. end
  385. return CFrame.new(
  386. v0.x, v0.y, v0.z,
  387. v1.x, v1.y, v1.z,
  388. v2.x, v2.y, v2.z,
  389. v3.x, v3.y, v3.z)
  390. end
  391. ----------------------------------------------------
  392. function genWeld(a,b)
  393. local w = Instance.new("Weld",a)
  394. w.Part0 = a
  395. w.Part1 = b
  396. return w
  397. end
  398. function weld(a, b)
  399. local weld = Instance.new("Weld")
  400. weld.Name = "W"
  401. weld.Part0 = a
  402. weld.Part1 = b
  403. weld.C0 = a.CFrame:inverse() * b.CFrame
  404. weld.Parent = a
  405. return weld;
  406. end
  407. ----------------------------------------------------
  408. function Lerp(c1,c2,al)
  409. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  410. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  411. for i,v in pairs(com1) do
  412. com1[i] = v+(com2[i]-v)*al
  413. end
  414. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  415. end
  416. ----------------------------------------------------
  417. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  418. local wld = Instance.new("Weld", wp1)
  419. wld.Part0 = wp0
  420. wld.Part1 = wp1
  421. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  422. end
  423. ----------------------------------------------------
  424. newWeld(torso, larm, -1.5, 0.5, 0)
  425. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  426. newWeld(torso, rarm, 1.5, 0.5, 0)
  427. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  428. newWeld(torso, hed, 0, 1.5, 0)
  429. newWeld(torso, lleg, -0.5, -1, 0)
  430. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  431. newWeld(torso, rleg, 0.5, -1, 0)
  432. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  433. newWeld(root, torso, 0, -1, 0)
  434. torso.Weld.C1 = CFrame.new(0, -1, 0)
  435. ----------------------------------------------------
  436. z = Instance.new("Sound",char)
  437. z.SoundId = "rbxassetid://147461803"--THIS IS THE AUDIO FOR THE SCRIPT
  438. z.Looped = true
  439. z.Pitch = 0.9
  440. z.Volume = 4
  441. wait(0.1)
  442. z:Play()
  443.  
  444. z2 = Instance.new("Sound", larm)
  445. z2.SoundId = 'rbxassetid://415880478'
  446. z2.Pitch = 1
  447. z2.Volume = 1
  448. z2.Looped = false
  449. z2:Play()
  450. ----------------------------------------------------
  451. New = function(Object, Parent, Name, Data)
  452. local Object = Instance.new(Object)
  453. for Index, Value in pairs(Data or {}) do
  454. Object[Index] = Value
  455. end
  456. Object.Parent = Parent
  457. Object.Name = Name
  458. return Object
  459. end
  460. ----------------------------------------------------
  461. pr = Instance.new("Part",hed)
  462. pr.BrickColor = BrickColor.new("Black")
  463. pr.Material = "Metal"
  464. pr.Reflectance = 0.04
  465. pr.Anchored = false
  466. pr.CanCollide = false
  467. pr.Archivable = false
  468. pr.Locked = true
  469. pr.Size = Vector3.new(2,0.8,1)
  470. prm = Instance.new("SpecialMesh",pr)
  471. prm.MeshType = "FileMesh"
  472. prm.MeshId = "rbxassetid://16952952"
  473. prm.Scale = Vector3.new(1,1,1)
  474. newWeld(hed, pr, 0, 0.35, 0)
  475. pr.Weld.C1 = CFrame.new(0,0,0)
  476. --Left Arm
  477. m = Instance.new("Model")
  478. m.Name = "LeftArm"
  479. p1 = Instance.new("Part", m)
  480. p1.BrickColor = BrickColor.new("Crimson")
  481. p1.Material = Enum.Material.Granite
  482. p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  483. p1.Size = Vector3.new(1, 0.200000048, 1)
  484. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  485. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  486. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  487. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  488. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  489. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  490. b1 = Instance.new("SpecialMesh", p1)
  491. b1.MeshType = Enum.MeshType.Brick
  492. b1.Name = "Mesh"
  493. b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  494. p2 = Instance.new("Part", m)
  495. p2.BrickColor = BrickColor.new("Crimson")
  496. p2.Material = Enum.Material.Granite
  497. p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  498. p2.Size = Vector3.new(1, 0.200000048, 1)
  499. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  500. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  501. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  502. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  503. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  504. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  505. b2 = Instance.new("SpecialMesh", p2)
  506. b2.MeshType = Enum.MeshType.Brick
  507. b2.Name = "Mesh"
  508. b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  509. p3 = Instance.new("Part", m)
  510. p3.BrickColor = BrickColor.new("Crimson")
  511. p3.Material = Enum.Material.Granite
  512. p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  513. p3.Size = Vector3.new(1, 0.200000048, 1)
  514. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  515. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  516. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  517. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  518. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  519. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  520. b3 = Instance.new("SpecialMesh", p3)
  521. b3.MeshType = Enum.MeshType.Brick
  522. b3.Name = "Mesh"
  523. b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  524. p4 = Instance.new("Part", m)
  525. p4.BrickColor = BrickColor.new("Black")
  526. p4.Material = Enum.Material.SmoothPlastic
  527. p4.Name = "LeftArmPlate"
  528. p4.Size = Vector3.new(1, 2, 1)
  529. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  530. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  531. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  532. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  533. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  534. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  535. b4 = Instance.new("SpecialMesh", p4)
  536. b4.MeshType = Enum.MeshType.Brick
  537. b4.Name = "Mesh"
  538. b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  539. p5 = Instance.new("Part", m)
  540. p5.BrickColor = BrickColor.new("Crimson")
  541. p5.Material = Enum.Material.Granite
  542. p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  543. p5.Size = Vector3.new(1, 0.200000048, 1)
  544. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  545. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  546. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  547. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  548. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  549. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  550. b5 = Instance.new("SpecialMesh", p5)
  551. b5.MeshType = Enum.MeshType.Brick
  552. b5.Name = "Mesh"
  553. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  554. p6 = Instance.new("Part", m)
  555. p6.BrickColor = BrickColor.new("Crimson")
  556. p6.Material = Enum.Material.Granite
  557. p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  558. p6.Size = Vector3.new(1, 0.200000048, 1)
  559. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  560. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  561. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  562. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  563. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  564. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  565. b6 = Instance.new("SpecialMesh", p6)
  566. b6.MeshType = Enum.MeshType.Brick
  567. b6.Name = "Mesh"
  568. b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  569. p7 = Instance.new("Part", m)
  570. p7.BrickColor = BrickColor.new("Crimson")
  571. p7.Material = Enum.Material.Granite
  572. p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  573. p7.FormFactor = Enum.FormFactor.Custom
  574. p7.Size = Vector3.new(1, 0.200000048, 1)
  575. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  576. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  577. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  578. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  579. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  580. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  581. b7 = Instance.new("SpecialMesh", p7)
  582. b7.MeshType = Enum.MeshType.Brick
  583. b7.Name = "Mesh"
  584. b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  585. p8 = Instance.new("Part", m)
  586. p8.BrickColor = BrickColor.new("Crimson")
  587. p8.Material = Enum.Material.Granite
  588. p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  589. p8.FormFactor = Enum.FormFactor.Custom
  590. p8.Size = Vector3.new(1, 0.200000048, 1)
  591. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  592. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  593. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  594. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  595. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  596. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  597. b8 = Instance.new("SpecialMesh", p8)
  598. b8.MeshType = Enum.MeshType.Brick
  599. b8.Name = "Mesh"
  600. b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  601. p9 = Instance.new("Part", m)
  602. p9.BrickColor = BrickColor.new("Crimson")
  603. p9.Material = Enum.Material.Granite
  604. p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  605. p9.FormFactor = Enum.FormFactor.Custom
  606. p9.Size = Vector3.new(1, 0.200000048, 1)
  607. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  608. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  609. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  610. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  611. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  612. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  613. b9 = Instance.new("SpecialMesh", p9)
  614. b9.MeshType = Enum.MeshType.Brick
  615. b9.Name = "Mesh"
  616. b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  617. p10 = Instance.new("Part", m)
  618. p10.BrickColor = BrickColor.new("Black")
  619. p10.Material = Enum.Material.SmoothPlastic
  620. p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  621. p10.FormFactor = Enum.FormFactor.Custom
  622. p10.Size = Vector3.new(1, 0.349999994, 1)
  623. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  624. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  625. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  626. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  627. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  628. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  629. b10 = Instance.new("SpecialMesh", p10)
  630. b10.MeshType = Enum.MeshType.Brick
  631. b10.Name = "Mesh"
  632. b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  633. p11 = Instance.new("Part", m)
  634. p11.BrickColor = BrickColor.new("Black")
  635. p11.Material = Enum.Material.Metal
  636. p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  637. p11.FormFactor = Enum.FormFactor.Custom
  638. p11.Size = Vector3.new(1, 0.25, 1)
  639. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  640. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  641. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  642. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  643. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  644. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  645. b11 = Instance.new("SpecialMesh", p11)
  646. b11.MeshType = Enum.MeshType.Brick
  647. b11.Name = "Mesh"
  648. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  649. p12 = Instance.new("Part", m)
  650. p12.BrickColor = BrickColor.new("Black")
  651. p12.Material = Enum.Material.Metal
  652. p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  653. p12.FormFactor = Enum.FormFactor.Custom
  654. p12.Size = Vector3.new(1, 0.25, 1)
  655. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  656. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  657. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  658. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  659. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  660. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  661. b12 = Instance.new("SpecialMesh", p12)
  662. b12.MeshType = Enum.MeshType.Brick
  663. b12.Name = "Mesh"
  664. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  665. p13 = Instance.new("Part", m)
  666. p13.BrickColor = BrickColor.new("Black")
  667. p13.Material = Enum.Material.Metal
  668. p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  669. p13.FormFactor = Enum.FormFactor.Custom
  670. p13.Size = Vector3.new(1, 0.25, 1)
  671. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  672. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  673. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  674. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  675. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  676. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  677. b13 = Instance.new("SpecialMesh", p13)
  678. b13.MeshType = Enum.MeshType.Brick
  679. b13.Name = "Mesh"
  680. b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  681. p14 = Instance.new("Part", m)
  682. p14.BrickColor = BrickColor.new("Black")
  683. p14.Material = Enum.Material.Metal
  684. p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  685. p14.FormFactor = Enum.FormFactor.Custom
  686. p14.Size = Vector3.new(1, 0.25, 1)
  687. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  688. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  689. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  690. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  691. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  692. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  693. b14 = Instance.new("SpecialMesh", p14)
  694. b14.MeshType = Enum.MeshType.Brick
  695. b14.Name = "Mesh"
  696. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  697. p15 = Instance.new("Part", m)
  698. p15.BrickColor = BrickColor.new("Crimson")
  699. p15.Material = Enum.Material.Granite
  700. p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  701. p15.FormFactor = Enum.FormFactor.Custom
  702. p15.Size = Vector3.new(1, 1, 1)
  703. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  704. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  705. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  706. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  707. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  708. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  709. b15 = Instance.new("SpecialMesh", p15)
  710. b15.MeshType = Enum.MeshType.Sphere
  711. b15.Name = "Mesh"
  712. p16 = Instance.new("Part", m)
  713. p16.BrickColor = BrickColor.new("Black")
  714. p16.Material = Enum.Material.Metal
  715. 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)
  716. p16.FormFactor = Enum.FormFactor.Custom
  717. p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  718. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  719. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  720. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  721. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  722. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  723. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  724. b16 = Instance.new("SpecialMesh", p16)
  725. b16.MeshType = Enum.MeshType.Brick
  726. b16.Name = "Mesh"
  727. b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  728. p17 = Instance.new("Part", m)
  729. p17.BrickColor = BrickColor.new("Black")
  730. p17.Material = Enum.Material.SmoothPlastic
  731. 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)
  732. p17.FormFactor = Enum.FormFactor.Custom
  733. p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  734. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  735. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  736. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  737. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  738. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  739. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  740. b17 = Instance.new("SpecialMesh", p17)
  741. b17.MeshType = Enum.MeshType.Brick
  742. b17.Name = "Mesh"
  743. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  744. p18 = Instance.new("Part", m)
  745. p18.BrickColor = BrickColor.new("Black")
  746. p18.Material = Enum.Material.SmoothPlastic
  747. 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)
  748. p18.FormFactor = Enum.FormFactor.Custom
  749. p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  750. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  751. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  752. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  753. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  754. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  755. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  756. b18 = Instance.new("SpecialMesh", p18)
  757. b18.MeshType = Enum.MeshType.Brick
  758. b18.Name = "Mesh"
  759. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  760. p19 = Instance.new("Part", m)
  761. p19.BrickColor = BrickColor.new("Black")
  762. p19.Material = Enum.Material.SmoothPlastic
  763. 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)
  764. p19.FormFactor = Enum.FormFactor.Custom
  765. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  766. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  767. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  768. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  769. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  770. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  771. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  772. b19 = Instance.new("SpecialMesh", p19)
  773. b19.MeshType = Enum.MeshType.Brick
  774. b19.Name = "Mesh"
  775. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  776. p20 = Instance.new("Part", m)
  777. p20.BrickColor = BrickColor.new("Really black")
  778. p20.Material = Enum.Material.SmoothPlastic
  779. 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)
  780. p20.FormFactor = Enum.FormFactor.Custom
  781. p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  782. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  783. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  784. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  785. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  786. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  787. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  788. b20 = Instance.new("SpecialMesh", p20)
  789. b20.MeshType = Enum.MeshType.Brick
  790. b20.Name = "Mesh"
  791. b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  792. p21 = Instance.new("Part", m)
  793. p21.BrickColor = BrickColor.new("Black")
  794. p21.Material = Enum.Material.Metal
  795. 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)
  796. p21.FormFactor = Enum.FormFactor.Custom
  797. p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  798. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  799. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  800. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  801. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  802. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  803. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  804. b21 = Instance.new("SpecialMesh", p21)
  805. b21.MeshType = Enum.MeshType.Wedge
  806. b21.Name = "Mesh"
  807. b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  808. p22 = Instance.new("Part", m)
  809. p22.BrickColor = BrickColor.new("Black")
  810. p22.Material = Enum.Material.Metal
  811. 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)
  812. p22.FormFactor = Enum.FormFactor.Custom
  813. p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  814. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  815. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  816. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  817. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  818. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  819. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  820. b22 = Instance.new("SpecialMesh", p22)
  821. b22.MeshType = Enum.MeshType.Brick
  822. b22.Name = "Mesh"
  823. b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  824. p23 = Instance.new("Part", m)
  825. p23.BrickColor = BrickColor.new("Black")
  826. p23.Material = Enum.Material.Metal
  827. 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)
  828. p23.FormFactor = Enum.FormFactor.Custom
  829. p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  830. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  831. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  832. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  833. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  834. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  835. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  836. b23 = Instance.new("SpecialMesh", p23)
  837. b23.MeshType = Enum.MeshType.Brick
  838. b23.Name = "Mesh"
  839. b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  840. p24 = Instance.new("Part", m)
  841. p24.BrickColor = BrickColor.new("Black")
  842. p24.Material = Enum.Material.Metal
  843. 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)
  844. p24.FormFactor = Enum.FormFactor.Custom
  845. p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  846. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  847. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  848. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  849. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  850. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  851. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  852. b24 = Instance.new("SpecialMesh", p24)
  853. b24.MeshType = Enum.MeshType.Brick
  854. b24.Name = "Mesh"
  855. b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  856. p25 = Instance.new("Part", m)
  857. p25.BrickColor = BrickColor.new("Black")
  858. p25.Material = Enum.Material.Metal
  859. 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)
  860. p25.FormFactor = Enum.FormFactor.Custom
  861. p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  862. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  863. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  864. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  865. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  866. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  867. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  868. b25 = Instance.new("SpecialMesh", p25)
  869. b25.MeshType = Enum.MeshType.Brick
  870. b25.Name = "Mesh"
  871. b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  872. p26 = Instance.new("Part", m)
  873. p26.BrickColor = BrickColor.new("Black")
  874. p26.Material = Enum.Material.Metal
  875. 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)
  876. p26.FormFactor = Enum.FormFactor.Custom
  877. p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  878. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  879. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  880. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  881. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  882. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  883. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  884. b26 = Instance.new("SpecialMesh", p26)
  885. b26.MeshType = Enum.MeshType.Brick
  886. b26.Name = "Mesh"
  887. b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  888. p27 = Instance.new("Part", m)
  889. p27.BrickColor = BrickColor.new("Black")
  890. p27.Material = Enum.Material.Metal
  891. 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)
  892. p27.FormFactor = Enum.FormFactor.Custom
  893. p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  894. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  895. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  896. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  897. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  898. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  899. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  900. b27 = Instance.new("SpecialMesh", p27)
  901. b27.MeshType = Enum.MeshType.Brick
  902. b27.Name = "Mesh"
  903. b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  904. p28 = Instance.new("Part", m)
  905. p28.BrickColor = BrickColor.new("Black")
  906. p28.Material = Enum.Material.Metal
  907. 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)
  908. p28.FormFactor = Enum.FormFactor.Custom
  909. p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  910. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  911. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  912. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  913. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  914. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  915. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  916. b28 = Instance.new("SpecialMesh", p28)
  917. b28.MeshType = Enum.MeshType.Brick
  918. b28.Name = "Mesh"
  919. b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  920. p29 = Instance.new("Part", m)
  921. p29.BrickColor = BrickColor.new("Black")
  922. p29.Material = Enum.Material.Metal
  923. 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)
  924. p29.FormFactor = Enum.FormFactor.Custom
  925. p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  926. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  927. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  928. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  929. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  930. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  931. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  932. b29 = Instance.new("SpecialMesh", p29)
  933. b29.MeshType = Enum.MeshType.Brick
  934. b29.Name = "Mesh"
  935. b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  936. p30 = Instance.new("Part", m)
  937. p30.BrickColor = BrickColor.new("Black")
  938. p30.Material = Enum.Material.Metal
  939. 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)
  940. p30.FormFactor = Enum.FormFactor.Custom
  941. p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  942. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  943. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  944. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  945. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  946. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  947. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  948. b30 = Instance.new("SpecialMesh", p30)
  949. b30.MeshType = Enum.MeshType.Wedge
  950. b30.Name = "Mesh"
  951. b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  952. p31 = Instance.new("Part", m)
  953. p31.BrickColor = BrickColor.new("Black")
  954. p31.Material = Enum.Material.Metal
  955. 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)
  956. p31.FormFactor = Enum.FormFactor.Custom
  957. p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  958. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  959. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  960. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  961. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  962. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  963. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  964. b31 = Instance.new("SpecialMesh", p31)
  965. b31.MeshType = Enum.MeshType.Brick
  966. b31.Name = "Mesh"
  967. b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  968. p32 = Instance.new("Part", m)
  969. p32.BrickColor = BrickColor.new("Black")
  970. p32.Material = Enum.Material.Metal
  971. 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)
  972. p32.FormFactor = Enum.FormFactor.Custom
  973. p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
  974. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  975. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  976. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  977. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  978. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  979. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  980. b32 = Instance.new("SpecialMesh", p32)
  981. b32.MeshType = Enum.MeshType.Wedge
  982. b32.Name = "Mesh"
  983. b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  984. p33 = Instance.new("Part", m)
  985. p33.BrickColor = BrickColor.new("Black")
  986. p33.Material = Enum.Material.Metal
  987. 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)
  988. p33.FormFactor = Enum.FormFactor.Custom
  989. p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  990. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  991. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  992. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  993. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  994. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  995. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  996. b33 = Instance.new("SpecialMesh", p33)
  997. b33.MeshType = Enum.MeshType.Brick
  998. b33.Name = "Mesh"
  999. b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1000. p34 = Instance.new("Part", m)
  1001. p34.BrickColor = BrickColor.new("Black")
  1002. p34.Material = Enum.Material.Metal
  1003. 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)
  1004. p34.FormFactor = Enum.FormFactor.Custom
  1005. p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
  1006. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. b34 = Instance.new("SpecialMesh", p34)
  1013. b34.MeshType = Enum.MeshType.Brick
  1014. b34.Name = "Mesh"
  1015. b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
  1016. w1 = Instance.new("Weld", p1)
  1017. w1.Name = "Part_Weld"
  1018. w1.Part0 = p1
  1019. w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1020. w1.Part1 = p2
  1021. w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1022. w2 = Instance.new("Weld", p2)
  1023. w2.Name = "Part_Weld"
  1024. w2.Part0 = p2
  1025. w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1026. w2.Part1 = p3
  1027. w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1028. w3 = Instance.new("Weld", p3)
  1029. w3.Name = "LeftArmPlate_Weld"
  1030. w3.Part0 = p3
  1031. w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1032. w3.Part1 = p4
  1033. w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1034. w4 = Instance.new("Weld", p4)
  1035. w4.Name = "Part_Weld"
  1036. w4.Part0 = p4
  1037. w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1038. w4.Part1 = p5
  1039. w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1040. w5 = Instance.new("Weld", p5)
  1041. w5.Name = "Part_Weld"
  1042. w5.Part0 = p5
  1043. w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1044. w5.Part1 = p6
  1045. w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1046. w6 = Instance.new("Weld", p6)
  1047. w6.Name = "Part_Weld"
  1048. w6.Part0 = p6
  1049. w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1050. w6.Part1 = p7
  1051. w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1052. w7 = Instance.new("Weld", p7)
  1053. w7.Name = "Part_Weld"
  1054. w7.Part0 = p7
  1055. w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1056. w7.Part1 = p8
  1057. w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1058. w8 = Instance.new("Weld", p8)
  1059. w8.Name = "Part_Weld"
  1060. w8.Part0 = p8
  1061. w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1062. w8.Part1 = p9
  1063. w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1064. w9 = Instance.new("Weld", p9)
  1065. w9.Name = "Part_Weld"
  1066. w9.Part0 = p9
  1067. w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1068. w9.Part1 = p10
  1069. w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1070. w10 = Instance.new("Weld", p10)
  1071. w10.Name = "Part_Weld"
  1072. w10.Part0 = p10
  1073. w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1074. w10.Part1 = p11
  1075. w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1076. w11 = Instance.new("Weld", p11)
  1077. w11.Name = "Part_Weld"
  1078. w11.Part0 = p11
  1079. w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1080. w11.Part1 = p12
  1081. w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1082. w12 = Instance.new("Weld", p12)
  1083. w12.Name = "Part_Weld"
  1084. w12.Part0 = p12
  1085. w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1086. w12.Part1 = p13
  1087. w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1088. w13 = Instance.new("Weld", p13)
  1089. w13.Name = "Part_Weld"
  1090. w13.Part0 = p13
  1091. w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1092. w13.Part1 = p14
  1093. w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1094. w14 = Instance.new("Weld", p14)
  1095. w14.Name = "Part_Weld"
  1096. w14.Part0 = p14
  1097. w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1098. w14.Part1 = p15
  1099. w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1100. w15 = Instance.new("Weld", p15)
  1101. w15.Name = "Part_Weld"
  1102. w15.Part0 = p15
  1103. w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1104. w15.Part1 = p16
  1105. 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)
  1106. w16 = Instance.new("Weld", p16)
  1107. w16.Name = "Part_Weld"
  1108. w16.Part0 = p16
  1109. 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)
  1110. w16.Part1 = p17
  1111. 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)
  1112. w17 = Instance.new("Weld", p17)
  1113. w17.Name = "Part_Weld"
  1114. w17.Part0 = p17
  1115. 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)
  1116. w17.Part1 = p18
  1117. 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)
  1118. w18 = Instance.new("Weld", p18)
  1119. w18.Name = "Part_Weld"
  1120. w18.Part0 = p18
  1121. 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)
  1122. w18.Part1 = p19
  1123. 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)
  1124. w19 = Instance.new("Weld", p19)
  1125. w19.Name = "Part_Weld"
  1126. w19.Part0 = p19
  1127. 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)
  1128. w19.Part1 = p20
  1129. 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)
  1130. w20 = Instance.new("Weld", p20)
  1131. w20.Name = "Part_Weld"
  1132. w20.Part0 = p20
  1133. 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)
  1134. w20.Part1 = p21
  1135. 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)
  1136. w21 = Instance.new("Weld", p21)
  1137. w21.Name = "Part_Weld"
  1138. w21.Part0 = p21
  1139. 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)
  1140. w21.Part1 = p22
  1141. 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)
  1142. w22 = Instance.new("Weld", p22)
  1143. w22.Name = "Part_Weld"
  1144. w22.Part0 = p22
  1145. 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)
  1146. w22.Part1 = p23
  1147. 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)
  1148. w23 = Instance.new("Weld", p23)
  1149. w23.Name = "Part_Weld"
  1150. w23.Part0 = p23
  1151. 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)
  1152. w23.Part1 = p24
  1153. 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)
  1154. w24 = Instance.new("Weld", p24)
  1155. w24.Name = "Part_Weld"
  1156. w24.Part0 = p24
  1157. 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)
  1158. w24.Part1 = p25
  1159. 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)
  1160. w25 = Instance.new("Weld", p25)
  1161. w25.Name = "Part_Weld"
  1162. w25.Part0 = p25
  1163. 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)
  1164. w25.Part1 = p26
  1165. 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)
  1166. w26 = Instance.new("Weld", p26)
  1167. w26.Name = "Part_Weld"
  1168. w26.Part0 = p26
  1169. 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)
  1170. w26.Part1 = p27
  1171. 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)
  1172. w27 = Instance.new("Weld", p27)
  1173. w27.Name = "Part_Weld"
  1174. w27.Part0 = p27
  1175. 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)
  1176. w27.Part1 = p28
  1177. 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)
  1178. w28 = Instance.new("Weld", p28)
  1179. w28.Name = "Part_Weld"
  1180. w28.Part0 = p28
  1181. 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)
  1182. w28.Part1 = p29
  1183. 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)
  1184. w29 = Instance.new("Weld", p29)
  1185. w29.Name = "Part_Weld"
  1186. w29.Part0 = p29
  1187. 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)
  1188. w29.Part1 = p30
  1189. 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)
  1190. w30 = Instance.new("Weld", p30)
  1191. w30.Name = "Part_Weld"
  1192. w30.Part0 = p30
  1193. 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)
  1194. w30.Part1 = p31
  1195. 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)
  1196. w31 = Instance.new("Weld", p31)
  1197. w31.Name = "Part_Weld"
  1198. w31.Part0 = p31
  1199. 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)
  1200. w31.Part1 = p32
  1201. 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)
  1202. w32 = Instance.new("Weld", p32)
  1203. w32.Name = "Part_Weld"
  1204. w32.Part0 = p32
  1205. 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)
  1206. w32.Part1 = p33
  1207. 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)
  1208. w33 = Instance.new("Weld", p33)
  1209. w33.Name = "Part_Weld"
  1210. w33.Part0 = p33
  1211. 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)
  1212. w33.Part1 = p34
  1213. 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)
  1214. m.Parent = larm
  1215. m:MakeJoints()
  1216. ----------------------------------------------------
  1217. local cor = Instance.new("Part", larm.LeftArm)
  1218. cor.Name = "Thingy"
  1219. cor.Locked = true
  1220. cor.BottomSurface = 0
  1221. cor.CanCollide = false
  1222. cor.Size = Vector3.new(1, 1, 1)
  1223. cor.Transparency = 1
  1224. cor.TopSurface = 0
  1225. corw = Instance.new("Weld", cor)
  1226. corw.Part0 = larm
  1227. corw.Part1 = cor
  1228. corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1229. corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1230. weld1 = Instance.new("Weld", larm.LeftArm)
  1231. weld1.Part0 = cor
  1232. weld1.Part1 = larm.LeftArm.LeftArmPlate
  1233. weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1234. --Right Arm
  1235. m2 = Instance.new("Model")
  1236. m2.Name = "RightArm"
  1237. p1 = Instance.new("Part", m2)
  1238. p1.BrickColor = BrickColor.new("Crimson")
  1239. p1.Material = Enum.Material.Granite
  1240. p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1241. p1.FormFactor = Enum.FormFactor.Custom
  1242. p1.Size = Vector3.new(1, 0.200000048, 1)
  1243. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. b1 = Instance.new("SpecialMesh", p1)
  1250. b1.MeshType = Enum.MeshType.Brick
  1251. b1.Name = "Mesh"
  1252. b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1253. p2 = Instance.new("Part", m2)
  1254. p2.BrickColor = BrickColor.new("Crimson")
  1255. p2.Material = Enum.Material.Granite
  1256. p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1257. p2.FormFactor = Enum.FormFactor.Custom
  1258. p2.Size = Vector3.new(1, 0.200000048, 1)
  1259. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. b2 = Instance.new("SpecialMesh", p2)
  1266. b2.MeshType = Enum.MeshType.Brick
  1267. b2.Name = "Mesh"
  1268. b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1269. p3 = Instance.new("Part", m2)
  1270. p3.BrickColor = BrickColor.new("Crimson")
  1271. p3.Material = Enum.Material.Granite
  1272. p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1273. p3.FormFactor = Enum.FormFactor.Custom
  1274. p3.Size = Vector3.new(1, 0.200000048, 1)
  1275. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1281. b3 = Instance.new("SpecialMesh", p3)
  1282. b3.MeshType = Enum.MeshType.Brick
  1283. b3.Name = "Mesh"
  1284. b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1285. p4 = Instance.new("Part", m2)
  1286. p4.BrickColor = BrickColor.new("Crimson")
  1287. p4.Material = Enum.Material.Granite
  1288. p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1289. p4.FormFactor = Enum.FormFactor.Custom
  1290. p4.Size = Vector3.new(1, 0.200000048, 1)
  1291. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1292. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1293. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1294. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. b4 = Instance.new("SpecialMesh", p4)
  1298. b4.MeshType = Enum.MeshType.Brick
  1299. b4.Name = "Mesh"
  1300. b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
  1301. p5 = Instance.new("Part", m2)
  1302. p5.BrickColor = BrickColor.new("Crimson")
  1303. p5.Material = Enum.Material.Granite
  1304. p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1305. p5.FormFactor = Enum.FormFactor.Custom
  1306. p5.Size = Vector3.new(1, 0.200000048, 1)
  1307. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1311. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. b5 = Instance.new("SpecialMesh", p5)
  1314. b5.MeshType = Enum.MeshType.Brick
  1315. b5.Name = "Mesh"
  1316. b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1317. p6 = Instance.new("Part", m2)
  1318. p6.BrickColor = BrickColor.new("Crimson")
  1319. p6.Material = Enum.Material.Granite
  1320. p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1321. p6.FormFactor = Enum.FormFactor.Custom
  1322. p6.Size = Vector3.new(1, 1, 1)
  1323. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1325. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1326. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1327. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1329. b6 = Instance.new("SpecialMesh", p6)
  1330. b6.MeshType = Enum.MeshType.Sphere
  1331. b6.Name = "Mesh"
  1332. p7 = Instance.new("Part", m2)
  1333. p7.BrickColor = BrickColor.new("Black")
  1334. p7.Material = Enum.Material.SmoothPlastic
  1335. p7.Name = "RightArmPlate"
  1336. p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1337. p7.FormFactor = Enum.FormFactor.Symmetric
  1338. p7.Size = Vector3.new(1, 2, 1)
  1339. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1345. b7 = Instance.new("SpecialMesh", p7)
  1346. b7.MeshType = Enum.MeshType.Brick
  1347. b7.Name = "Mesh"
  1348. b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1349. p8 = Instance.new("Part", m2)
  1350. p8.BrickColor = BrickColor.new("Crimson")
  1351. p8.Material = Enum.Material.Granite
  1352. p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1353. p8.FormFactor = Enum.FormFactor.Custom
  1354. p8.Size = Vector3.new(1, 0.200000048, 1)
  1355. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. b8 = Instance.new("SpecialMesh", p8)
  1362. b8.MeshType = Enum.MeshType.Brick
  1363. b8.Name = "Mesh"
  1364. b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1365. p9 = Instance.new("Part", m2)
  1366. p9.BrickColor = BrickColor.new("Black")
  1367. p9.Material = Enum.Material.SmoothPlastic
  1368. p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1369. p9.FormFactor = Enum.FormFactor.Custom
  1370. p9.Size = Vector3.new(1, 0.349999994, 1)
  1371. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1372. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1373. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1374. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. b9 = Instance.new("SpecialMesh", p9)
  1378. b9.MeshType = Enum.MeshType.Brick
  1379. b9.Name = "Mesh"
  1380. b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
  1381. p10 = Instance.new("Part", m2)
  1382. p10.BrickColor = BrickColor.new("Black")
  1383. p10.Material = Enum.Material.Metal
  1384. p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1385. p10.FormFactor = Enum.FormFactor.Custom
  1386. p10.Size = Vector3.new(1, 0.25, 1)
  1387. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1388. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1389. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1390. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1391. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1393. b10 = Instance.new("SpecialMesh", p10)
  1394. b10.MeshType = Enum.MeshType.Brick
  1395. b10.Name = "Mesh"
  1396. b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1397. p11 = Instance.new("Part", m2)
  1398. p11.BrickColor = BrickColor.new("Black")
  1399. p11.Material = Enum.Material.Metal
  1400. p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1401. p11.FormFactor = Enum.FormFactor.Custom
  1402. p11.Size = Vector3.new(1, 0.25, 1)
  1403. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1407. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1408. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. b11 = Instance.new("SpecialMesh", p11)
  1410. b11.MeshType = Enum.MeshType.Brick
  1411. b11.Name = "Mesh"
  1412. b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1413. p12 = Instance.new("Part", m2)
  1414. p12.BrickColor = BrickColor.new("Black")
  1415. p12.Material = Enum.Material.Metal
  1416. p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1417. p12.FormFactor = Enum.FormFactor.Custom
  1418. p12.Size = Vector3.new(1, 0.25, 1)
  1419. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1424. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1425. b12 = Instance.new("SpecialMesh", p12)
  1426. b12.MeshType = Enum.MeshType.Brick
  1427. b12.Name = "Mesh"
  1428. b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1429. p13 = Instance.new("Part", m2)
  1430. p13.BrickColor = BrickColor.new("Crimson")
  1431. p13.Material = Enum.Material.Granite
  1432. p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1433. p13.FormFactor = Enum.FormFactor.Custom
  1434. p13.Size = Vector3.new(1, 0.200000048, 1)
  1435. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1440. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1441. b13 = Instance.new("SpecialMesh", p13)
  1442. b13.MeshType = Enum.MeshType.Brick
  1443. b13.Name = "Mesh"
  1444. b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1445. p14 = Instance.new("Part", m2)
  1446. p14.BrickColor = BrickColor.new("Black")
  1447. p14.Material = Enum.Material.Metal
  1448. p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1449. p14.FormFactor = Enum.FormFactor.Custom
  1450. p14.Size = Vector3.new(1, 0.25, 1)
  1451. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. b14 = Instance.new("SpecialMesh", p14)
  1458. b14.MeshType = Enum.MeshType.Brick
  1459. b14.Name = "Mesh"
  1460. b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
  1461. p15 = Instance.new("Part", m2)
  1462. p15.BrickColor = BrickColor.new("Crimson")
  1463. p15.Material = Enum.Material.Granite
  1464. p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1465. p15.FormFactor = Enum.FormFactor.Custom
  1466. p15.Size = Vector3.new(1, 0.200000048, 1)
  1467. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1468. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. b15 = Instance.new("SpecialMesh", p15)
  1474. b15.MeshType = Enum.MeshType.Brick
  1475. b15.Name = "Mesh"
  1476. b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
  1477. p16 = Instance.new("Part", m2)
  1478. p16.BrickColor = BrickColor.new("Black")
  1479. p16.Material = Enum.Material.SmoothPlastic
  1480. p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1481. p16.FormFactor = Enum.FormFactor.Custom
  1482. p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
  1483. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1487. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. b16 = Instance.new("SpecialMesh", p16)
  1490. b16.MeshType = Enum.MeshType.Brick
  1491. b16.Name = "Mesh"
  1492. b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1493. p17 = Instance.new("Part", m2)
  1494. p17.BrickColor = BrickColor.new("Black")
  1495. p17.Material = Enum.Material.SmoothPlastic
  1496. p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1497. p17.FormFactor = Enum.FormFactor.Custom
  1498. p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
  1499. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1500. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1502. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1504. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. b17 = Instance.new("SpecialMesh", p17)
  1506. b17.MeshType = Enum.MeshType.Brick
  1507. b17.Name = "Mesh"
  1508. b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1509. p18 = Instance.new("Part", m2)
  1510. p18.BrickColor = BrickColor.new("Really black")
  1511. p18.Material = Enum.Material.SmoothPlastic
  1512. p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1513. p18.FormFactor = Enum.FormFactor.Custom
  1514. p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1515. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1516. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. b18 = Instance.new("SpecialMesh", p18)
  1522. b18.MeshType = Enum.MeshType.Brick
  1523. b18.Name = "Mesh"
  1524. b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
  1525. p19 = Instance.new("Part", m2)
  1526. p19.BrickColor = BrickColor.new("Black")
  1527. p19.Material = Enum.Material.SmoothPlastic
  1528. p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1529. p19.FormFactor = Enum.FormFactor.Custom
  1530. p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
  1531. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1532. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1533. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1534. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1535. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. b19 = Instance.new("SpecialMesh", p19)
  1538. b19.MeshType = Enum.MeshType.Brick
  1539. b19.Name = "Mesh"
  1540. b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
  1541. w1 = Instance.new("Weld", p1)
  1542. w1.Name = "Part_Weld"
  1543. w1.Part0 = p1
  1544. w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1545. w1.Part1 = p2
  1546. w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1547. w2 = Instance.new("Weld", p2)
  1548. w2.Name = "Part_Weld"
  1549. w2.Part0 = p2
  1550. w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1551. w2.Part1 = p3
  1552. w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1553. w3 = Instance.new("Weld", p3)
  1554. w3.Name = "Part_Weld"
  1555. w3.Part0 = p3
  1556. w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1557. w3.Part1 = p4
  1558. w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1559. w4 = Instance.new("Weld", p4)
  1560. w4.Name = "Part_Weld"
  1561. w4.Part0 = p4
  1562. w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1563. w4.Part1 = p5
  1564. w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1565. w5 = Instance.new("Weld", p5)
  1566. w5.Name = "Part_Weld"
  1567. w5.Part0 = p5
  1568. w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1569. w5.Part1 = p6
  1570. w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1571. w6 = Instance.new("Weld", p6)
  1572. w6.Name = "RightArmPlate_Weld"
  1573. w6.Part0 = p6
  1574. w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1575. w6.Part1 = p7
  1576. w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1577. w7 = Instance.new("Weld", p7)
  1578. w7.Name = "Part_Weld"
  1579. w7.Part0 = p7
  1580. w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1581. w7.Part1 = p8
  1582. w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1583. w8 = Instance.new("Weld", p8)
  1584. w8.Name = "Part_Weld"
  1585. w8.Part0 = p8
  1586. w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1587. w8.Part1 = p9
  1588. w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1589. w9 = Instance.new("Weld", p9)
  1590. w9.Name = "Part_Weld"
  1591. w9.Part0 = p9
  1592. w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1593. w9.Part1 = p10
  1594. w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1595. w10 = Instance.new("Weld", p10)
  1596. w10.Name = "Part_Weld"
  1597. w10.Part0 = p10
  1598. w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1599. w10.Part1 = p11
  1600. w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1601. w11 = Instance.new("Weld", p11)
  1602. w11.Name = "Part_Weld"
  1603. w11.Part0 = p11
  1604. w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1605. w11.Part1 = p12
  1606. w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1607. w12 = Instance.new("Weld", p12)
  1608. w12.Name = "Part_Weld"
  1609. w12.Part0 = p12
  1610. w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1611. w12.Part1 = p13
  1612. w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1613. w13 = Instance.new("Weld", p13)
  1614. w13.Name = "Part_Weld"
  1615. w13.Part0 = p13
  1616. w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1617. w13.Part1 = p14
  1618. w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1619. w14 = Instance.new("Weld", p14)
  1620. w14.Name = "Part_Weld"
  1621. w14.Part0 = p14
  1622. w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1623. w14.Part1 = p15
  1624. w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1625. w15 = Instance.new("Weld", p15)
  1626. w15.Name = "Part_Weld"
  1627. w15.Part0 = p15
  1628. w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1629. w15.Part1 = p16
  1630. w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1631. w16 = Instance.new("Weld", p16)
  1632. w16.Name = "Part_Weld"
  1633. w16.Part0 = p16
  1634. w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1635. w16.Part1 = p17
  1636. w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1637. w17 = Instance.new("Weld", p17)
  1638. w17.Name = "Part_Weld"
  1639. w17.Part0 = p17
  1640. w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1641. w17.Part1 = p18
  1642. w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1643. w18 = Instance.new("Weld", p18)
  1644. w18.Name = "Part_Weld"
  1645. w18.Part0 = p18
  1646. w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1647. w18.Part1 = p19
  1648. w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1649. m2.Parent = rarm
  1650. m2:MakeJoints()
  1651. ----------------------------------------------------
  1652. local cor2 = Instance.new("Part", rarm.RightArm)
  1653. cor2.Name = "Thingy"
  1654. cor2.Locked = true
  1655. cor2.BottomSurface = 0
  1656. cor2.CanCollide = false
  1657. cor2.Size = Vector3.new(1, 1, 1)
  1658. cor2.Transparency = 1
  1659. cor2.TopSurface = 0
  1660. corw2 = Instance.new("Weld", cor2)
  1661. corw2.Part0 = rarm
  1662. corw2.Part1 = cor2
  1663. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1664. corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1665. weld2 = Instance.new("Weld", rarm.RightArm)
  1666. weld2.Part0 = cor2
  1667. weld2.Part1 = rarm.RightArm.RightArmPlate
  1668. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1669. --Torso
  1670. m3 = Instance.new("Model")
  1671. m3.Name = "Torso"
  1672. p1 = Instance.new("Part", m3)
  1673. p1.BrickColor = BrickColor.new("Really black")
  1674. p1.Material = Enum.Material.Metal
  1675. p1.Name = "TorsoPlate"
  1676. p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1677. p1.CanCollide = false
  1678. p1.Locked = true
  1679. p1.FormFactor = Enum.FormFactor.Custom
  1680. p1.Size = Vector3.new(2, 2, 1)
  1681. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1687. b1 = Instance.new("SpecialMesh", p1)
  1688. b1.MeshType = Enum.MeshType.Brick
  1689. b1.Name = "Mesh"
  1690. b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1691. p2 = Instance.new("Part", m3)
  1692. p2.BrickColor = BrickColor.new("Really black")
  1693. p2.Material = Enum.Material.Metal
  1694. 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)
  1695. p2.CanCollide = false
  1696. p2.Locked = true
  1697. p2.FormFactor = Enum.FormFactor.Custom
  1698. p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1699. b2 = Instance.new("SpecialMesh", p2)
  1700. b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1701. b2.TextureId = ""
  1702. b2.MeshType = Enum.MeshType.FileMesh
  1703. b2.Name = "Mesh"
  1704. b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1705. p3 = Instance.new("Part", m3)
  1706. p3.BrickColor = BrickColor.new("Black")
  1707. p3.Material = Enum.Material.Metal
  1708. p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1709. p3.CanCollide = false
  1710. p3.Locked = true
  1711. p3.FormFactor = Enum.FormFactor.Custom
  1712. p3.Size = Vector3.new(2, 2, 0.200000018)
  1713. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1715. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1717. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1718. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1719. b3 = Instance.new("SpecialMesh", p3)
  1720. b3.MeshType = Enum.MeshType.Brick
  1721. b3.Name = "Mesh"
  1722. b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1723. p4 = Instance.new("Part", m3)
  1724. p4.BrickColor = BrickColor.new("Black")
  1725. p4.Material = Enum.Material.Metal
  1726. p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1727. p4.CanCollide = false
  1728. p4.Locked = true
  1729. p4.FormFactor = Enum.FormFactor.Custom
  1730. p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
  1731. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1733. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1734. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1735. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1737. b4 = Instance.new("SpecialMesh", p4)
  1738. b4.MeshType = Enum.MeshType.Brick
  1739. b4.Name = "Mesh"
  1740. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1741. p5 = Instance.new("Part", m3)
  1742. p5.BrickColor = BrickColor.new("Black")
  1743. p5.Material = Enum.Material.Metal
  1744. 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)
  1745. p5.CanCollide = false
  1746. p5.Locked = true
  1747. p5.FormFactor = Enum.FormFactor.Custom
  1748. p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
  1749. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1750. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1751. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1752. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1753. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1754. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. b5 = Instance.new("SpecialMesh", p5)
  1756. b5.MeshType = Enum.MeshType.Wedge
  1757. b5.Name = "Mesh"
  1758. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1759. p6 = Instance.new("Part", m3)
  1760. p6.BrickColor = BrickColor.new("Black")
  1761. p6.Material = Enum.Material.Metal
  1762. 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)
  1763. p6.CanCollide = false
  1764. p6.Locked = true
  1765. p6.FormFactor = Enum.FormFactor.Custom
  1766. p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
  1767. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1768. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1771. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1772. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1773. b6 = Instance.new("SpecialMesh", p6)
  1774. b6.MeshType = Enum.MeshType.Wedge
  1775. b6.Name = "Mesh"
  1776. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1777. p7 = Instance.new("Part", m3)
  1778. p7.BrickColor = BrickColor.new("Black")
  1779. p7.Material = Enum.Material.Metal
  1780. 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)
  1781. p7.CanCollide = false
  1782. p7.Locked = true
  1783. p7.FormFactor = Enum.FormFactor.Custom
  1784. p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
  1785. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1787. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1788. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1789. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1790. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. b7 = Instance.new("SpecialMesh", p7)
  1792. b7.MeshType = Enum.MeshType.Wedge
  1793. b7.Name = "Mesh"
  1794. p8 = Instance.new("Part", m3)
  1795. p8.BrickColor = BrickColor.new("Black")
  1796. p8.Material = Enum.Material.Metal
  1797. p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1798. p8.CanCollide = false
  1799. p8.Locked = true
  1800. p8.FormFactor = Enum.FormFactor.Custom
  1801. p8.Size = Vector3.new(1, 2, 0.200000018)
  1802. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1803. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1804. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1805. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1807. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1808. b8 = Instance.new("SpecialMesh", p8)
  1809. b8.MeshType = Enum.MeshType.Brick
  1810. b8.Name = "Mesh"
  1811. b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1812. p9 = Instance.new("Part", m3)
  1813. p9.BrickColor = BrickColor.new("Black")
  1814. p9.Material = Enum.Material.Metal
  1815. p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  1816. p9.CanCollide = false
  1817. p9.Locked = true
  1818. p9.FormFactor = Enum.FormFactor.Custom
  1819. p9.Size = Vector3.new(1, 2, 0.200000018)
  1820. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1821. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1822. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1823. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1826. b9 = Instance.new("SpecialMesh", p9)
  1827. b9.MeshType = Enum.MeshType.Brick
  1828. b9.Name = "Mesh"
  1829. b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1830. p10 = Instance.new("Part", m3)
  1831. p10.BrickColor = BrickColor.new("Black")
  1832. p10.Material = Enum.Material.Metal
  1833. p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
  1834. p10.CanCollide = false
  1835. p10.Locked = true
  1836. p10.FormFactor = Enum.FormFactor.Custom
  1837. p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
  1838. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1839. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1840. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1841. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1843. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1844. b10 = Instance.new("SpecialMesh", p10)
  1845. b10.MeshType = Enum.MeshType.Brick
  1846. b10.Name = "Mesh"
  1847. b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  1848. p11 = Instance.new("Part", m3)
  1849. p11.BrickColor = BrickColor.new("Really black")
  1850. p11.Material = Enum.Material.Metal
  1851. 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)
  1852. p11.CanCollide = false
  1853. p11.Locked = true
  1854. p11.FormFactor = Enum.FormFactor.Custom
  1855. p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1856. b11 = Instance.new("SpecialMesh", p11)
  1857. b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1858. b11.TextureId = ""
  1859. b11.MeshType = Enum.MeshType.FileMesh
  1860. b11.Name = "Mesh"
  1861. b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1862. p12 = Instance.new("Part", m3)
  1863. p12.BrickColor = BrickColor.new("Really black")
  1864. p12.Material = Enum.Material.Metal
  1865. p12.Transparency = 1
  1866. p12.Name = "Chain2Torso"
  1867. 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)
  1868. p12.CanCollide = false
  1869. p12.Locked = true
  1870. p12.FormFactor = Enum.FormFactor.Custom
  1871. p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
  1872. b12 = Instance.new("SpecialMesh", p12)
  1873. b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1874. b12.TextureId = ""
  1875. b12.MeshType = Enum.MeshType.FileMesh
  1876. b12.Name = "Mesh"
  1877. b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1878. p13 = Instance.new("Part", m3)
  1879. p13.BrickColor = BrickColor.new("Really black")
  1880. p13.Material = Enum.Material.Metal
  1881. 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)
  1882. p13.CanCollide = false
  1883. p13.Locked = true
  1884. p13.FormFactor = Enum.FormFactor.Custom
  1885. p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1886. b13 = Instance.new("SpecialMesh", p13)
  1887. b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1888. b13.TextureId = ""
  1889. b13.MeshType = Enum.MeshType.FileMesh
  1890. b13.Name = "Mesh"
  1891. b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1892. p14 = Instance.new("Part", m3)
  1893. p14.BrickColor = BrickColor.new("Really black")
  1894. p14.Material = Enum.Material.Metal
  1895. 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)
  1896. p14.CanCollide = false
  1897. p14.Locked = true
  1898. p14.FormFactor = Enum.FormFactor.Custom
  1899. p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1900. b14 = Instance.new("SpecialMesh", p14)
  1901. b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1902. b14.TextureId = ""
  1903. b14.MeshType = Enum.MeshType.FileMesh
  1904. b14.Name = "Mesh"
  1905. b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1906. p15 = Instance.new("Part", m3)
  1907. p15.BrickColor = BrickColor.new("Really black")
  1908. p15.Material = Enum.Material.Metal
  1909. 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)
  1910. p15.CanCollide = false
  1911. p15.Locked = true
  1912. p15.FormFactor = Enum.FormFactor.Custom
  1913. p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1914. b15 = Instance.new("SpecialMesh", p15)
  1915. b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1916. b15.TextureId = ""
  1917. b15.MeshType = Enum.MeshType.FileMesh
  1918. b15.Name = "Mesh"
  1919. b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1920. p16 = Instance.new("Part", m3)
  1921. p16.BrickColor = BrickColor.new("Really black")
  1922. p16.Material = Enum.Material.Metal
  1923. 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)
  1924. p16.CanCollide = false
  1925. p16.Locked = true
  1926. p16.FormFactor = Enum.FormFactor.Custom
  1927. p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1928. b16 = Instance.new("SpecialMesh", p16)
  1929. b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1930. b16.TextureId = ""
  1931. b16.MeshType = Enum.MeshType.FileMesh
  1932. b16.Name = "Mesh"
  1933. b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1934. p17 = Instance.new("Part", m3)
  1935. p17.BrickColor = BrickColor.new("Really black")
  1936. p17.Material = Enum.Material.Metal
  1937. 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)
  1938. p17.CanCollide = false
  1939. p17.Locked = true
  1940. p17.FormFactor = Enum.FormFactor.Custom
  1941. p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1942. b17 = Instance.new("SpecialMesh", p17)
  1943. b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1944. b17.TextureId = ""
  1945. b17.MeshType = Enum.MeshType.FileMesh
  1946. b17.Name = "Mesh"
  1947. b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1948. p18 = Instance.new("Part", m3)
  1949. p18.BrickColor = BrickColor.new("Really black")
  1950. p18.Material = Enum.Material.Metal
  1951. 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)
  1952. p18.CanCollide = false
  1953. p18.Locked = true
  1954. p18.FormFactor = Enum.FormFactor.Custom
  1955. p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1956. b18 = Instance.new("SpecialMesh", p18)
  1957. b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1958. b18.TextureId = ""
  1959. b18.MeshType = Enum.MeshType.FileMesh
  1960. b18.Name = "Mesh"
  1961. b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1962. p19 = Instance.new("Part", m3)
  1963. p19.BrickColor = BrickColor.new("Really black")
  1964. p19.Material = Enum.Material.Metal
  1965. 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)
  1966. p19.CanCollide = false
  1967. p19.Locked = true
  1968. p19.FormFactor = Enum.FormFactor.Custom
  1969. p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1970. b19 = Instance.new("SpecialMesh", p19)
  1971. b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1972. b19.TextureId = ""
  1973. b19.MeshType = Enum.MeshType.FileMesh
  1974. b19.Name = "Mesh"
  1975. b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1976. p20 = Instance.new("Part", m3)
  1977. p20.BrickColor = BrickColor.new("Really black")
  1978. p20.Material = Enum.Material.Metal
  1979. 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)
  1980. p20.CanCollide = false
  1981. p20.Locked = true
  1982. p20.FormFactor = Enum.FormFactor.Custom
  1983. p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1984. b20 = Instance.new("SpecialMesh", p20)
  1985. b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1986. b20.TextureId = ""
  1987. b20.MeshType = Enum.MeshType.FileMesh
  1988. b20.Name = "Mesh"
  1989. b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  1990. p21 = Instance.new("Part", m3)
  1991. p21.BrickColor = BrickColor.new("Really black")
  1992. p21.Material = Enum.Material.Metal
  1993. 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)
  1994. p21.CanCollide = false
  1995. p21.Locked = true
  1996. p21.FormFactor = Enum.FormFactor.Custom
  1997. p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  1998. b21 = Instance.new("SpecialMesh", p21)
  1999. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2000. b21.TextureId = ""
  2001. b21.MeshType = Enum.MeshType.FileMesh
  2002. b21.Name = "Mesh"
  2003. b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2004. p22 = Instance.new("Part", m3)
  2005. p22.BrickColor = BrickColor.new("Really black")
  2006. p22.Material = Enum.Material.Metal
  2007. 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)
  2008. p22.CanCollide = false
  2009. p22.Locked = true
  2010. p22.FormFactor = Enum.FormFactor.Custom
  2011. p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2012. b22 = Instance.new("SpecialMesh", p22)
  2013. b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2014. b22.TextureId = ""
  2015. b22.MeshType = Enum.MeshType.FileMesh
  2016. b22.Name = "Mesh"
  2017. b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2018. p23 = Instance.new("Part", m3)
  2019. p23.BrickColor = BrickColor.new("Really black")
  2020. p23.Material = Enum.Material.Metal
  2021. 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)
  2022. p23.CanCollide = false
  2023. p23.Locked = true
  2024. p23.FormFactor = Enum.FormFactor.Custom
  2025. p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2026. b23 = Instance.new("SpecialMesh", p23)
  2027. b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2028. b23.TextureId = ""
  2029. b23.MeshType = Enum.MeshType.FileMesh
  2030. b23.Name = "Mesh"
  2031. b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2032. p24 = Instance.new("Part", m3)
  2033. p24.BrickColor = BrickColor.new("Really black")
  2034. p24.Material = Enum.Material.Metal
  2035. 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)
  2036. p24.CanCollide = false
  2037. p24.Locked = true
  2038. p24.FormFactor = Enum.FormFactor.Custom
  2039. p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2040. b24 = Instance.new("SpecialMesh", p24)
  2041. b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2042. b24.TextureId = ""
  2043. b24.MeshType = Enum.MeshType.FileMesh
  2044. b24.Name = "Mesh"
  2045. b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2046. p25 = Instance.new("Part", m3)
  2047. p25.BrickColor = BrickColor.new("Really black")
  2048. p25.Material = Enum.Material.Metal
  2049. 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)
  2050. p25.CanCollide = false
  2051. p25.Locked = true
  2052. p25.FormFactor = Enum.FormFactor.Custom
  2053. p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2054. b25 = Instance.new("SpecialMesh", p25)
  2055. b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2056. b25.TextureId = ""
  2057. b25.MeshType = Enum.MeshType.FileMesh
  2058. b25.Name = "Mesh"
  2059. b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2060. p26 = Instance.new("Part", m3)
  2061. p26.BrickColor = BrickColor.new("Really black")
  2062. p26.Material = Enum.Material.Metal
  2063. 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)
  2064. p26.CanCollide = false
  2065. p26.Locked = true
  2066. p26.FormFactor = Enum.FormFactor.Custom
  2067. p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2068. b26 = Instance.new("SpecialMesh", p26)
  2069. b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2070. b26.TextureId = ""
  2071. b26.MeshType = Enum.MeshType.FileMesh
  2072. b26.Name = "Mesh"
  2073. b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2074. p27 = Instance.new("Part", m3)
  2075. p27.BrickColor = BrickColor.new("Really black")
  2076. p27.Material = Enum.Material.Metal
  2077. 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)
  2078. p27.CanCollide = false
  2079. p27.Locked = true
  2080. p27.FormFactor = Enum.FormFactor.Custom
  2081. p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2082. b27 = Instance.new("SpecialMesh", p27)
  2083. b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2084. b27.TextureId = ""
  2085. b27.MeshType = Enum.MeshType.FileMesh
  2086. b27.Name = "Mesh"
  2087. b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2088. p28 = Instance.new("Part", m3)
  2089. p28.BrickColor = BrickColor.new("Really black")
  2090. p28.Material = Enum.Material.Metal
  2091. 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)
  2092. p28.CanCollide = false
  2093. p28.Locked = true
  2094. p28.FormFactor = Enum.FormFactor.Custom
  2095. p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2096. b28 = Instance.new("SpecialMesh", p28)
  2097. b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2098. b28.TextureId = ""
  2099. b28.MeshType = Enum.MeshType.FileMesh
  2100. b28.Name = "Mesh"
  2101. b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2102. p29 = Instance.new("Part", m3)
  2103. p29.BrickColor = BrickColor.new("Really black")
  2104. p29.Material = Enum.Material.Metal
  2105. 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)
  2106. p29.CanCollide = false
  2107. p29.Locked = true
  2108. p29.FormFactor = Enum.FormFactor.Custom
  2109. p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2110. b29 = Instance.new("SpecialMesh", p29)
  2111. b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2112. b29.TextureId = ""
  2113. b29.MeshType = Enum.MeshType.FileMesh
  2114. b29.Name = "Mesh"
  2115. b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2116. p30 = Instance.new("Part", m3)
  2117. p30.BrickColor = BrickColor.new("Really black")
  2118. p30.Material = Enum.Material.Metal
  2119. 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)
  2120. p30.CanCollide = false
  2121. p30.Locked = true
  2122. p30.FormFactor = Enum.FormFactor.Custom
  2123. p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2124. b30 = Instance.new("SpecialMesh", p30)
  2125. b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2126. b30.TextureId = ""
  2127. b30.MeshType = Enum.MeshType.FileMesh
  2128. b30.Name = "Mesh"
  2129. b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2130. p31 = Instance.new("Part", m3)
  2131. p31.BrickColor = BrickColor.new("Really black")
  2132. p31.Material = Enum.Material.Metal
  2133. 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)
  2134. p31.CanCollide = false
  2135. p31.Locked = true
  2136. p31.FormFactor = Enum.FormFactor.Custom
  2137. p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2138. b31 = Instance.new("SpecialMesh", p31)
  2139. b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2140. b31.TextureId = ""
  2141. b31.MeshType = Enum.MeshType.FileMesh
  2142. b31.Name = "Mesh"
  2143. b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2144. p32 = Instance.new("Part", m3)
  2145. p32.BrickColor = BrickColor.new("Really black")
  2146. p32.Material = Enum.Material.Metal
  2147. 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)
  2148. p32.CanCollide = false
  2149. p32.Locked = true
  2150. p32.FormFactor = Enum.FormFactor.Custom
  2151. p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2152. b32 = Instance.new("SpecialMesh", p32)
  2153. b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2154. b32.TextureId = ""
  2155. b32.MeshType = Enum.MeshType.FileMesh
  2156. b32.Name = "Mesh"
  2157. b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2158. p33 = Instance.new("Part", m3)
  2159. p33.BrickColor = BrickColor.new("Really black")
  2160. p33.Material = Enum.Material.Metal
  2161. 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)
  2162. p33.CanCollide = false
  2163. p33.Locked = true
  2164. p33.FormFactor = Enum.FormFactor.Custom
  2165. p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2166. b33 = Instance.new("SpecialMesh", p33)
  2167. b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2168. b33.TextureId = ""
  2169. b33.MeshType = Enum.MeshType.FileMesh
  2170. b33.Name = "Mesh"
  2171. b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2172. p34 = Instance.new("Part", m3)
  2173. p34.BrickColor = BrickColor.new("Really black")
  2174. p34.Material = Enum.Material.Metal
  2175. p34.Name = "Connection"
  2176. 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)
  2177. p34.CanCollide = false
  2178. p34.Locked = true
  2179. p34.FormFactor = Enum.FormFactor.Custom
  2180. p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2181. b34 = Instance.new("SpecialMesh", p34)
  2182. b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2183. b34.TextureId = ""
  2184. b34.MeshType = Enum.MeshType.FileMesh
  2185. b34.Name = "Mesh"
  2186. b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2187. p35 = Instance.new("Part", m3)
  2188. p35.BrickColor = BrickColor.new("Really black")
  2189. p35.Material = Enum.Material.Metal
  2190. 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)
  2191. p35.CanCollide = false
  2192. p35.Locked = true
  2193. p35.FormFactor = Enum.FormFactor.Custom
  2194. p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2195. b35 = Instance.new("SpecialMesh", p35)
  2196. b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2197. b35.TextureId = ""
  2198. b35.MeshType = Enum.MeshType.FileMesh
  2199. b35.Name = "Mesh"
  2200. b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2201. p36 = Instance.new("Part", m3)
  2202. p36.BrickColor = BrickColor.new("Really black")
  2203. p36.Material = Enum.Material.Metal
  2204. 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)
  2205. p36.CanCollide = false
  2206. p36.Locked = true
  2207. p36.FormFactor = Enum.FormFactor.Custom
  2208. p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  2209. b36 = Instance.new("SpecialMesh", p36)
  2210. b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
  2211. b36.TextureId = ""
  2212. b36.MeshType = Enum.MeshType.FileMesh
  2213. b36.Name = "Mesh"
  2214. b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
  2215. w1 = Instance.new("Weld", p2)
  2216. w1.Name = "Joint"
  2217. w1.Part0 = p2
  2218. 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)
  2219. w1.Part1 = p18
  2220. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2221. w2 = Instance.new("Weld", p3)
  2222. w2.Name = "Joint"
  2223. w2.Part0 = p3
  2224. w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2225. w2.Part1 = p1
  2226. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2227. w3 = Instance.new("Weld", p4)
  2228. w3.Name = "Joint"
  2229. w3.Part0 = p4
  2230. w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2231. w3.Part1 = p1
  2232. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2233. w4 = Instance.new("Weld", p5)
  2234. w4.Name = "Joint"
  2235. w4.Part0 = p5
  2236. 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)
  2237. w4.Part1 = p7
  2238. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2239. w5 = Instance.new("Weld", p6)
  2240. w5.Name = "Joint"
  2241. w5.Part0 = p6
  2242. 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)
  2243. w5.Part1 = p7
  2244. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2245. w6 = Instance.new("Weld", p7)
  2246. w6.Name = "Joint"
  2247. w6.Part0 = p7
  2248. 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)
  2249. w6.Part1 = p1
  2250. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2251. w7 = Instance.new("Weld", p8)
  2252. w7.Name = "Joint"
  2253. w7.Part0 = p8
  2254. w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2255. w7.Part1 = p1
  2256. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2257. w8 = Instance.new("Weld", p9)
  2258. w8.Name = "Joint"
  2259. w8.Part0 = p9
  2260. w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2261. w8.Part1 = p1
  2262. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2263. w9 = Instance.new("Weld", p10)
  2264. w9.Name = "Joint"
  2265. w9.Part0 = p10
  2266. w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
  2267. w9.Part1 = p1
  2268. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2269. w10 = Instance.new("Weld", p11)
  2270. w10.Name = "Joint"
  2271. w10.Part0 = p11
  2272. 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)
  2273. w10.Part1 = p19
  2274. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2275. w11 = Instance.new("Weld", p12)
  2276. w11.Name = "Joint"
  2277. w11.Part0 = p12
  2278. 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)
  2279. w11.Part1 = p1
  2280. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2281. w12 = Instance.new("Weld", p13)
  2282. w12.Name = "Joint"
  2283. w12.Part0 = p13
  2284. 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)
  2285. w12.Part1 = p35
  2286. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2287. w13 = Instance.new("Weld", p14)
  2288. w13.Name = "Joint"
  2289. w13.Part0 = p14
  2290. 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)
  2291. w13.Part1 = p34
  2292. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2293. w14 = Instance.new("Weld", p15)
  2294. w14.Name = "Joint"
  2295. w14.Part0 = p15
  2296. 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)
  2297. w14.Part1 = p16
  2298. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2299. w15 = Instance.new("Weld", p16)
  2300. w15.Name = "Joint"
  2301. w15.Part0 = p16
  2302. 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)
  2303. w15.Part1 = p20
  2304. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2305. w16 = Instance.new("Weld", p17)
  2306. w16.Name = "Joint"
  2307. w16.Part0 = p17
  2308. 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)
  2309. w16.Part1 = p14
  2310. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2311. w17 = Instance.new("Weld", p18)
  2312. w17.Name = "Joint"
  2313. w17.Part0 = p18
  2314. 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)
  2315. w17.Part1 = p17
  2316. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2317. w18 = Instance.new("Weld", p19)
  2318. w18.Name = "Joint"
  2319. w18.Part0 = p19
  2320. 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)
  2321. w18.Part1 = p21
  2322. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2323. w19 = Instance.new("Weld", p20)
  2324. w19.Name = "Joint"
  2325. w19.Part0 = p20
  2326. 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)
  2327. w19.Part1 = p11
  2328. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2329. w20 = Instance.new("Weld", p21)
  2330. w20.Name = "Joint"
  2331. w20.Part0 = p21
  2332. 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)
  2333. w20.Part1 = p22
  2334. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2335. w21 = Instance.new("Weld", p22)
  2336. w21.Name = "Joint"
  2337. w21.Part0 = p22
  2338. 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)
  2339. w21.Part1 = p23
  2340. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2341. w22 = Instance.new("Weld", p23)
  2342. w22.Name = "Joint"
  2343. w22.Part0 = p23
  2344. 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)
  2345. w22.Part1 = p24
  2346. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2347. w23 = Instance.new("Weld", p24)
  2348. w23.Name = "Joint"
  2349. w23.Part0 = p24
  2350. 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)
  2351. w23.Part1 = p25
  2352. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2353. w24 = Instance.new("Weld", p25)
  2354. w24.Name = "Joint"
  2355. w24.Part0 = p25
  2356. 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)
  2357. w24.Part1 = p26
  2358. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2359. w25 = Instance.new("Weld", p26)
  2360. w25.Name = "Joint"
  2361. w25.Part0 = p26
  2362. 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)
  2363. w25.Part1 = p27
  2364. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2365. w26 = Instance.new("Weld", p27)
  2366. w26.Name = "Joint"
  2367. w26.Part0 = p27
  2368. 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)
  2369. w26.Part1 = p28
  2370. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2371. w27 = Instance.new("Weld", p28)
  2372. w27.Name = "Joint"
  2373. w27.Part0 = p28
  2374. 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)
  2375. w27.Part1 = p29
  2376. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2377. w28 = Instance.new("Weld", p29)
  2378. w28.Name = "Joint"
  2379. w28.Part0 = p29
  2380. 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)
  2381. w28.Part1 = p30
  2382. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2383. w29 = Instance.new("Weld", p30)
  2384. w29.Name = "Joint"
  2385. w29.Part0 = p30
  2386. 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)
  2387. w29.Part1 = p31
  2388. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2389. w30 = Instance.new("Weld", p31)
  2390. w30.Name = "Joint"
  2391. w30.Part0 = p31
  2392. 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)
  2393. w30.Part1 = p32
  2394. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2395. w31 = Instance.new("Weld", p32)
  2396. w31.Name = "Joint"
  2397. w31.Part0 = p32
  2398. 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)
  2399. w31.Part1 = p33
  2400. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2401. w32 = Instance.new("Weld", p33)
  2402. w32.Name = "Joint"
  2403. w32.Part0 = p33
  2404. 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)
  2405. w32.Part1 = p13
  2406. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2407. w33 = Instance.new("Weld", p34)
  2408. w33.Name = "Joint"
  2409. w33.Part0 = p34
  2410. 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)
  2411. w33.Part1 = p12
  2412. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2413. w34 = Instance.new("Weld", p35)
  2414. w34.Name = "Joint"
  2415. w34.Part0 = p35
  2416. 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)
  2417. w34.Part1 = p36
  2418. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2419. w35 = Instance.new("Weld", p36)
  2420. w35.Name = "Joint"
  2421. w35.Part0 = p36
  2422. 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)
  2423. w35.Part1 = p2
  2424. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2425. m3.Parent = torso
  2426. m3:MakeJoints()
  2427. ----------------------------------------------------
  2428. local cor3 = Instance.new("Part", torso.Torso)
  2429. cor3.Name = "Thingy"
  2430. cor3.Locked = true
  2431. cor3.BottomSurface = 0
  2432. cor3.CanCollide = false
  2433. cor3.Size = Vector3.new(1, 1, 1)
  2434. cor3.Transparency = 1
  2435. cor3.TopSurface = 0
  2436. corw3 = Instance.new("Weld", cor3)
  2437. corw3.Part0 = torso
  2438. corw3.Part1 = cor3
  2439. corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2440. corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2441. weld3 = Instance.new("Weld", torso.Torso)
  2442. weld3.Part0 = cor3
  2443. weld3.Part1 = torso.Torso.TorsoPlate
  2444. weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2445. --Left Leg
  2446. m4 = Instance.new("Model")
  2447. m4.Name = "LeftLeg"
  2448. p1 = Instance.new("Part", m4)
  2449. p1.BrickColor = BrickColor.new("Really black")
  2450. p1.Material = Enum.Material.Metal
  2451. p1.Name = "LeftLegPlate"
  2452. p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2453. p1.Anchored = false
  2454. p1.CanCollide = false
  2455. p1.FormFactor = Enum.FormFactor.Custom
  2456. p1.Size = Vector3.new(1, 2, 1)
  2457. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2458. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2459. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2462. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. b1 = Instance.new("SpecialMesh", p1)
  2464. b1.MeshType = Enum.MeshType.Brick
  2465. b1.Name = "Mesh"
  2466. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2467. p2 = Instance.new("Part", m4)
  2468. p2.BrickColor = BrickColor.new("Really black")
  2469. p2.Material = Enum.Material.Metal
  2470. p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2471. p2.Anchored = false
  2472. p2.CanCollide = false
  2473. p2.FormFactor = Enum.FormFactor.Custom
  2474. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2475. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2476. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2477. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2478. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2479. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2480. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2481. b2 = Instance.new("SpecialMesh", p2)
  2482. b2.MeshType = Enum.MeshType.Brick
  2483. b2.Name = "Mesh"
  2484. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2485. p3 = Instance.new("Part", m4)
  2486. p3.BrickColor = BrickColor.new("Really black")
  2487. p3.Material = Enum.Material.Metal
  2488. p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2489. p3.Anchored = false
  2490. p3.CanCollide = false
  2491. p3.FormFactor = Enum.FormFactor.Custom
  2492. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2493. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2494. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2495. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2496. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2497. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2498. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2499. b3 = Instance.new("SpecialMesh", p3)
  2500. b3.MeshType = Enum.MeshType.Brick
  2501. b3.Name = "Mesh"
  2502. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2503. p4 = Instance.new("Part", m4)
  2504. p4.BrickColor = BrickColor.new("Black")
  2505. p4.Material = Enum.Material.Metal
  2506. p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2507. p4.Anchored = false
  2508. p4.CanCollide = false
  2509. p4.FormFactor = Enum.FormFactor.Custom
  2510. p4.Size = Vector3.new(1, 2, 0.200000018)
  2511. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2512. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2513. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2514. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2515. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2516. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2517. b4 = Instance.new("SpecialMesh", p4)
  2518. b4.MeshType = Enum.MeshType.Brick
  2519. b4.Name = "Mesh"
  2520. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2521. p5 = Instance.new("Part", m4)
  2522. p5.BrickColor = BrickColor.new("Black")
  2523. p5.Material = Enum.Material.Metal
  2524. p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2525. p5.Anchored = false
  2526. p5.CanCollide = false
  2527. p5.FormFactor = Enum.FormFactor.Custom
  2528. p5.Size = Vector3.new(1, 2, 0.200000018)
  2529. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2530. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2531. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2532. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2533. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2534. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2535. b5 = Instance.new("SpecialMesh", p5)
  2536. b5.MeshType = Enum.MeshType.Brick
  2537. b5.Name = "Mesh"
  2538. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2539. p6 = Instance.new("Part", m4)
  2540. p6.BrickColor = BrickColor.new("Black")
  2541. p6.Material = Enum.Material.Metal
  2542. p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2543. p6.Anchored = false
  2544. p6.CanCollide = false
  2545. p6.FormFactor = Enum.FormFactor.Custom
  2546. p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
  2547. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2548. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2550. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2551. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2553. b6 = Instance.new("SpecialMesh", p6)
  2554. b6.MeshType = Enum.MeshType.Brick
  2555. b6.Name = "Mesh"
  2556. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2557. p7 = Instance.new("Part", m4)
  2558. p7.BrickColor = BrickColor.new("Black")
  2559. p7.Material = Enum.Material.Metal
  2560. p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2561. p7.Anchored = false
  2562. p7.CanCollide = false
  2563. p7.FormFactor = Enum.FormFactor.Custom
  2564. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2565. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2566. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2570. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2571. b7 = Instance.new("SpecialMesh", p7)
  2572. b7.MeshType = Enum.MeshType.Brick
  2573. b7.Name = "Mesh"
  2574. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2575. w1 = Instance.new("Weld", p2)
  2576. w1.Name = "Joint"
  2577. w1.Part0 = p2
  2578. w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2579. w1.Part1 = p3
  2580. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2581. w2 = Instance.new("Weld", p3)
  2582. w2.Name = "Joint"
  2583. w2.Part0 = p3
  2584. w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2585. w2.Part1 = p5
  2586. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2587. w3 = Instance.new("Weld", p4)
  2588. w3.Name = "Joint"
  2589. w3.Part0 = p4
  2590. w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2591. w3.Part1 = p1
  2592. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2593. w4 = Instance.new("Weld", p5)
  2594. w4.Name = "Joint"
  2595. w4.Part0 = p5
  2596. w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2597. w4.Part1 = p1
  2598. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2599. w5 = Instance.new("Weld", p6)
  2600. w5.Name = "Joint"
  2601. w5.Part0 = p6
  2602. w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2603. w5.Part1 = p1
  2604. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2605. w6 = Instance.new("Weld", p7)
  2606. w6.Name = "Joint"
  2607. w6.Part0 = p7
  2608. w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2609. w6.Part1 = p1
  2610. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2611. m4.Parent = lleg
  2612. m4:MakeJoints()
  2613. ----------------------------------------------------
  2614. local cor4 = Instance.new("Part", lleg.LeftLeg)
  2615. cor4.Name = "Thingy"
  2616. cor4.Locked = true
  2617. cor4.BottomSurface = 0
  2618. cor4.CanCollide = false
  2619. cor4.Size = Vector3.new(1, 1, 1)
  2620. cor4.Transparency = 1
  2621. cor4.TopSurface = 0
  2622. corw4 = Instance.new("Weld", cor4)
  2623. corw4.Part0 = lleg
  2624. corw4.Part1 = cor4
  2625. corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2626. corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2627. weld4 = Instance.new("Weld", lleg.LeftLeg)
  2628. weld4.Part0 = cor4
  2629. weld4.Part1 = lleg.LeftLeg.LeftLegPlate
  2630. weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2631. --Right Leg
  2632. m5 = Instance.new("Model")
  2633. m5.Name = "RightLeg"
  2634. p1 = Instance.new("Part", m5)
  2635. p1.BrickColor = BrickColor.new("Really black")
  2636. p1.Material = Enum.Material.Metal
  2637. p1.Name = "RightLegPlate"
  2638. p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2639. p1.Anchored = false
  2640. p1.CanCollide = false
  2641. p1.CanCollide = false
  2642. p1.FormFactor = Enum.FormFactor.Custom
  2643. p1.Size = Vector3.new(1, 2, 1)
  2644. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2645. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2646. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2647. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2648. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2649. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. b1 = Instance.new("SpecialMesh", p1)
  2651. b1.MeshType = Enum.MeshType.Brick
  2652. b1.Name = "Mesh"
  2653. b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2654. p2 = Instance.new("Part", m5)
  2655. p2.BrickColor = BrickColor.new("Really black")
  2656. p2.Material = Enum.Material.Metal
  2657. p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2658. p2.Anchored = false
  2659. p2.CanCollide = false
  2660. p2.FormFactor = Enum.FormFactor.Custom
  2661. p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
  2662. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2663. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2664. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2665. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2666. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2667. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2668. b2 = Instance.new("SpecialMesh", p2)
  2669. b2.MeshType = Enum.MeshType.Brick
  2670. b2.Name = "Mesh"
  2671. b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2672. p3 = Instance.new("Part", m5)
  2673. p3.BrickColor = BrickColor.new("Really black")
  2674. p3.Material = Enum.Material.Metal
  2675. p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2676. p3.Anchored = false
  2677. p3.CanCollide = false
  2678. p3.FormFactor = Enum.FormFactor.Custom
  2679. p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
  2680. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2681. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2682. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2683. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2684. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2685. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2686. b3 = Instance.new("SpecialMesh", p3)
  2687. b3.MeshType = Enum.MeshType.Brick
  2688. b3.Name = "Mesh"
  2689. b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
  2690. p4 = Instance.new("Part", m5)
  2691. p4.BrickColor = BrickColor.new("Black")
  2692. p4.Material = Enum.Material.Metal
  2693. p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2694. p4.Anchored = false
  2695. p4.CanCollide = false
  2696. p4.FormFactor = Enum.FormFactor.Custom
  2697. p4.Size = Vector3.new(1, 2, 0.200000018)
  2698. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2699. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2700. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2701. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2702. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2703. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2704. b4 = Instance.new("SpecialMesh", p4)
  2705. b4.MeshType = Enum.MeshType.Brick
  2706. b4.Name = "Mesh"
  2707. b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2708. p5 = Instance.new("Part", m5)
  2709. p5.BrickColor = BrickColor.new("Black")
  2710. p5.Material = Enum.Material.Metal
  2711. p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2712. p5.Anchored = false
  2713. p5.CanCollide = false
  2714. p5.FormFactor = Enum.FormFactor.Custom
  2715. p5.Size = Vector3.new(1, 2, 0.200000018)
  2716. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2717. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2718. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2719. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2720. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2721. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2722. b5 = Instance.new("SpecialMesh", p5)
  2723. b5.MeshType = Enum.MeshType.Brick
  2724. b5.Name = "Mesh"
  2725. b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2726. p6 = Instance.new("Part", m5)
  2727. p6.BrickColor = BrickColor.new("Black")
  2728. p6.Material = Enum.Material.Metal
  2729. p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2730. p6.Anchored = false
  2731. p6.CanCollide = false
  2732. p6.FormFactor = Enum.FormFactor.Custom
  2733. p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2734. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2735. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2736. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2737. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2738. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2739. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2740. b6 = Instance.new("SpecialMesh", p6)
  2741. b6.MeshType = Enum.MeshType.Brick
  2742. b6.Name = "Mesh"
  2743. b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2744. p7 = Instance.new("Part", m5)
  2745. p7.BrickColor = BrickColor.new("Black")
  2746. p7.Material = Enum.Material.Metal
  2747. p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2748. p7.Anchored = false
  2749. p7.CanCollide = false
  2750. p7.FormFactor = Enum.FormFactor.Custom
  2751. p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
  2752. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2753. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2754. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2755. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2756. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2757. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2758. b7 = Instance.new("SpecialMesh", p7)
  2759. b7.MeshType = Enum.MeshType.Brick
  2760. b7.Name = "Mesh"
  2761. b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
  2762. w1 = Instance.new("Weld", p2)
  2763. w1.Name = "Joint"
  2764. w1.Part0 = p2
  2765. w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2766. w1.Part1 = p3
  2767. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2768. w2 = Instance.new("Weld", p3)
  2769. w2.Name = "Joint"
  2770. w2.Part0 = p3
  2771. w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
  2772. w2.Part1 = p5
  2773. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2774. w3 = Instance.new("Weld", p4)
  2775. w3.Name = "Joint"
  2776. w3.Part0 = p4
  2777. w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2778. w3.Part1 = p1
  2779. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2780. w4 = Instance.new("Weld", p5)
  2781. w4.Name = "Joint"
  2782. w4.Part0 = p5
  2783. w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2784. w4.Part1 = p1
  2785. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2786. w5 = Instance.new("Weld", p6)
  2787. w5.Name = "Joint"
  2788. w5.Part0 = p6
  2789. w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2790. w5.Part1 = p1
  2791. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2792. w6 = Instance.new("Weld", p7)
  2793. w6.Name = "Joint"
  2794. w6.Part0 = p7
  2795. w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
  2796. w6.Part1 = p1
  2797. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2798. m5.Parent = rleg
  2799. m5:MakeJoints()
  2800. ----------------------------------------------------
  2801. local cor5 = Instance.new("Part", rleg.RightLeg)
  2802. cor5.Name = "Thingy"
  2803. cor5.Locked = true
  2804. cor5.BottomSurface = 0
  2805. cor5.CanCollide = false
  2806. cor5.Size = Vector3.new(1, 1, 1)
  2807. cor5.Transparency = 1
  2808. cor5.TopSurface = 0
  2809. corw5 = Instance.new("Weld", cor5)
  2810. corw5.Part0 = rleg
  2811. corw5.Part1 = cor5
  2812. corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2813. corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2814. wld5 = Instance.new("Weld", rleg.RightLeg)
  2815. wld5.Part0 = cor5
  2816. wld5.Part1 = rleg.RightLeg.RightLegPlate
  2817. wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2818. --Cape
  2819. m6 = Instance.new("Model")
  2820. m6.Name = "Cloak"
  2821. p1 = Instance.new("WedgePart", m6)
  2822. p1.BrickColor = BrickColor.new("Crimson")
  2823. p1.Material = Enum.Material.SmoothPlastic
  2824. p1.Name = "Wedge"
  2825. p1.Transparency = 1
  2826. p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2827. p1.CanCollide = false
  2828. p1.Locked = true
  2829. p1.FormFactor = Enum.FormFactor.Custom
  2830. p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2831. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2832. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2833. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2834. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2835. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2836. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. b1 = Instance.new("SpecialMesh", p1)
  2838. b1.MeshType = Enum.MeshType.Wedge
  2839. b1.Name = "Mesh"
  2840. b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2841. p2 = Instance.new("WedgePart", m6)
  2842. p2.BrickColor = BrickColor.new("Black")
  2843. p2.Material = Enum.Material.SmoothPlastic
  2844. p2.Name = "Wedge"
  2845. p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  2846. p2.CanCollide = false
  2847. p2.Locked = true
  2848. p2.FormFactor = Enum.FormFactor.Custom
  2849. p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2850. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2851. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2852. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2853. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2854. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2855. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2856. b2 = Instance.new("SpecialMesh", p2)
  2857. b2.MeshType = Enum.MeshType.Wedge
  2858. b2.Name = "Mesh"
  2859. b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2860. p3 = Instance.new("Part", m6)
  2861. p3.BrickColor = BrickColor.new("Black")
  2862. p3.Material = Enum.Material.SmoothPlastic
  2863. p3.Name = "CapeLevel2"
  2864. p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2865. p3.CanCollide = false
  2866. p3.Locked = true
  2867. p3.FormFactor = Enum.FormFactor.Custom
  2868. p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
  2869. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2870. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2871. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2872. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2873. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2875. b3 = Instance.new("BlockMesh", p3)
  2876. b3.Name = "Mesh"
  2877. b3.Scale = Vector3.new(1, 1, 0.602178097)
  2878. p4 = Instance.new("Part", m6)
  2879. p4.BrickColor = BrickColor.new("Black")
  2880. p4.Material = Enum.Material.SmoothPlastic
  2881. p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2882. p4.CanCollide = false
  2883. p4.Locked = true
  2884. p4.FormFactor = Enum.FormFactor.Custom
  2885. p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2886. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2887. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2888. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2890. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2891. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2892. b4 = Instance.new("BlockMesh", p4)
  2893. b4.Name = "Mesh"
  2894. b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2895. p5 = Instance.new("Part", m6)
  2896. p5.BrickColor = BrickColor.new("Black")
  2897. p5.Material = Enum.Material.SmoothPlastic
  2898. p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2899. p5.CanCollide = false
  2900. p5.Locked = true
  2901. p5.FormFactor = Enum.FormFactor.Custom
  2902. p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2903. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2904. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2905. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2906. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2907. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2908. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2909. b5 = Instance.new("BlockMesh", p5)
  2910. b5.Name = "Mesh"
  2911. b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2912. p6 = Instance.new("Part", m6)
  2913. p6.BrickColor = BrickColor.new("Black")
  2914. p6.Material = Enum.Material.SmoothPlastic
  2915. p6.Name = "CapeLevel1"
  2916. p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2917. p6.CanCollide = false
  2918. p6.Locked = true
  2919. p6.FormFactor = Enum.FormFactor.Custom
  2920. p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
  2921. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2922. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2923. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2924. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2925. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2926. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2927. b6 = Instance.new("BlockMesh", p6)
  2928. b6.Name = "Mesh"
  2929. b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  2930. p7 = Instance.new("Part", m6)
  2931. p7.BrickColor = BrickColor.new("Black")
  2932. p7.Material = Enum.Material.SmoothPlastic
  2933. p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2934. p7.CanCollide = false
  2935. p7.Locked = true
  2936. p7.FormFactor = Enum.FormFactor.Custom
  2937. p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2938. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2939. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2940. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2941. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2942. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2943. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2944. b7 = Instance.new("BlockMesh", p7)
  2945. b7.Name = "Mesh"
  2946. b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2947. p8 = Instance.new("Part", m6)
  2948. p8.BrickColor = BrickColor.new("Black")
  2949. p8.Material = Enum.Material.SmoothPlastic
  2950. p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2951. p8.CanCollide = false
  2952. p8.Locked = true
  2953. p8.FormFactor = Enum.FormFactor.Custom
  2954. p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  2955. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2956. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2957. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2958. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2959. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2960. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2961. b8 = Instance.new("BlockMesh", p8)
  2962. b8.Name = "Mesh"
  2963. b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  2964. p9 = Instance.new("Part", m6)
  2965. p9.BrickColor = BrickColor.new("Black")
  2966. p9.Material = Enum.Material.SmoothPlastic
  2967. p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2968. p9.CanCollide = false
  2969. p9.Locked = true
  2970. p9.FormFactor = Enum.FormFactor.Custom
  2971. p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
  2972. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2974. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2975. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2976. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2977. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2978. b9 = Instance.new("BlockMesh", p9)
  2979. b9.Name = "Mesh"
  2980. b9.Scale = Vector3.new(1, 1, 0.602178097)
  2981. p10 = Instance.new("Part", m6)
  2982. p10.BrickColor = BrickColor.new("Black")
  2983. p10.Material = Enum.Material.SmoothPlastic
  2984. p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2985. p10.CanCollide = false
  2986. p10.Locked = true
  2987. p10.FormFactor = Enum.FormFactor.Custom
  2988. p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  2989. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2990. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2991. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2992. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2993. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2994. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. b10 = Instance.new("BlockMesh", p10)
  2996. b10.Name = "Mesh"
  2997. b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  2998. p11 = Instance.new("Part", m6)
  2999. p11.BrickColor = BrickColor.new("Black")
  3000. p11.Material = Enum.Material.SmoothPlastic
  3001. p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3002. p11.CanCollide = false
  3003. p11.Locked = true
  3004. p11.FormFactor = Enum.FormFactor.Custom
  3005. p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3006. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3007. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3008. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3010. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3011. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3012. b11 = Instance.new("BlockMesh", p11)
  3013. b11.Name = "Mesh"
  3014. b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3015. p12 = Instance.new("Part", m6)
  3016. p12.BrickColor = BrickColor.new("Black")
  3017. p12.Material = Enum.Material.SmoothPlastic
  3018. p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3019. p12.CanCollide = false
  3020. p12.Locked = true
  3021. p12.FormFactor = Enum.FormFactor.Custom
  3022. p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3023. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3024. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3025. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3026. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3027. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. b12 = Instance.new("BlockMesh", p12)
  3030. b12.Name = "Mesh"
  3031. b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3032. p13 = Instance.new("Part", m6)
  3033. p13.BrickColor = BrickColor.new("Black")
  3034. p13.Material = Enum.Material.SmoothPlastic
  3035. p13.Name = "BottomLeftFlap"
  3036. p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3037. p13.CanCollide = false
  3038. p13.Locked = true
  3039. p13.FormFactor = Enum.FormFactor.Custom
  3040. p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3041. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3043. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3045. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3046. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3047. b13 = Instance.new("BlockMesh", p13)
  3048. b13.Name = "Mesh"
  3049. b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3050. p14 = Instance.new("Part", m6)
  3051. p14.BrickColor = BrickColor.new("Black")
  3052. p14.Material = Enum.Material.SmoothPlastic
  3053. p14.Transparency = 1
  3054. p14.Name = "Rotater"
  3055. p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3056. p14.CanCollide = false
  3057. p14.Locked = true
  3058. p14.FormFactor = Enum.FormFactor.Custom
  3059. p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
  3060. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3061. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3062. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3063. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3064. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3065. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3066. b14 = Instance.new("BlockMesh", p14)
  3067. b14.Name = "Mesh"
  3068. b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
  3069. p15 = Instance.new("Part", m6)
  3070. p15.BrickColor = BrickColor.new("Black")
  3071. p15.Material = Enum.Material.SmoothPlastic
  3072. p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3073. p15.CanCollide = false
  3074. p15.Locked = true
  3075. p15.FormFactor = Enum.FormFactor.Custom
  3076. p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3077. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3078. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3079. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3080. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3081. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3082. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3083. b15 = Instance.new("BlockMesh", p15)
  3084. b15.Name = "Mesh"
  3085. b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3086. p16 = Instance.new("Part", m6)
  3087. p16.BrickColor = BrickColor.new("Black")
  3088. p16.Material = Enum.Material.SmoothPlastic
  3089. p16.Name = "BottomCenterFlap"
  3090. p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3091. p16.CanCollide = false
  3092. p16.Locked = true
  3093. p16.FormFactor = Enum.FormFactor.Custom
  3094. p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
  3095. p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3096. p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3097. p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3098. p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3099. p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3100. p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3101. b16 = Instance.new("BlockMesh", p16)
  3102. b16.Name = "Mesh"
  3103. b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3104. p17 = Instance.new("Part", m6)
  3105. p17.BrickColor = BrickColor.new("Black")
  3106. p17.Material = Enum.Material.SmoothPlastic
  3107. p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3108. p17.CanCollide = false
  3109. p17.Locked = true
  3110. p17.FormFactor = Enum.FormFactor.Custom
  3111. p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3112. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3113. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3116. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3117. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3118. b17 = Instance.new("BlockMesh", p17)
  3119. b17.Name = "Mesh"
  3120. b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3121. p18 = Instance.new("Part", m6)
  3122. p18.BrickColor = BrickColor.new("Black")
  3123. p18.Material = Enum.Material.SmoothPlastic
  3124. p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3125. p18.CanCollide = false
  3126. p18.Locked = true
  3127. p18.FormFactor = Enum.FormFactor.Custom
  3128. p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3129. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3131. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3132. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3134. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3135. b18 = Instance.new("BlockMesh", p18)
  3136. b18.Name = "Mesh"
  3137. b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3138. p19 = Instance.new("WedgePart", m6)
  3139. p19.BrickColor = BrickColor.new("Crimson")
  3140. p19.Name = "Wedge"
  3141. p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3142. p19.CanCollide = false
  3143. p19.Locked = true
  3144. p19.FormFactor = Enum.FormFactor.Custom
  3145. p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3146. p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3147. p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3148. p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3149. p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3150. p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3151. p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3152. b19 = Instance.new("SpecialMesh", p19)
  3153. b19.MeshType = Enum.MeshType.Wedge
  3154. b19.Name = "Mesh"
  3155. b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3156. p20 = Instance.new("Part", m6)
  3157. p20.BrickColor = BrickColor.new("Black")
  3158. p20.Material = Enum.Material.SmoothPlastic
  3159. p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3160. p20.CanCollide = false
  3161. p20.Locked = true
  3162. p20.FormFactor = Enum.FormFactor.Custom
  3163. p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3164. p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3167. p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3168. p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3169. p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3170. b20 = Instance.new("BlockMesh", p20)
  3171. b20.Name = "Mesh"
  3172. b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3173. p21 = Instance.new("Part", m6)
  3174. p21.BrickColor = BrickColor.new("Black")
  3175. p21.Material = Enum.Material.SmoothPlastic
  3176. p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3177. p21.CanCollide = false
  3178. p21.Locked = true
  3179. p21.FormFactor = Enum.FormFactor.Custom
  3180. p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3181. p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3185. p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3186. p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3187. b21 = Instance.new("BlockMesh", p21)
  3188. b21.Name = "Mesh"
  3189. b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3190. p22 = Instance.new("WedgePart", m6)
  3191. p22.BrickColor = BrickColor.new("Crimson")
  3192. p22.Name = "Wedge"
  3193. p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3194. p22.CanCollide = false
  3195. p22.Locked = true
  3196. p22.FormFactor = Enum.FormFactor.Custom
  3197. p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3198. p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3203. p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3204. b22 = Instance.new("SpecialMesh", p22)
  3205. b22.MeshType = Enum.MeshType.Wedge
  3206. b22.Name = "Mesh"
  3207. b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3208. p23 = Instance.new("WedgePart", m6)
  3209. p23.BrickColor = BrickColor.new("Crimson")
  3210. p23.Material = Enum.Material.SmoothPlastic
  3211. p23.Name = "Wedge"
  3212. p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3213. p23.CanCollide = false
  3214. p23.Locked = true
  3215. p23.FormFactor = Enum.FormFactor.Custom
  3216. p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3217. p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3221. p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3222. p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3223. b23 = Instance.new("SpecialMesh", p23)
  3224. b23.MeshType = Enum.MeshType.Wedge
  3225. b23.Name = "Mesh"
  3226. b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3227. p24 = Instance.new("WedgePart", m6)
  3228. p24.BrickColor = BrickColor.new("Black")
  3229. p24.Material = Enum.Material.SmoothPlastic
  3230. p24.Name = "Wedge"
  3231. p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3232. p24.CanCollide = false
  3233. p24.Locked = true
  3234. p24.FormFactor = Enum.FormFactor.Custom
  3235. p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3236. p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3237. p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3238. p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3239. p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3240. p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. b24 = Instance.new("SpecialMesh", p24)
  3243. b24.MeshType = Enum.MeshType.Wedge
  3244. b24.Name = "Mesh"
  3245. b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3246. p25 = Instance.new("WedgePart", m6)
  3247. p25.BrickColor = BrickColor.new("Crimson")
  3248. p25.Name = "Wedge"
  3249. p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3250. p25.CanCollide = false
  3251. p25.Locked = true
  3252. p25.FormFactor = Enum.FormFactor.Custom
  3253. p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3254. p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3255. p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3258. p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. b25 = Instance.new("SpecialMesh", p25)
  3261. b25.MeshType = Enum.MeshType.Wedge
  3262. b25.Name = "Mesh"
  3263. b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  3264. p26 = Instance.new("WedgePart", m6)
  3265. p26.BrickColor = BrickColor.new("Black")
  3266. p26.Material = Enum.Material.SmoothPlastic
  3267. p26.Name = "Wedge"
  3268. p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3269. p26.CanCollide = false
  3270. p26.Locked = true
  3271. p26.FormFactor = Enum.FormFactor.Custom
  3272. p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3273. p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3274. p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. b26 = Instance.new("SpecialMesh", p26)
  3280. b26.MeshType = Enum.MeshType.Wedge
  3281. b26.Name = "Mesh"
  3282. b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3283. p27 = Instance.new("Part", m6)
  3284. p27.BrickColor = BrickColor.new("Black")
  3285. p27.Material = Enum.Material.SmoothPlastic
  3286. p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3287. p27.CanCollide = false
  3288. p27.Locked = true
  3289. p27.FormFactor = Enum.FormFactor.Custom
  3290. p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3291. p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3292. p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3293. p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. b27 = Instance.new("BlockMesh", p27)
  3298. b27.Name = "Mesh"
  3299. b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3300. p28 = Instance.new("WedgePart", m6)
  3301. p28.BrickColor = BrickColor.new("Black")
  3302. p28.Material = Enum.Material.SmoothPlastic
  3303. p28.Name = "Wedge"
  3304. p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3305. p28.CanCollide = false
  3306. p28.Locked = true
  3307. p28.FormFactor = Enum.FormFactor.Custom
  3308. p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3309. p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3310. p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3311. p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3312. p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. b28 = Instance.new("SpecialMesh", p28)
  3316. b28.MeshType = Enum.MeshType.Wedge
  3317. b28.Name = "Mesh"
  3318. b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3319. p29 = Instance.new("Part", m6)
  3320. p29.BrickColor = BrickColor.new("Black")
  3321. p29.Material = Enum.Material.SmoothPlastic
  3322. p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3323. p29.CanCollide = false
  3324. p29.Locked = true
  3325. p29.FormFactor = Enum.FormFactor.Custom
  3326. p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3327. p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3328. p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3329. p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3330. p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3331. p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3333. b29 = Instance.new("BlockMesh", p29)
  3334. b29.Name = "Mesh"
  3335. b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3336. p30 = Instance.new("WedgePart", m6)
  3337. p30.BrickColor = BrickColor.new("Black")
  3338. p30.Material = Enum.Material.SmoothPlastic
  3339. p30.Name = "Wedge"
  3340. p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3341. p30.CanCollide = false
  3342. p30.Locked = true
  3343. p30.FormFactor = Enum.FormFactor.Custom
  3344. p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3345. p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3346. p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3347. p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3348. p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3351. b30 = Instance.new("SpecialMesh", p30)
  3352. b30.MeshType = Enum.MeshType.Wedge
  3353. b30.Name = "Mesh"
  3354. b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3355. p31 = Instance.new("WedgePart", m6)
  3356. p31.BrickColor = BrickColor.new("Black")
  3357. p31.Material = Enum.Material.SmoothPlastic
  3358. p31.Name = "Wedge"
  3359. p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3360. p31.CanCollide = false
  3361. p31.Locked = true
  3362. p31.FormFactor = Enum.FormFactor.Custom
  3363. p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3364. p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3365. p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3366. p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3367. p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3368. p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3369. p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3370. b31 = Instance.new("SpecialMesh", p31)
  3371. b31.MeshType = Enum.MeshType.Wedge
  3372. b31.Name = "Mesh"
  3373. b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3374. p32 = Instance.new("Part", m6)
  3375. p32.BrickColor = BrickColor.new("Black")
  3376. p32.Material = Enum.Material.SmoothPlastic
  3377. p32.Name = "BottomRightFlap"
  3378. p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3379. p32.CanCollide = false
  3380. p32.Locked = true
  3381. p32.FormFactor = Enum.FormFactor.Custom
  3382. p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
  3383. p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3384. p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3385. p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3386. p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3387. p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3388. p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3389. b32 = Instance.new("BlockMesh", p32)
  3390. b32.Name = "Mesh"
  3391. b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
  3392. p33 = Instance.new("WedgePart", m6)
  3393. p33.BrickColor = BrickColor.new("Black")
  3394. p33.Material = Enum.Material.SmoothPlastic
  3395. p33.Name = "Wedge"
  3396. p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3397. p33.CanCollide = false
  3398. p33.Locked = true
  3399. p33.FormFactor = Enum.FormFactor.Custom
  3400. p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3401. p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3402. p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3403. p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3404. p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3405. p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3406. p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3407. b33 = Instance.new("SpecialMesh", p33)
  3408. b33.MeshType = Enum.MeshType.Wedge
  3409. b33.Name = "Mesh"
  3410. b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3411. p34 = Instance.new("WedgePart", m6)
  3412. p34.BrickColor = BrickColor.new("Black")
  3413. p34.Material = Enum.Material.SmoothPlastic
  3414. p34.Name = "Wedge"
  3415. p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3416. p34.CanCollide = false
  3417. p34.Locked = true
  3418. p34.FormFactor = Enum.FormFactor.Custom
  3419. p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3420. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3421. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3422. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3423. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3424. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3425. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3426. b34 = Instance.new("SpecialMesh", p34)
  3427. b34.MeshType = Enum.MeshType.Wedge
  3428. b34.Name = "Mesh"
  3429. b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3430. p35 = Instance.new("Part", m6)
  3431. p35.BrickColor = BrickColor.new("Black")
  3432. p35.Material = Enum.Material.SmoothPlastic
  3433. p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3434. p35.CanCollide = false
  3435. p35.Locked = true
  3436. p35.FormFactor = Enum.FormFactor.Custom
  3437. p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3438. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3439. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3440. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3441. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3442. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3443. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3444. b35 = Instance.new("BlockMesh", p35)
  3445. b35.Name = "Mesh"
  3446. b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3447. p36 = Instance.new("WedgePart", m6)
  3448. p36.BrickColor = BrickColor.new("Black")
  3449. p36.Material = Enum.Material.SmoothPlastic
  3450. p36.Name = "Wedge"
  3451. p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3452. p36.CanCollide = false
  3453. p36.Locked = true
  3454. p36.FormFactor = Enum.FormFactor.Custom
  3455. p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3456. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3457. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3458. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3459. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3460. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3461. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3462. b36 = Instance.new("SpecialMesh", p36)
  3463. b36.MeshType = Enum.MeshType.Wedge
  3464. b36.Name = "Mesh"
  3465. b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3466. p37 = Instance.new("Part", m6)
  3467. p37.BrickColor = BrickColor.new("Black")
  3468. p37.Material = Enum.Material.SmoothPlastic
  3469. p37.Name = "CapeLevel3"
  3470. p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3471. p37.CanCollide = false
  3472. p37.Locked = true
  3473. p37.FormFactor = Enum.FormFactor.Custom
  3474. p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3475. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3476. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3477. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3478. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3479. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3480. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3481. b37 = Instance.new("BlockMesh", p37)
  3482. b37.Name = "Mesh"
  3483. b37.Scale = Vector3.new(1, 1, 0.602178097)
  3484. p38 = Instance.new("WedgePart", m6)
  3485. p38.BrickColor = BrickColor.new("Crimson")
  3486. p38.Material = Enum.Material.SmoothPlastic
  3487. p38.Name = "Wedge"
  3488. p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3489. p38.CanCollide = false
  3490. p38.Locked = true
  3491. p38.FormFactor = Enum.FormFactor.Custom
  3492. p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3493. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3494. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3495. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3496. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3497. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3498. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3499. b38 = Instance.new("SpecialMesh", p38)
  3500. b38.MeshType = Enum.MeshType.Wedge
  3501. b38.Name = "Mesh"
  3502. b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3503. p39 = Instance.new("WedgePart", m6)
  3504. p39.BrickColor = BrickColor.new("Crimson")
  3505. p39.Material = Enum.Material.SmoothPlastic
  3506. p39.Name = "Wedge"
  3507. p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3508. p39.CanCollide = false
  3509. p39.Locked = true
  3510. p39.FormFactor = Enum.FormFactor.Custom
  3511. p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3512. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3513. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3514. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3515. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3516. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3517. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3518. b39 = Instance.new("SpecialMesh", p39)
  3519. b39.MeshType = Enum.MeshType.Wedge
  3520. b39.Name = "Mesh"
  3521. b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3522. p40 = Instance.new("WedgePart", m6)
  3523. p40.BrickColor = BrickColor.new("Black")
  3524. p40.Material = Enum.Material.SmoothPlastic
  3525. p40.Name = "Wedge"
  3526. p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3527. p40.CanCollide = false
  3528. p40.Locked = true
  3529. p40.FormFactor = Enum.FormFactor.Custom
  3530. p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3531. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3532. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3533. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3534. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3535. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3536. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3537. b40 = Instance.new("SpecialMesh", p40)
  3538. b40.MeshType = Enum.MeshType.Wedge
  3539. b40.Name = "Mesh"
  3540. b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3541. p41 = Instance.new("WedgePart", m6)
  3542. p41.BrickColor = BrickColor.new("Black")
  3543. p41.Material = Enum.Material.SmoothPlastic
  3544. p41.Name = "Wedge"
  3545. p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3546. p41.CanCollide = false
  3547. p41.Locked = true
  3548. p41.FormFactor = Enum.FormFactor.Custom
  3549. p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3550. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3551. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3552. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3553. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3554. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3555. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3556. b41 = Instance.new("SpecialMesh", p41)
  3557. b41.MeshType = Enum.MeshType.Wedge
  3558. b41.Name = "Mesh"
  3559. b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3560. p42 = Instance.new("WedgePart", m6)
  3561. p42.BrickColor = BrickColor.new("Black")
  3562. p42.Material = Enum.Material.SmoothPlastic
  3563. p42.Name = "Wedge"
  3564. p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3565. p42.CanCollide = false
  3566. p42.Locked = true
  3567. p42.FormFactor = Enum.FormFactor.Custom
  3568. p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3569. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3570. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3571. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3572. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3573. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3574. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3575. b42 = Instance.new("SpecialMesh", p42)
  3576. b42.MeshType = Enum.MeshType.Wedge
  3577. b42.Name = "Mesh"
  3578. b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3579. p43 = Instance.new("WedgePart", m6)
  3580. p43.BrickColor = BrickColor.new("Black")
  3581. p43.Material = Enum.Material.SmoothPlastic
  3582. p43.Name = "Wedge"
  3583. p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  3584. p43.CanCollide = false
  3585. p43.Locked = true
  3586. p43.FormFactor = Enum.FormFactor.Custom
  3587. p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3588. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3589. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3590. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3591. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3592. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3593. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3594. b43 = Instance.new("SpecialMesh", p43)
  3595. b43.MeshType = Enum.MeshType.Wedge
  3596. b43.Name = "Mesh"
  3597. b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3598. p44 = Instance.new("WedgePart", m6)
  3599. p44.BrickColor = BrickColor.new("Black")
  3600. p44.Material = Enum.Material.SmoothPlastic
  3601. p44.Name = "Wedge"
  3602. p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3603. p44.CanCollide = false
  3604. p44.Locked = true
  3605. p44.FormFactor = Enum.FormFactor.Custom
  3606. p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3607. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3608. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3609. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3610. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3611. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3612. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3613. b44 = Instance.new("SpecialMesh", p44)
  3614. b44.MeshType = Enum.MeshType.Wedge
  3615. b44.Name = "Mesh"
  3616. b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3617. p45 = Instance.new("WedgePart", m6)
  3618. p45.BrickColor = BrickColor.new("Black")
  3619. p45.Material = Enum.Material.SmoothPlastic
  3620. p45.Name = "Wedge"
  3621. p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3622. p45.CanCollide = false
  3623. p45.Locked = true
  3624. p45.FormFactor = Enum.FormFactor.Custom
  3625. p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3626. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3627. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3628. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3629. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3630. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3631. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3632. b45 = Instance.new("SpecialMesh", p45)
  3633. b45.MeshType = Enum.MeshType.Wedge
  3634. b45.Name = "Mesh"
  3635. b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3636. p46 = Instance.new("WedgePart", m6)
  3637. p46.BrickColor = BrickColor.new("Black")
  3638. p46.Material = Enum.Material.SmoothPlastic
  3639. p46.Name = "Wedge"
  3640. p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3641. p46.CanCollide = false
  3642. p46.Locked = true
  3643. p46.FormFactor = Enum.FormFactor.Custom
  3644. p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3645. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3646. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3647. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3648. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3649. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3650. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3651. b46 = Instance.new("SpecialMesh", p46)
  3652. b46.MeshType = Enum.MeshType.Wedge
  3653. b46.Name = "Mesh"
  3654. b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3655. p47 = Instance.new("Part", m6)
  3656. p47.BrickColor = BrickColor.new("Black")
  3657. p47.Material = Enum.Material.SmoothPlastic
  3658. p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3659. p47.CanCollide = false
  3660. p47.Locked = true
  3661. p47.FormFactor = Enum.FormFactor.Custom
  3662. p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3663. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3664. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3665. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3666. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3667. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3668. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3669. b47 = Instance.new("BlockMesh", p47)
  3670. b47.Name = "Mesh"
  3671. b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3672. p48 = Instance.new("Part", m6)
  3673. p48.BrickColor = BrickColor.new("Black")
  3674. p48.Material = Enum.Material.SmoothPlastic
  3675. p48.Name = "CapeLevel4"
  3676. p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3677. p48.CanCollide = false
  3678. p48.Locked = true
  3679. p48.FormFactor = Enum.FormFactor.Custom
  3680. p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
  3681. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3682. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3683. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3684. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3685. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3686. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3687. b48 = Instance.new("BlockMesh", p48)
  3688. b48.Name = "Mesh"
  3689. b48.Scale = Vector3.new(1, 1, 0.602178097)
  3690. p49 = Instance.new("WedgePart", m6)
  3691. p49.BrickColor = BrickColor.new("Black")
  3692. p49.Material = Enum.Material.SmoothPlastic
  3693. p49.Name = "Wedge"
  3694. p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3695. p49.CanCollide = false
  3696. p49.Locked = true
  3697. p49.FormFactor = Enum.FormFactor.Custom
  3698. p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3699. p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3700. p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3701. p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3702. p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3703. p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3704. p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3705. b49 = Instance.new("SpecialMesh", p49)
  3706. b49.MeshType = Enum.MeshType.Wedge
  3707. b49.Name = "Mesh"
  3708. b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3709. p50 = Instance.new("Part", m6)
  3710. p50.BrickColor = BrickColor.new("Black")
  3711. p50.Material = Enum.Material.SmoothPlastic
  3712. p50.Name = "CapeLevel1SubPart"
  3713. p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3714. p50.CanCollide = false
  3715. p50.Locked = true
  3716. p50.FormFactor = Enum.FormFactor.Custom
  3717. p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
  3718. p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3719. p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3720. p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3721. p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3722. p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3723. p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3724. b50 = Instance.new("BlockMesh", p50)
  3725. b50.Name = "Mesh"
  3726. b50.Scale = Vector3.new(1, 1, 0.602178097)
  3727. p51 = Instance.new("Part", m6)
  3728. p51.BrickColor = BrickColor.new("Black")
  3729. p51.Material = Enum.Material.SmoothPlastic
  3730. p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3731. p51.CanCollide = false
  3732. p51.Locked = true
  3733. p51.FormFactor = Enum.FormFactor.Custom
  3734. p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3735. p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3736. p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3737. p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3739. p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3740. p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3741. b51 = Instance.new("BlockMesh", p51)
  3742. b51.Name = "Mesh"
  3743. b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3744. p52 = Instance.new("Part", m6)
  3745. p52.BrickColor = BrickColor.new("Black")
  3746. p52.Material = Enum.Material.SmoothPlastic
  3747. p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3748. p52.CanCollide = false
  3749. p52.Locked = true
  3750. p52.FormFactor = Enum.FormFactor.Custom
  3751. p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3752. p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3753. p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3754. p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3755. p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3756. p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3757. p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3758. b52 = Instance.new("BlockMesh", p52)
  3759. b52.Name = "Mesh"
  3760. b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3761. p53 = Instance.new("WedgePart", m6)
  3762. p53.BrickColor = BrickColor.new("Black")
  3763. p53.Material = Enum.Material.SmoothPlastic
  3764. p53.Name = "Wedge"
  3765. p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3766. p53.CanCollide = false
  3767. p53.Locked = true
  3768. p53.FormFactor = Enum.FormFactor.Custom
  3769. p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3770. p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3771. p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3772. p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3773. p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3774. p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3775. p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3776. b53 = Instance.new("SpecialMesh", p53)
  3777. b53.MeshType = Enum.MeshType.Wedge
  3778. b53.Name = "Mesh"
  3779. b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3780. p54 = Instance.new("Part", m6)
  3781. p54.BrickColor = BrickColor.new("Black")
  3782. p54.Material = Enum.Material.SmoothPlastic
  3783. p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3784. p54.CanCollide = false
  3785. p54.Locked = true
  3786. p54.FormFactor = Enum.FormFactor.Custom
  3787. p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3788. p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3789. p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3790. p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3791. p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3792. p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3793. p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3794. b54 = Instance.new("BlockMesh", p54)
  3795. b54.Name = "Mesh"
  3796. b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
  3797. p55 = Instance.new("WedgePart", m6)
  3798. p55.BrickColor = BrickColor.new("Black")
  3799. p55.Material = Enum.Material.SmoothPlastic
  3800. p55.Name = "Wedge"
  3801. p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3802. p55.CanCollide = false
  3803. p55.Locked = true
  3804. p55.FormFactor = Enum.FormFactor.Custom
  3805. p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  3806. p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3807. p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3808. p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3809. p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3810. p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3811. p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3812. b55 = Instance.new("SpecialMesh", p55)
  3813. b55.MeshType = Enum.MeshType.Wedge
  3814. b55.Name = "Mesh"
  3815. b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3816. p56 = Instance.new("WedgePart", m6)
  3817. p56.BrickColor = BrickColor.new("Crimson")
  3818. p56.Material = Enum.Material.SmoothPlastic
  3819. p56.Name = "Wedge"
  3820. p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3821. p56.CanCollide = false
  3822. p56.Locked = true
  3823. p56.FormFactor = Enum.FormFactor.Custom
  3824. p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3825. p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3826. p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3827. p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3829. p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. b56 = Instance.new("SpecialMesh", p56)
  3832. b56.MeshType = Enum.MeshType.Wedge
  3833. b56.Name = "Mesh"
  3834. b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3835. p57 = Instance.new("WedgePart", m6)
  3836. p57.BrickColor = BrickColor.new("Black")
  3837. p57.Material = Enum.Material.SmoothPlastic
  3838. p57.Name = "Wedge"
  3839. p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3840. p57.CanCollide = false
  3841. p57.Locked = true
  3842. p57.FormFactor = Enum.FormFactor.Custom
  3843. p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3844. p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3845. p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3846. p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. b57 = Instance.new("SpecialMesh", p57)
  3851. b57.MeshType = Enum.MeshType.Wedge
  3852. b57.Name = "Mesh"
  3853. b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3854. p58 = Instance.new("Part", m6)
  3855. p58.BrickColor = BrickColor.new("Black")
  3856. p58.Material = Enum.Material.SmoothPlastic
  3857. p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3858. p58.CanCollide = false
  3859. p58.Locked = true
  3860. p58.FormFactor = Enum.FormFactor.Custom
  3861. p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3862. p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3863. p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3864. p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3865. p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3866. p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. b58 = Instance.new("BlockMesh", p58)
  3869. b58.Name = "Mesh"
  3870. b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3871. p59 = Instance.new("WedgePart", m6)
  3872. p59.BrickColor = BrickColor.new("Black")
  3873. p59.Material = Enum.Material.SmoothPlastic
  3874. p59.Name = "Wedge"
  3875. p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3876. p59.CanCollide = false
  3877. p59.Locked = true
  3878. p59.FormFactor = Enum.FormFactor.Custom
  3879. p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3880. p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3881. p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3882. p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3883. p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3884. p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3885. p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. b59 = Instance.new("SpecialMesh", p59)
  3887. b59.MeshType = Enum.MeshType.Wedge
  3888. b59.Name = "Mesh"
  3889. b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3890. p60 = Instance.new("Part", m6)
  3891. p60.BrickColor = BrickColor.new("Black")
  3892. p60.Material = Enum.Material.SmoothPlastic
  3893. p60.Name = "NeckPart"
  3894. p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3895. p60.CanCollide = false
  3896. p60.Locked = true
  3897. p60.FormFactor = Enum.FormFactor.Custom
  3898. p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
  3899. p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3900. p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3901. p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3902. p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3903. p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3904. p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3905. b60 = Instance.new("BlockMesh", p60)
  3906. b60.Name = "Mesh"
  3907. b60.Scale = Vector3.new(1, 0.602178097, 1)
  3908. p61 = Instance.new("Part", m6)
  3909. p61.BrickColor = BrickColor.new("Black")
  3910. p61.Material = Enum.Material.SmoothPlastic
  3911. p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3912. p61.CanCollide = false
  3913. p61.Locked = true
  3914. p61.FormFactor = Enum.FormFactor.Custom
  3915. p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  3916. p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3917. p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3918. p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3919. p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3920. p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3921. p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3922. b61 = Instance.new("BlockMesh", p61)
  3923. b61.Name = "Mesh"
  3924. b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3925. p62 = Instance.new("WedgePart", m6)
  3926. p62.BrickColor = BrickColor.new("Black")
  3927. p62.Material = Enum.Material.SmoothPlastic
  3928. p62.Name = "Wedge"
  3929. p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3930. p62.CanCollide = false
  3931. p62.Locked = true
  3932. p62.FormFactor = Enum.FormFactor.Custom
  3933. p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  3934. p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3935. p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3936. p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3937. p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3938. p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3939. p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3940. b62 = Instance.new("SpecialMesh", p62)
  3941. b62.MeshType = Enum.MeshType.Wedge
  3942. b62.Name = "Mesh"
  3943. b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  3944. p63 = Instance.new("WedgePart", m6)
  3945. p63.BrickColor = BrickColor.new("Crimson")
  3946. p63.Material = Enum.Material.SmoothPlastic
  3947. p63.Name = "Wedge"
  3948. p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3949. p63.CanCollide = false
  3950. p63.Locked = true
  3951. p63.FormFactor = Enum.FormFactor.Custom
  3952. p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3953. p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3954. p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3955. p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3956. p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3957. p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3958. p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3959. b63 = Instance.new("SpecialMesh", p63)
  3960. b63.MeshType = Enum.MeshType.Wedge
  3961. b63.Name = "Mesh"
  3962. b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  3963. p64 = Instance.new("WedgePart", m6)
  3964. p64.BrickColor = BrickColor.new("Black")
  3965. p64.Material = Enum.Material.SmoothPlastic
  3966. p64.Name = "Wedge"
  3967. p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  3968. p64.CanCollide = false
  3969. p64.Locked = true
  3970. p64.FormFactor = Enum.FormFactor.Custom
  3971. p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
  3972. p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3973. p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3974. p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3975. p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3976. p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3977. p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3978. b64 = Instance.new("SpecialMesh", p64)
  3979. b64.MeshType = Enum.MeshType.Wedge
  3980. b64.Name = "Mesh"
  3981. b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  3982. p65 = Instance.new("WedgePart", m6)
  3983. p65.BrickColor = BrickColor.new("Black")
  3984. p65.Material = Enum.Material.SmoothPlastic
  3985. p65.Name = "Wedge"
  3986. p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  3987. p65.CanCollide = false
  3988. p65.Locked = true
  3989. p65.FormFactor = Enum.FormFactor.Custom
  3990. p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  3991. p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3992. p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3993. p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3994. p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3995. p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3996. p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3997. b65 = Instance.new("SpecialMesh", p65)
  3998. b65.MeshType = Enum.MeshType.Wedge
  3999. b65.Name = "Mesh"
  4000. b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4001. p66 = Instance.new("WedgePart", m6)
  4002. p66.BrickColor = BrickColor.new("Black")
  4003. p66.Material = Enum.Material.SmoothPlastic
  4004. p66.Name = "Wedge"
  4005. p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4006. p66.CanCollide = false
  4007. p66.Locked = true
  4008. p66.FormFactor = Enum.FormFactor.Custom
  4009. p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4010. p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4011. p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4012. p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4013. p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4014. p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4015. p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4016. b66 = Instance.new("SpecialMesh", p66)
  4017. b66.MeshType = Enum.MeshType.Wedge
  4018. b66.Name = "Mesh"
  4019. b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4020. p67 = Instance.new("WedgePart", m6)
  4021. p67.BrickColor = BrickColor.new("Black")
  4022. p67.Material = Enum.Material.SmoothPlastic
  4023. p67.Name = "Wedge"
  4024. p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4025. p67.CanCollide = false
  4026. p67.Locked = true
  4027. p67.FormFactor = Enum.FormFactor.Custom
  4028. p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4029. p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4030. p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4031. p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4032. p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4033. p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4034. p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4035. b67 = Instance.new("SpecialMesh", p67)
  4036. b67.MeshType = Enum.MeshType.Wedge
  4037. b67.Name = "Mesh"
  4038. b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4039. p68 = Instance.new("WedgePart", m6)
  4040. p68.BrickColor = BrickColor.new("Crimson")
  4041. p68.Name = "Wedge"
  4042. p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4043. p68.CanCollide = false
  4044. p68.Locked = true
  4045. p68.FormFactor = Enum.FormFactor.Custom
  4046. p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4047. p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4048. p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4049. p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4050. p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4051. p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4052. p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4053. b68 = Instance.new("SpecialMesh", p68)
  4054. b68.MeshType = Enum.MeshType.Wedge
  4055. b68.Name = "Mesh"
  4056. b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4057. p69 = Instance.new("WedgePart", m6)
  4058. p69.BrickColor = BrickColor.new("Crimson")
  4059. p69.Name = "Wedge"
  4060. p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4061. p69.CanCollide = false
  4062. p69.Locked = true
  4063. p69.FormFactor = Enum.FormFactor.Custom
  4064. p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4065. p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4066. p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4067. p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4068. p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4069. p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4070. p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4071. b69 = Instance.new("SpecialMesh", p69)
  4072. b69.MeshType = Enum.MeshType.Wedge
  4073. b69.Name = "Mesh"
  4074. b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4075. p70 = Instance.new("WedgePart", m6)
  4076. p70.BrickColor = BrickColor.new("Black")
  4077. p70.Material = Enum.Material.SmoothPlastic
  4078. p70.Name = "Wedge"
  4079. p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4080. p70.CanCollide = false
  4081. p70.Locked = true
  4082. p70.FormFactor = Enum.FormFactor.Custom
  4083. p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4084. p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4085. p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4086. p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4087. p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4088. p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4089. p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4090. b70 = Instance.new("SpecialMesh", p70)
  4091. b70.MeshType = Enum.MeshType.Wedge
  4092. b70.Name = "Mesh"
  4093. b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4094. p71 = Instance.new("WedgePart", m6)
  4095. p71.BrickColor = BrickColor.new("Crimson")
  4096. p71.Name = "Wedge"
  4097. p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4098. p71.CanCollide = false
  4099. p71.Locked = true
  4100. p71.FormFactor = Enum.FormFactor.Custom
  4101. p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4102. p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4103. p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4104. p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4105. p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4106. p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4107. p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4108. b71 = Instance.new("SpecialMesh", p71)
  4109. b71.MeshType = Enum.MeshType.Wedge
  4110. b71.Name = "Mesh"
  4111. b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
  4112. p72 = Instance.new("WedgePart", m6)
  4113. p72.BrickColor = BrickColor.new("Black")
  4114. p72.Material = Enum.Material.SmoothPlastic
  4115. p72.Name = "Wedge"
  4116. p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4117. p72.CanCollide = false
  4118. p72.Locked = true
  4119. p72.FormFactor = Enum.FormFactor.Custom
  4120. p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
  4121. p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4122. p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4123. p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4124. p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4125. p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4126. p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4127. b72 = Instance.new("SpecialMesh", p72)
  4128. b72.MeshType = Enum.MeshType.Wedge
  4129. b72.Name = "Mesh"
  4130. b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4131. p73 = Instance.new("WedgePart", m6)
  4132. p73.BrickColor = BrickColor.new("Black")
  4133. p73.Material = Enum.Material.SmoothPlastic
  4134. p73.Name = "Wedge"
  4135. p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4136. p73.CanCollide = false
  4137. p73.Locked = true
  4138. p73.FormFactor = Enum.FormFactor.Custom
  4139. p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4140. p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4141. p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4142. p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4143. p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4144. p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4145. p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4146. b73 = Instance.new("SpecialMesh", p73)
  4147. b73.MeshType = Enum.MeshType.Wedge
  4148. b73.Name = "Mesh"
  4149. b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4150. p74 = Instance.new("WedgePart", m6)
  4151. p74.BrickColor = BrickColor.new("Black")
  4152. p74.Material = Enum.Material.SmoothPlastic
  4153. p74.Name = "Wedge"
  4154. p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4155. p74.CanCollide = false
  4156. p74.Locked = true
  4157. p74.FormFactor = Enum.FormFactor.Custom
  4158. p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4159. p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4160. p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4162. p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4163. p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4164. p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4165. b74 = Instance.new("SpecialMesh", p74)
  4166. b74.MeshType = Enum.MeshType.Wedge
  4167. b74.Name = "Mesh"
  4168. b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4169. p75 = Instance.new("WedgePart", m6)
  4170. p75.BrickColor = BrickColor.new("Black")
  4171. p75.Material = Enum.Material.SmoothPlastic
  4172. p75.Name = "Wedge"
  4173. p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4174. p75.CanCollide = false
  4175. p75.Locked = true
  4176. p75.FormFactor = Enum.FormFactor.Custom
  4177. p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
  4178. p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4179. p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4180. p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4181. p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4182. p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4183. p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4184. b75 = Instance.new("SpecialMesh", p75)
  4185. b75.MeshType = Enum.MeshType.Wedge
  4186. b75.Name = "Mesh"
  4187. b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
  4188. p76 = Instance.new("WedgePart", m6)
  4189. p76.BrickColor = BrickColor.new("Black")
  4190. p76.Material = Enum.Material.SmoothPlastic
  4191. p76.Name = "Wedge"
  4192. p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4193. p76.CanCollide = false
  4194. p76.Locked = true
  4195. p76.FormFactor = Enum.FormFactor.Custom
  4196. p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4197. p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4198. p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4199. p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4200. p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4201. p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4202. p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4203. b76 = Instance.new("SpecialMesh", p76)
  4204. b76.MeshType = Enum.MeshType.Wedge
  4205. b76.Name = "Mesh"
  4206. b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4207. p77 = Instance.new("WedgePart", m6)
  4208. p77.BrickColor = BrickColor.new("Crimson")
  4209. p77.Material = Enum.Material.SmoothPlastic
  4210. p77.Name = "Wedge"
  4211. p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4212. p77.CanCollide = false
  4213. p77.Locked = true
  4214. p77.FormFactor = Enum.FormFactor.Custom
  4215. p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4216. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4217. p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4219. p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4220. p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4221. p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4222. b77 = Instance.new("SpecialMesh", p77)
  4223. b77.MeshType = Enum.MeshType.Wedge
  4224. b77.Name = "Mesh"
  4225. b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4226. p78 = Instance.new("WedgePart", m6)
  4227. p78.BrickColor = BrickColor.new("Black")
  4228. p78.Material = Enum.Material.SmoothPlastic
  4229. p78.Name = "Wedge"
  4230. p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4231. p78.CanCollide = false
  4232. p78.Locked = true
  4233. p78.FormFactor = Enum.FormFactor.Custom
  4234. p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
  4235. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4236. p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4238. p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4239. p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4240. p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4241. b78 = Instance.new("SpecialMesh", p78)
  4242. b78.MeshType = Enum.MeshType.Wedge
  4243. b78.Name = "Mesh"
  4244. b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
  4245. p79 = Instance.new("WedgePart", m6)
  4246. p79.BrickColor = BrickColor.new("Crimson")
  4247. p79.Material = Enum.Material.SmoothPlastic
  4248. p79.Name = "Wedge"
  4249. p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4250. p79.CanCollide = false
  4251. p79.Locked = true
  4252. p79.FormFactor = Enum.FormFactor.Custom
  4253. p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4254. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4255. p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4256. p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4257. p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4258. p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4259. p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4260. b79 = Instance.new("SpecialMesh", p79)
  4261. b79.MeshType = Enum.MeshType.Wedge
  4262. b79.Name = "Mesh"
  4263. b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4264. p80 = Instance.new("WedgePart", m6)
  4265. p80.BrickColor = BrickColor.new("Black")
  4266. p80.Material = Enum.Material.SmoothPlastic
  4267. p80.Name = "Wedge"
  4268. p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4269. p80.CanCollide = false
  4270. p80.Locked = true
  4271. p80.FormFactor = Enum.FormFactor.Custom
  4272. p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
  4273. p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4274. p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4275. p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4276. p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4277. p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4278. p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4279. b80 = Instance.new("SpecialMesh", p80)
  4280. b80.MeshType = Enum.MeshType.Wedge
  4281. b80.Name = "Mesh"
  4282. b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
  4283. w1 = Instance.new("Weld", p1)
  4284. w1.Name = "Joint"
  4285. w1.Part0 = p1
  4286. w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4287. w1.Part1 = p47
  4288. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4289. w2 = Instance.new("Weld", p2)
  4290. w2.Name = "Joint"
  4291. w2.Part0 = p2
  4292. w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4293. w2.Part1 = p11
  4294. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4295. w3 = Instance.new("Weld", p3)
  4296. w3.Name = "Joint"
  4297. w3.Part0 = p3
  4298. w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4299. w3.Part1 = p50
  4300. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4301. w4 = Instance.new("Weld", p4)
  4302. w4.Name = "Joint"
  4303. w4.Part0 = p4
  4304. w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4305. w4.Part1 = p5
  4306. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4307. w5 = Instance.new("Weld", p5)
  4308. w5.Name = "Joint"
  4309. w5.Part0 = p5
  4310. w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4311. w5.Part1 = p27
  4312. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4313. w6 = Instance.new("Weld", p6)
  4314. w6.Name = "Joint"
  4315. w6.Part0 = p6
  4316. w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4317. w6.Part1 = p14
  4318. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4319. w7 = Instance.new("Weld", p7)
  4320. w7.Name = "Joint"
  4321. w7.Part0 = p7
  4322. w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4323. w7.Part1 = p10
  4324. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4325. w8 = Instance.new("Weld", p8)
  4326. w8.Name = "Joint"
  4327. w8.Part0 = p8
  4328. w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4329. w8.Part1 = p32
  4330. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4331. w9 = Instance.new("Weld", p9)
  4332. w9.Name = "Joint"
  4333. w9.Part0 = p9
  4334. w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4335. w9.Part1 = p16
  4336. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4337. w10 = Instance.new("Weld", p10)
  4338. w10.Name = "Joint"
  4339. w10.Part0 = p10
  4340. w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4341. w10.Part1 = p61
  4342. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4343. w11 = Instance.new("Weld", p11)
  4344. w11.Name = "Joint"
  4345. w11.Part0 = p11
  4346. w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4347. w11.Part1 = p13
  4348. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4349. w12 = Instance.new("Weld", p12)
  4350. w12.Name = "Joint"
  4351. w12.Part0 = p12
  4352. w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4353. w12.Part1 = p29
  4354. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4355. w13 = Instance.new("Weld", p13)
  4356. w13.Name = "Joint"
  4357. w13.Part0 = p13
  4358. w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4359. w13.Part1 = p48
  4360. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4361. w14 = Instance.new("Weld", p14)
  4362. w14.Name = "Joint"
  4363. w14.Part0 = p14
  4364. w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4365. w14.Part1 = p60
  4366. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4367. w15 = Instance.new("Weld", p15)
  4368. w15.Name = "Joint"
  4369. w15.Part0 = p15
  4370. w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4371. w15.Part1 = p17
  4372. w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4373. w16 = Instance.new("Weld", p16)
  4374. w16.Name = "Joint"
  4375. w16.Part0 = p16
  4376. w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4377. w16.Part1 = p48
  4378. w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4379. w17 = Instance.new("Weld", p17)
  4380. w17.Name = "Joint"
  4381. w17.Part0 = p17
  4382. w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4383. w17.Part1 = p50
  4384. w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4385. w18 = Instance.new("Weld", p18)
  4386. w18.Name = "Joint"
  4387. w18.Part0 = p18
  4388. w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4389. w18.Part1 = p50
  4390. w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4391. w19 = Instance.new("Weld", p19)
  4392. w19.Name = "Joint"
  4393. w19.Part0 = p19
  4394. w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4395. w19.Part1 = p54
  4396. w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4397. w20 = Instance.new("Weld", p20)
  4398. w20.Name = "Joint"
  4399. w20.Part0 = p20
  4400. w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4401. w20.Part1 = p21
  4402. w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4403. w21 = Instance.new("Weld", p21)
  4404. w21.Name = "Joint"
  4405. w21.Part0 = p21
  4406. w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4407. w21.Part1 = p37
  4408. w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4409. w22 = Instance.new("Weld", p22)
  4410. w22.Name = "Joint"
  4411. w22.Part0 = p22
  4412. w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4413. w22.Part1 = p8
  4414. w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4415. w23 = Instance.new("Weld", p23)
  4416. w23.Name = "Joint"
  4417. w23.Part0 = p23
  4418. w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4419. w23.Part1 = p35
  4420. w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4421. w24 = Instance.new("Weld", p24)
  4422. w24.Name = "Joint"
  4423. w24.Part0 = p24
  4424. w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4425. w24.Part1 = p48
  4426. w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4427. w25 = Instance.new("Weld", p25)
  4428. w25.Name = "Joint"
  4429. w25.Part0 = p25
  4430. w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4431. w25.Part1 = p8
  4432. w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4433. w26 = Instance.new("Weld", p26)
  4434. w26.Name = "Joint"
  4435. w26.Part0 = p26
  4436. w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4437. w26.Part1 = p6
  4438. w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4439. w27 = Instance.new("Weld", p27)
  4440. w27.Name = "Joint"
  4441. w27.Part0 = p27
  4442. w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4443. w27.Part1 = p48
  4444. w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4445. w28 = Instance.new("Weld", p28)
  4446. w28.Name = "Joint"
  4447. w28.Part0 = p28
  4448. w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4449. w28.Part1 = p35
  4450. w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4451. w29 = Instance.new("Weld", p29)
  4452. w29.Name = "Joint"
  4453. w29.Part0 = p29
  4454. w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4455. w29.Part1 = p37
  4456. w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4457. w30 = Instance.new("Weld", p30)
  4458. w30.Name = "Joint"
  4459. w30.Part0 = p30
  4460. w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4461. w30.Part1 = p20
  4462. w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4463. w31 = Instance.new("Weld", p31)
  4464. w31.Name = "Joint"
  4465. w31.Part0 = p31
  4466. w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4467. w31.Part1 = p16
  4468. w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4469. w32 = Instance.new("Weld", p32)
  4470. w32.Name = "Joint"
  4471. w32.Part0 = p32
  4472. w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4473. w32.Part1 = p48
  4474. w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4475. w33 = Instance.new("Weld", p33)
  4476. w33.Name = "Joint"
  4477. w33.Part0 = p33
  4478. w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4479. w33.Part1 = p21
  4480. w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4481. w34 = Instance.new("Weld", p34)
  4482. w34.Name = "Joint"
  4483. w34.Part0 = p34
  4484. w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4485. w34.Part1 = p27
  4486. w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4487. w35 = Instance.new("Weld", p35)
  4488. w35.Name = "Joint"
  4489. w35.Part0 = p35
  4490. w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4491. w35.Part1 = p58
  4492. w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4493. w36 = Instance.new("Weld", p36)
  4494. w36.Name = "Joint"
  4495. w36.Part0 = p36
  4496. w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4497. w36.Part1 = p29
  4498. w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4499. w37 = Instance.new("Weld", p37)
  4500. w37.Name = "Joint"
  4501. w37.Part0 = p37
  4502. w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4503. w37.Part1 = p3
  4504. w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4505. w38 = Instance.new("Weld", p38)
  4506. w38.Name = "Joint"
  4507. w38.Part0 = p38
  4508. w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4509. w38.Part1 = p4
  4510. w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4511. w39 = Instance.new("Weld", p39)
  4512. w39.Name = "Joint"
  4513. w39.Part0 = p39
  4514. w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4515. w39.Part1 = p12
  4516. w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4517. w40 = Instance.new("Weld", p40)
  4518. w40.Name = "Joint"
  4519. w40.Part0 = p40
  4520. w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4521. w40.Part1 = p52
  4522. w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4523. w41 = Instance.new("Weld", p41)
  4524. w41.Name = "Joint"
  4525. w41.Part0 = p41
  4526. w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4527. w41.Part1 = p5
  4528. w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4529. w42 = Instance.new("Weld", p42)
  4530. w42.Name = "Joint"
  4531. w42.Part0 = p42
  4532. w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4533. w42.Part1 = p8
  4534. w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4535. w43 = Instance.new("Weld", p43)
  4536. w43.Name = "Joint"
  4537. w43.Part0 = p43
  4538. w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4539. w43.Part1 = p5
  4540. w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4541. w44 = Instance.new("Weld", p44)
  4542. w44.Name = "Joint"
  4543. w44.Part0 = p44
  4544. w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4545. w44.Part1 = p15
  4546. w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4547. w45 = Instance.new("Weld", p45)
  4548. w45.Name = "Joint"
  4549. w45.Part0 = p45
  4550. w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4551. w45.Part1 = p11
  4552. w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4553. w46 = Instance.new("Weld", p46)
  4554. w46.Name = "Joint"
  4555. w46.Part0 = p46
  4556. w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4557. w46.Part1 = p6
  4558. w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4559. w47 = Instance.new("Weld", p47)
  4560. w47.Name = "Joint"
  4561. w47.Part0 = p47
  4562. w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4563. w47.Part1 = p18
  4564. w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4565. w48 = Instance.new("Weld", p48)
  4566. w48.Name = "Joint"
  4567. w48.Part0 = p48
  4568. w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4569. w48.Part1 = p37
  4570. w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4571. w49 = Instance.new("Weld", p49)
  4572. w49.Name = "Joint"
  4573. w49.Part0 = p49
  4574. w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4575. w49.Part1 = p47
  4576. w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4577. w50 = Instance.new("Weld", p50)
  4578. w50.Name = "Joint"
  4579. w50.Part0 = p50
  4580. w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4581. w50.Part1 = p6
  4582. w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4583. w51 = Instance.new("Weld", p51)
  4584. w51.Name = "Joint"
  4585. w51.Part0 = p51
  4586. w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4587. w51.Part1 = p52
  4588. w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4589. w52 = Instance.new("Weld", p52)
  4590. w52.Name = "Joint"
  4591. w52.Part0 = p52
  4592. w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4593. w52.Part1 = p3
  4594. w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4595. w53 = Instance.new("Weld", p53)
  4596. w53.Name = "Joint"
  4597. w53.Part0 = p53
  4598. w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4599. w53.Part1 = p9
  4600. w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4601. w54 = Instance.new("Weld", p54)
  4602. w54.Name = "Joint"
  4603. w54.Part0 = p54
  4604. w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4605. w54.Part1 = p9
  4606. w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4607. w55 = Instance.new("Weld", p55)
  4608. w55.Name = "Joint"
  4609. w55.Part0 = p55
  4610. w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4611. w55.Part1 = p8
  4612. w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4613. w56 = Instance.new("Weld", p56)
  4614. w56.Name = "Joint"
  4615. w56.Part0 = p56
  4616. w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4617. w56.Part1 = p20
  4618. w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4619. w57 = Instance.new("Weld", p57)
  4620. w57.Name = "Joint"
  4621. w57.Part0 = p57
  4622. w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4623. w57.Part1 = p47
  4624. w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4625. w58 = Instance.new("Weld", p58)
  4626. w58.Name = "Joint"
  4627. w58.Part0 = p58
  4628. w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4629. w58.Part1 = p3
  4630. w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4631. w59 = Instance.new("Weld", p59)
  4632. w59.Name = "Joint"
  4633. w59.Part0 = p59
  4634. w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4635. w59.Part1 = p32
  4636. w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4637. w60 = Instance.new("Weld", p61)
  4638. w60.Name = "Joint"
  4639. w60.Part0 = p61
  4640. w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4641. w60.Part1 = p48
  4642. w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4643. w61 = Instance.new("Weld", p62)
  4644. w61.Name = "Joint"
  4645. w61.Part0 = p62
  4646. w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4647. w61.Part1 = p10
  4648. w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4649. w62 = Instance.new("Weld", p63)
  4650. w62.Name = "Joint"
  4651. w62.Part0 = p63
  4652. w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4653. w62.Part1 = p7
  4654. w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4655. w63 = Instance.new("Weld", p64)
  4656. w63.Name = "Joint"
  4657. w63.Part0 = p64
  4658. w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4659. w63.Part1 = p54
  4660. w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4661. w64 = Instance.new("Weld", p65)
  4662. w64.Name = "Joint"
  4663. w64.Part0 = p65
  4664. w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4665. w64.Part1 = p13
  4666. w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4667. w65 = Instance.new("Weld", p66)
  4668. w65.Name = "Joint"
  4669. w65.Part0 = p66
  4670. w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4671. w65.Part1 = p52
  4672. w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4673. w66 = Instance.new("Weld", p67)
  4674. w66.Name = "Joint"
  4675. w66.Part0 = p67
  4676. w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4677. w66.Part1 = p16
  4678. w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4679. w67 = Instance.new("Weld", p68)
  4680. w67.Name = "Joint"
  4681. w67.Part0 = p68
  4682. w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4683. w67.Part1 = p11
  4684. w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4685. w68 = Instance.new("Weld", p69)
  4686. w68.Name = "Joint"
  4687. w68.Part0 = p69
  4688. w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4689. w68.Part1 = p11
  4690. w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4691. w69 = Instance.new("Weld", p70)
  4692. w69.Name = "Joint"
  4693. w69.Part0 = p70
  4694. w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4695. w69.Part1 = p58
  4696. w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4697. w70 = Instance.new("Weld", p71)
  4698. w70.Name = "Joint"
  4699. w70.Part0 = p71
  4700. w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4701. w70.Part1 = p54
  4702. w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4703. w71 = Instance.new("Weld", p72)
  4704. w71.Name = "Joint"
  4705. w71.Part0 = p72
  4706. w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4707. w71.Part1 = p9
  4708. w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4709. w72 = Instance.new("Weld", p73)
  4710. w72.Name = "Joint"
  4711. w72.Part0 = p73
  4712. w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
  4713. w72.Part1 = p13
  4714. w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4715. w73 = Instance.new("Weld", p74)
  4716. w73.Name = "Joint"
  4717. w73.Part0 = p74
  4718. w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4719. w73.Part1 = p10
  4720. w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4721. w74 = Instance.new("Weld", p75)
  4722. w74.Name = "Joint"
  4723. w74.Part0 = p75
  4724. w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4725. w74.Part1 = p54
  4726. w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4727. w75 = Instance.new("Weld", p76)
  4728. w75.Name = "Joint"
  4729. w75.Part0 = p76
  4730. w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
  4731. w75.Part1 = p32
  4732. w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4733. w76 = Instance.new("Weld", p77)
  4734. w76.Name = "Joint"
  4735. w76.Part0 = p77
  4736. w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4737. w76.Part1 = p15
  4738. w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4739. w77 = Instance.new("Weld", p78)
  4740. w77.Name = "Joint"
  4741. w77.Part0 = p78
  4742. w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4743. w77.Part1 = p15
  4744. w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4745. w78 = Instance.new("Weld", p79)
  4746. w78.Name = "Joint"
  4747. w78.Part0 = p79
  4748. w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  4749. w78.Part1 = p51
  4750. w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4751. w79 = Instance.new("Weld", p80)
  4752. w79.Name = "Joint"
  4753. w79.Part0 = p80
  4754. w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
  4755. w79.Part1 = p12
  4756. w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4757. m6.Parent = torso
  4758. m6:MakeJoints()
  4759.  
  4760. model = m6;
  4761. for i,v in pairs(model:GetChildren()) do
  4762. if v:IsA('Part') 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('WedgePart') then
  4770. v.Transparency = 1;
  4771. end
  4772. end
  4773.  
  4774. model = m6;
  4775. for i,v in pairs(model:GetChildren()) do
  4776. if v:IsA('SpecialMesh') then
  4777. v.Transparency = 1;
  4778. end
  4779. end
  4780. ----------------------------------------------------
  4781. --EDIT SECTION HERE--
  4782.  
  4783. --flying--
  4784.  
  4785. local char = game.Players.LocalPlayer.Character
  4786. local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
  4787. local player = owner
  4788. local pchar = player.Character
  4789. local cam = workspace.CurrentCamera
  4790. local hum = char.Humanoid
  4791. local root = char.HumanoidRootPart
  4792.  
  4793.  
  4794. local rad = math.rad
  4795.  
  4796. local keysDown = {}
  4797. local flySpeed = 0
  4798. local MAX_FLY_SPEED = 100
  4799.  
  4800. local canFly = false
  4801. local flyToggled = false
  4802.  
  4803. local forward, side = 0, 0
  4804. local lastForward, lastSide = 0, 0
  4805.  
  4806. local floatBP = Instance.new("BodyPosition")
  4807. floatBP.maxForce = Vector3.new(0, math.huge, 0)
  4808. local flyBV = Instance.new("BodyVelocity")
  4809. flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  4810. local turnBG = Instance.new("BodyGyro")
  4811. turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  4812.  
  4813. mouse.KeyDown:connect(function(key)
  4814. keysDown[key] = true
  4815.  
  4816. if key == "g" then
  4817. flyToggled = not flyToggled
  4818.  
  4819. if not flyToggled then
  4820. animpose = "Idle1"
  4821. stanceToggle = "Idle1"
  4822. floatBP.Parent = nil
  4823. flyBV.Parent = nil
  4824. turnBG.Parent = nil
  4825. root.Velocity = Vector3.new()
  4826. pchar.Humanoid.PlatformStand = false
  4827. end
  4828. end
  4829.  
  4830. end)
  4831. mouse.KeyUp:connect(function(key)
  4832. keysDown[key] = nil
  4833. end)
  4834.  
  4835. local function updateFly()
  4836.  
  4837. if not flyToggled then return end
  4838.  
  4839. lastForward = forward
  4840. lastSide = side
  4841.  
  4842. forward = 0
  4843. side = 0
  4844.  
  4845. if keysDown.w then
  4846. forward = forward + 1
  4847. animpose = "Idle1"
  4848. end
  4849. if keysDown.s then
  4850. forward = forward - 1
  4851. animpose = "Idle1"
  4852. end
  4853. if keysDown.a then
  4854. side = side - 1
  4855. animpose = "Idle1"
  4856. end
  4857. if keysDown.d then
  4858. side = side + 1
  4859. animpose = "Idle1"
  4860. end
  4861.  
  4862.  
  4863. canFly = (forward ~= 0 or side ~= 0)
  4864.  
  4865. if canFly then
  4866. stanceToggle = "Grab"
  4867. turnBG.Parent = root
  4868. floatBP.Parent = nil
  4869. flyBV.Parent = root
  4870.  
  4871.  
  4872. flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
  4873. if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
  4874. else
  4875. floatBP.position = root.Position
  4876. floatBP.Parent = root
  4877.  
  4878. flySpeed = flySpeed - 1
  4879. if flySpeed < 0 then flySpeed = 0 end
  4880. end
  4881.  
  4882. local camCF = cam.CoordinateFrame
  4883. local in_forward = canFly and forward or lastForward
  4884. local in_side = canFly and side or lastSide
  4885.  
  4886. flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
  4887. in_forward * 0.2, 0).p) - camCF.p) * flySpeed
  4888.  
  4889. turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
  4890. 0)
  4891. end
  4892.  
  4893. game:service'RunService'.RenderStepped:connect(function()
  4894. if flyToggled then
  4895. pchar.Humanoid.PlatformStand = true
  4896. end
  4897. updateFly()
  4898. end)
  4899. ----------------------------------------------
  4900. --arm effects--
  4901.  
  4902. Player=game:GetService("Players").LocalPlayer
  4903. Character=Player.Character
  4904. PlayerGui=Player.PlayerGui
  4905. Backpack=Player.Backpack
  4906. Torso=Character.Torso
  4907. Head=Character.Head
  4908. Humanoid=Character.Humanoid
  4909. m=Instance.new('Model',Character)
  4910. LeftArm=Character["Left Arm"]
  4911. LeftLeg=Character["Left Leg"]
  4912. RightArm=Character["Right Arm"]
  4913. RightLeg=Character["Right Leg"]
  4914. local mouse=Player:GetMouse()
  4915. local PE = Instance.new("ParticleEmitter", LeftArm)
  4916. PE.Name = "Flame"
  4917. local c1 = Color3.fromRGB (0,0,0)
  4918. local c2 = Color3.fromRGB (0,0,150)
  4919. PE.Color = ColorSequence.new(c1)
  4920. PE.EmissionDirection = "Bottom"
  4921. PE.Texture = "rbxassetid://242201991"
  4922. PE.LightEmission = 0.850
  4923. PE.Speed = NumberRange.new(0)
  4924. PE.RotSpeed = NumberRange.new(250)
  4925. PE.Size = NumberSequence.new(.5)
  4926. PE.Lifetime = NumberRange.new(0.2)
  4927. PE.Rate = 200
  4928. PE.VelocitySpread = 50
  4929.  
  4930.  
  4931. local PE = Instance.new("ParticleEmitter", RightArm)
  4932. PE.Name = "Flame"
  4933. local c1 = Color3.fromRGB (0,0,0)
  4934. local c2 = Color3.fromRGB (0,0,150)
  4935. PE.Color = ColorSequence.new(c1)
  4936. PE.EmissionDirection = "Bottom"
  4937. PE.Texture = "rbxassetid://242201991"
  4938. PE.LightEmission = 0.850
  4939. PE.Speed = NumberRange.new(0)
  4940. PE.RotSpeed = NumberRange.new(250)
  4941. PE.Size = NumberSequence.new(.5)
  4942. PE.Lifetime = NumberRange.new(0.2)
  4943. PE.Rate = 200
  4944. PE.VelocitySpread = 50
  4945. ------------------------------------------Magic----
  4946. Magik = function()
  4947. Spawn(function()
  4948. local function lerp(a,b,c)
  4949. return a+(b-a)*c
  4950. end
  4951. local function rndRange(rng)
  4952. return math.random(-rng*1000,rng*1000)/1000
  4953. end
  4954. local magik = Instance.new("Part", LeftArm)
  4955. local Colors = {"Crimson", "Really black"}
  4956. local Material = {"Granite","Granite"}
  4957. magik.Anchored = true
  4958. magik.Material = "Granite"
  4959. magik.Locked = true
  4960. magik.FormFactor = "Custom"
  4961. magik.Size = Vector3.new(1.2, 1.2, 1.2)
  4962. magik.TopSurface = "Smooth"
  4963. magik.BottomSurface = "Smooth"
  4964. magik.Transparency = 0
  4965. magik.CanCollide = false
  4966. magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  4967. magik.Material = (Material[math.random(1,#Material)])
  4968. local mr = math.rad
  4969. local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
  4970. local cf = LeftArm.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)
  4971. magik.CFrame = cf
  4972. for i = 0, 1, .05 do
  4973. local newTrans = lerp(0.5, 1, i)
  4974. local ns = lerp(1,1.2,i)
  4975. magik.Transparency = newTrans
  4976. magik.Size = Vector3.new(ns,ns,ns)
  4977. magik.CFrame = cf
  4978. wait()
  4979. end
  4980. magik:Destroy()
  4981. wait()
  4982. end)
  4983. end
  4984.  
  4985.  
  4986. Spawn(function()
  4987. while wait (.1) do
  4988. Magik()
  4989. end
  4990. end)
  4991.  
  4992. local p = game.Players.LocalPlayer
  4993. local char = p.Character
  4994. local mouse = p:GetMouse()
  4995. local larm = char["Left Arm"]
  4996. local rarm = char["Right Arm"]
  4997. local lleg = char["Left Leg"]
  4998. local rleg = char["Right Leg"]
  4999. local hed = char.Head
  5000. local torso = char.Torso
  5001. local hum = char.Humanoid
  5002. local cam = game.Workspace.CurrentCamera
  5003. local root = char.HumanoidRootPart
  5004. local deb = false
  5005. local CanAttack = true
  5006. local shot = 0
  5007. local l = game:GetService("Lighting")
  5008. local rs = game:GetService("RunService").RenderStepped
  5009. math.randomseed(os.time())
  5010. hum.MaxHealth = 9001
  5011. wait(1)
  5012. hum.Health = 9001
  5013.  
  5014. for i,v in pairs (hed:GetChildren()) do
  5015. if v:IsA("Sound") then
  5016. v:Destroy()
  5017. end
  5018. end
  5019. --game:service'InsertService':LoadAsset(16469427):children()[1].Parent = char
  5020. --char.Reaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=176349813"
  5021.  
  5022.  
  5023. ----------------------------------------------------
  5024. --[[Additional Functions]]
  5025.  
  5026. cf=CFrame.new
  5027. vt=Vector3.new
  5028.  
  5029. function swait(num)
  5030. if num==0 or num==nil then
  5031. game:service'RunService'.Stepped:wait(0)
  5032. else
  5033. for i=0,num do
  5034. game:service'RunService'.Stepped:wait(0)
  5035. end
  5036. end
  5037. end
  5038.  
  5039. so = function(id,par,vol,pit)
  5040. coroutine.resume(coroutine.create(function()
  5041. local sou = Instance.new("Sound",par or workspace)
  5042. sou.Volume=vol
  5043. sou.Pitch=pit or 1
  5044. sou.SoundId=id
  5045. swait()
  5046. sou:play()
  5047. game:GetService("Debris"):AddItem(sou,6)
  5048. end))
  5049. end
  5050.  
  5051.  
  5052.  
  5053.  
  5054.  
  5055. ----------------------------------------------------
  5056. Debounces = {
  5057. CanAttack = true;
  5058. CanJoke = true;
  5059. NoIdl = false;
  5060. Slashing = false;
  5061. Slashed = false;
  5062. Slapping = false;
  5063. Slapped = false;
  5064. ks = false;
  5065. }
  5066.  
  5067. local Touche = {char.Name, }
  5068. ----------------------------------------------------
  5069. function HasntTouched(plrname)
  5070. local ret = true
  5071. for _, v in pairs(Touche) do
  5072. if v == plrname then
  5073. ret = false
  5074. end
  5075. end
  5076. return ret
  5077. end
  5078. ----------------------------------------------------
  5079. function weld5(part0, part1, c0, c1)
  5080. weeld=Instance.new("Weld", part0)
  5081. weeld.Part0=part0
  5082. weeld.Part1=part1
  5083. weeld.C0=c0
  5084. weeld.C1=c1
  5085. return weeld
  5086. end
  5087. ----------------------------------------------------
  5088. mod=Instance.new('Model',char)
  5089.  
  5090. function Burst()
  5091. part=Instance.new('Part',mod)
  5092. part.Anchored=true
  5093. part.CanCollide=false
  5094. part.FormFactor='Custom'
  5095. part.Size=Vector3.new(.2,.2,.2)
  5096. part.CFrame=root.CFrame*CFrame.new(0,1,0)*CFrame.Angles(math.rad(90),0,0)
  5097. part.Transparency=.7
  5098.  
  5099. if holy ~= true then
  5100. part.BrickColor=BrickColor.new('Really black')
  5101. else
  5102. part.BrickColor=BrickColor.new('Crimson')
  5103. end
  5104.  
  5105. mesh=Instance.new('SpecialMesh',part)
  5106. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  5107. mesh.Scale=Vector3.new(10,5,10)
  5108. part2=part:clone()
  5109. part2.Parent=mod
  5110.  
  5111. if holy ~= true then
  5112. part2.BrickColor=BrickColor.new('Crimson')
  5113. else
  5114. part2.BrickColor=BrickColor.new('Crimson')
  5115. end
  5116.  
  5117. mesh2=mesh:clone()
  5118. mesh2.Parent=part2
  5119. mesh2.Scale=Vector3.new(5,2.5,5)
  5120. coroutine.resume(coroutine.create(function()
  5121. for i=0,1,0.1 do
  5122. wait()
  5123. part.CFrame=part.CFrame
  5124. part.Transparency=i
  5125. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  5126. part2.CFrame=part2.CFrame
  5127. part2.Transparency=i
  5128. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  5129. end
  5130. part.Parent=nil
  5131. part2.Parent=nil
  5132. end))
  5133. end
  5134. ----------------------------------------------------
  5135. mod4 = Instance.new("Model",char)
  5136.  
  5137. ptez = {0.7, 0.8, 0.9, 1}
  5138.  
  5139. function FindNearestTorso(Position,Distance,SinglePlayer)
  5140. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  5141. local List = {}
  5142. for i,v in pairs(workspace:GetChildren())do
  5143. if v:IsA("Model")then
  5144. if v:findFirstChild("Torso")then
  5145. if v ~= char then
  5146. if(v.Torso.Position -Position).magnitude <= Distance then
  5147. table.insert(List,v)
  5148. end
  5149. end
  5150. end
  5151. end
  5152. end
  5153. return List
  5154. end
  5155.  
  5156. function Slam()
  5157. part=Instance.new('Part',mod4)
  5158. part.Anchored=true
  5159. part.CanCollide=false
  5160. part.FormFactor='Custom'
  5161. part.Size=Vector3.new(.2,.2,.2)
  5162. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  5163. part.Transparency=.7
  5164.  
  5165. if holy ~= true then
  5166. part.BrickColor=BrickColor.new('Really black')
  5167. else
  5168. part.BrickColor=BrickColor.new('Crimson')
  5169. end
  5170.  
  5171. mesh=Instance.new('SpecialMesh',part)
  5172. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  5173. mesh.Scale=Vector3.new(3,3,3)
  5174. part2=Instance.new('Part',mod4)
  5175. part2.Anchored=true
  5176. part2.CanCollide=false
  5177. part2.FormFactor='Custom'
  5178. part2.Size=Vector3.new(.2,.2,.2)
  5179. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  5180. part2.Transparency=.7
  5181.  
  5182. if holy ~= true then
  5183. part2.BrickColor=BrickColor.new('Crimson')
  5184. else
  5185. part2.BrickColor=BrickColor.new('Crimson')
  5186. end
  5187.  
  5188. mesh2=Instance.new('SpecialMesh',part2)
  5189. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  5190. mesh2.Scale=Vector3.new(3,1.5,3)
  5191. x = Instance.new("Sound",char)
  5192. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  5193. x.Pitch = ptez[math.random(1,#ptez)]
  5194. x.Volume = 1
  5195. wait(.1)
  5196. x1 = Instance.new("Sound",char)
  5197. x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
  5198. x1.Pitch = ptez[math.random(1,#ptez)]
  5199. x1.Volume = 1
  5200. wait(.1)
  5201. x:Play()
  5202. x1:Play()
  5203. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  5204. if v:FindFirstChild('Humanoid') then
  5205. v.Humanoid:TakeDamage(math.random(99999999,99999999))
  5206. end
  5207. end
  5208. coroutine.resume(coroutine.create(function()
  5209. for i=0,0.62,0.13 do
  5210. wait()
  5211. part.CFrame=part.CFrame
  5212. part.Transparency=i
  5213. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  5214. part2.CFrame=part2.CFrame
  5215. part2.Transparency=i
  5216. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  5217. end
  5218. part.Parent=nil
  5219. part2.Parent=nil
  5220. x:Destroy()
  5221. end))
  5222. end
  5223. ----------------------------------------------------PUNCH FUNC
  5224. GroundWave = function()
  5225. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5226. local Colors = {"Crimson", "Really black"}
  5227. local wave = Instance.new("Part", torso)
  5228.  
  5229. if holy == false then
  5230. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  5231. else
  5232. wave.BrickColor = BrickColor.new("Crimson")
  5233. end
  5234.  
  5235. wave.Anchored = true
  5236. wave.CanCollide = false
  5237. wave.Material = "Granite"
  5238. wave.Locked = true
  5239. wave.Size = Vector3.new(1, 1, 1)
  5240. wave.TopSurface = "Smooth"
  5241. wave.BottomSurface = "Smooth"
  5242. wave.Transparency = 0.35
  5243. wave.CFrame = HandCF
  5244. wm = Instance.new("SpecialMesh", wave)
  5245. wm.MeshId = "rbxassetid://3270017"
  5246. coroutine.wrap(function()
  5247. for i = 1, 14, 1 do
  5248. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  5249. wave.Size = wm.Scale
  5250. wave.CFrame = HandCF
  5251. wave.Transparency = i/14
  5252. wait()
  5253. end
  5254. wait()
  5255. wave:Destroy()
  5256. end)()
  5257. end
  5258. ----------------------------------------------------
  5259. function lerp(a, b, t) -- Linear interpolation
  5260. return a + (b - a)*t
  5261. end
  5262.  
  5263. function slerp(a, b, t) --Spherical interpolation
  5264. dot = a:Dot(b)
  5265. if dot > 0.99999 or dot < -0.99999 then
  5266. return t <= 0.5 and a or b
  5267. else
  5268. r = math.acos(dot)
  5269. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  5270. end
  5271. end
  5272.  
  5273. function matrixInterpolate(a, b, t)
  5274. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  5275. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  5276. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  5277. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  5278. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  5279. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  5280. local t = v1:Dot(v2)
  5281. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  5282. return CFrame.new()
  5283. end
  5284. return CFrame.new(
  5285. v0.x, v0.y, v0.z,
  5286. v1.x, v1.y, v1.z,
  5287. v2.x, v2.y, v2.z,
  5288. v3.x, v3.y, v3.z)
  5289. end
  5290. ----------------------------------------------------
  5291. function genWeld(a,b)
  5292. local w = Instance.new("Weld",a)
  5293. w.Part0 = a
  5294. w.Part1 = b
  5295. return w
  5296. end
  5297. function weld(a, b)
  5298. local weld = Instance.new("Weld")
  5299. weld.Name = "W"
  5300. weld.Part0 = a
  5301. weld.Part1 = b
  5302. weld.C0 = a.CFrame:inverse() * b.CFrame
  5303. weld.Parent = a
  5304. return weld;
  5305. end
  5306. ----------------------------------------------------
  5307. function Lerp(c1,c2,al)
  5308. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  5309. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  5310. for i,v in pairs(com1) do
  5311. com1[i] = v+(com2[i]-v)*al
  5312. end
  5313. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  5314. end
  5315. ----------------------------------------------------[[Dissolve function]]
  5316. function Dissolve(ret)
  5317.  
  5318. ret.BrickColor = BrickColor.new("Really black")
  5319. for i = 1, 10 do wait()
  5320. for i,v in pairs(ret:GetChildren()) do
  5321. if v:IsA("Part") or v:IsA("WedgePart") then
  5322. v.Transparency = v.Transparency + 0.1
  5323.  
  5324. end
  5325. end
  5326. end
  5327. ret:Destroy()
  5328. end
  5329.  
  5330. ----------------------------------------------------
  5331. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  5332. local wld = Instance.new("Weld", wp1)
  5333. wld.Part0 = wp0
  5334. wld.Part1 = wp1
  5335. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  5336. end
  5337. ----------------------------------------------------newblast
  5338. mouse.KeyDown:connect(function(key)
  5339. if key == "e" then
  5340. if Debounces.CanAttack == true then
  5341. Debounces.CanAttack = false
  5342. Debounces.on = true
  5343. Debounces.NoIdl = true
  5344. animpose = "Idle1"
  5345. for i = 1, 15 do
  5346. 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)
  5347. 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)
  5348. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  5349. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  5350. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5351. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5352. if Debounces.on == false then break end
  5353. rs:wait(2.7)
  5354. end
  5355. so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
  5356. x = Instance.new("Sound",char.Head)
  5357. x.SoundId = "rbxassetid://183763515"
  5358. x.Pitch = 0.7
  5359. x.Volume = .8
  5360. x3 = Instance.new("Sound",char.Head)
  5361. x3.SoundId = "rbxassetid://183763487"
  5362. x3.Pitch = 1
  5363. x3.Volume = .8
  5364. wait(.1)
  5365. x:Play()
  5366. x3:Play()
  5367.  
  5368. if holy == true then
  5369. so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
  5370. so("http://roblox.com/asset/?id=2233091183",hed,1,1)
  5371. else
  5372. end
  5373.  
  5374. Debounces.on = false
  5375. Debounces.Here = false
  5376. shot = shot + 1
  5377. local rng = Instance.new("Part", larm)
  5378. rng.Anchored = true
  5379.  
  5380. if holy ~= true then
  5381. rng.BrickColor = BrickColor.new("Really black")
  5382. else
  5383. rng.BrickColor = BrickColor.new("Crimson")
  5384. end
  5385.  
  5386. rng.Material = "Granite"
  5387. rng.CanCollide = false
  5388. rng.FormFactor = 3
  5389. rng.Name = "Ring"
  5390. rng.Size = Vector3.new(1, 1, 1)
  5391. rng.Transparency = 0.35
  5392. rng.TopSurface = 0
  5393. rng.BottomSurface = 0
  5394. rng2 = rng:clone()
  5395. rng3 = rng2:clone()
  5396. rng4 = rng2:clone()
  5397. local rngm = Instance.new("SpecialMesh", rng)
  5398. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5399. rngm.Scale = Vector3.new(10, 10, 1)
  5400. rngm2 = rngm:clone()
  5401. rngm2.Scale = Vector3.new(5, 5, 3)
  5402. rngm3=rngm2:clone()
  5403. rngm3.Parent = rng3
  5404. rngm3.Scale = Vector3.new(8, 8, 1)
  5405. rngm4 = rngm2:clone()
  5406. rngm4.Parent = rng4
  5407. rngm4.Scale = Vector3.new(6, 6, 1)
  5408. local bem = Instance.new("Part", larm)
  5409. bem.Anchored = true
  5410.  
  5411. if holy == false then
  5412. bem.BrickColor = BrickColor.new("Really black")
  5413. else
  5414. bem.BrickColor = BrickColor.new("Crimson")
  5415. end
  5416.  
  5417.  
  5418. bem.CanCollide = false
  5419. bem.Material = "Granite"
  5420. bem.FormFactor = 3
  5421. bem.Name = "Beam" .. shot
  5422. bem.Size = Vector3.new(1, 1, 1)
  5423. bem.Transparency = 0.35
  5424. bem.TopSurface = 0
  5425. bem.BottomSurface = 0
  5426. local bemm = Instance.new("SpecialMesh", bem)
  5427. bemm.MeshType = 4
  5428. bemm.Scale = Vector3.new(1, 4, 4)
  5429. local out = Instance.new("Part", larm)
  5430. out.Anchored = true
  5431. out.Material = "Granite"
  5432.  
  5433. if holy == false then
  5434. out.BrickColor = BrickColor.new("Really black")
  5435. else
  5436. out.BrickColor = BrickColor.new("Crimson")
  5437. end
  5438.  
  5439. out.CanCollide = false
  5440. out.FormFactor = 3
  5441. out.Name = "Out"
  5442. out.Size = Vector3.new(4, 4, 4)
  5443. out.Transparency = 0.35
  5444. out.TopSurface = 0
  5445. out.BottomSurface = 0
  5446. local outm = Instance.new("SpecialMesh", out)
  5447. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  5448. outm.Scale = Vector3.new(6, 4, 6)
  5449. local bnd = Instance.new("Part", larm)
  5450. bnd.Anchored = true
  5451. bnd.BrickColor = BrickColor.new("Really red")
  5452. bnd.CanCollide = false
  5453. bnd.FormFactor = 3
  5454. bnd.Name = "Bend"
  5455. bnd.Size = Vector3.new(1, 1, 1)
  5456. bnd.Transparency = 1
  5457. bnd.TopSurface = 0
  5458. bnd.BottomSurface = 0
  5459. local bndm = Instance.new("SpecialMesh", bnd)
  5460. bndm.MeshType = 3
  5461. bndm.Scale = Vector3.new(8, 8, 8)
  5462. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  5463. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  5464. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  5465. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  5466. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  5467. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  5468. Debounces.Shewt = true
  5469. coroutine.wrap(function()
  5470. for i = 1, 20, 0.2 do
  5471. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  5472. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  5473. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  5474. rng.Transparency = i/20
  5475. rng3.Transparency = 1/24
  5476. rng4.Transparency = i/26
  5477. wait()
  5478. end
  5479. wait()
  5480. rng:Destroy()
  5481. end)()
  5482. if Debounces.Shewt == true then
  5483. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  5484. hit = ht.Parent
  5485. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  5486. if HasntTouched(hit.Name) == true and deb == false then
  5487. deb = true
  5488. coroutine.wrap(function()
  5489. hit:FindFirstChild("Humanoid").PlatformStand = true
  5490. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  5491. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(998,999))
  5492. end)()
  5493. table.insert(Touche, hit.Name)
  5494. deb = false
  5495. end
  5496. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  5497. if HasntTouched(hit.Parent.Name) == true and deb == false then
  5498. deb = true
  5499. coroutine.wrap(function()
  5500. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5501. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  5502. wait(1)
  5503. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  5504. end)()
  5505. table.insert(Touche, hit.Parent.Name)
  5506. deb = false
  5507. for i, v in pairs(Touche) do
  5508. print(v)
  5509. end
  5510. end
  5511. end
  5512. end)
  5513. end
  5514. for i = 0, 260, 8 do
  5515. bem.Size = Vector3.new(i, 3, 3)
  5516. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  5517. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  5518. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  5519. bnd.Size = Vector3.new(1,1,1)
  5520. bndm.Scale = Vector3.new(8,8,8)
  5521. if i % 10 == 0 then
  5522. local newRng = rng2:Clone()
  5523. newRng.Parent = larm
  5524. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  5525. local newRngm = rngm2:clone()
  5526. newRngm.Parent=newRng
  5527. coroutine.wrap(function()
  5528. for i = 1, 10, 0.2 do
  5529. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  5530. newRng.Transparency = i/10
  5531. wait()
  5532. end
  5533. wait()
  5534. newRng:Destroy()
  5535. end)()
  5536. end
  5537. wait()
  5538. end
  5539. wait()
  5540. Debounces.Shewt = false
  5541. bem:Destroy()
  5542. out:Destroy()
  5543. bnd:Destroy()
  5544. Debounces.Ready = false
  5545. for i, v in pairs(Touche) do
  5546. table.remove(Touche, i)
  5547. end
  5548. wait()
  5549. table.insert(Touche, char.Name)
  5550. Debounces.NoIdl = false
  5551. if Debounces.CanAttack == false then
  5552. Debounces.CanAttack = true
  5553. animpose = "Idle1"
  5554. end
  5555. end
  5556. end
  5557. end)
  5558.  
  5559. ---------------------------------------------
  5560.  
  5561.  
  5562. --newcape
  5563.  
  5564. local verlet = {}
  5565. verlet.step_time = 1 / 50
  5566. verlet.gravity = Vector3.new(0, -150, 0) --//
  5567.  
  5568. local char = game.Players.LocalPlayer.Character
  5569. local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
  5570. local parts = {}
  5571. local render = game:GetService("RunService").RenderStepped
  5572.  
  5573. wait()
  5574.  
  5575. local point = {}
  5576. local link = {}
  5577. local rope = {}
  5578.  
  5579. local function ccw(A,B,C)
  5580. return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x)
  5581. end
  5582.  
  5583. local function intersect(A,B,C,D)
  5584. return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D)
  5585. end
  5586.  
  5587. local function vec2(v)
  5588. return Vector2.new(v.x, v.z)
  5589. end
  5590.  
  5591. function point:step()
  5592. if not self.fixed then
  5593. local derivative = (self.position - self.last_position) * 0.95
  5594. self.last_position = self.position
  5595. self.position = self.position + derivative + ((verlet.gravity + (torso.CFrame.lookVector * -90)) * verlet.step_time ^ 2) --//
  5596. --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5)
  5597. local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5)
  5598. local pointE = self.position + torso.CFrame.lookVector * 100
  5599. local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE))
  5600. if not doIntersect then
  5601. self.postition = self.position - torso.CFrame.lookVector * 10
  5602. end]]
  5603. end
  5604. end
  5605.  
  5606. function link:step()
  5607. for i = 1, 1 do
  5608. local distance = self.point1.position - self.point2.position
  5609. local magnitude = distance.magnitude
  5610. local differance = (self.length - magnitude) / magnitude
  5611. local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance
  5612. if not self.point1.fixed then
  5613. self.point1.position = self.point1.position + translation
  5614. end
  5615. if not self.point2.fixed then
  5616. self.point2.position = self.point2.position - translation
  5617. end
  5618. end
  5619. end
  5620.  
  5621. function verlet.new(class, a, b, c)
  5622. if class == "Point" then
  5623. local new = {}
  5624. setmetatable(new, {__index = point})
  5625. new.class = class
  5626. new.position = a or Vector3.new()
  5627. new.last_position = new.position
  5628. new.velocity = verlet.gravity
  5629. new.fixed = false
  5630. return new
  5631. elseif class == "Link" then
  5632. local new = {}
  5633. setmetatable(new, {__index = link})
  5634. new.class = class
  5635. new.point1 = a
  5636. new.point2 = b
  5637. new.length = c or (a.position - b.position).magnitude
  5638. return new
  5639. elseif class == "Rope" then
  5640. local new = {}
  5641. setmetatable(new, {__index = link})
  5642. new.class = class
  5643. new.start_point = a
  5644. new.finish_point = b
  5645. new.points = {}
  5646. new.links = {}
  5647. local inc = (b - a) / 10
  5648. for i = 0, 10 do
  5649. table.insert(new.points, verlet.new("Point", a + (i * inc)))
  5650. end
  5651. for i = 2, #new.points do
  5652. table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
  5653. end
  5654. return new
  5655. end
  5656. end
  5657.  
  5658. local tris = {}
  5659. local triParts = {}
  5660.  
  5661. local function GetDiscoColor(hue)
  5662. local section = hue % 1 * 3
  5663. local secondary = 0.5 * math.pi * (section % 1)
  5664. if section < 1 then
  5665. return Color3.new(1, 1 - math.cos(secondary), 1 - math.sin(secondary))
  5666. elseif section < 2 then
  5667. return Color3.new(1 - math.sin(secondary), 1, 1 - math.cos(secondary))
  5668. else
  5669. return Color3.new(1 - math.cos(secondary), 1 - math.sin(secondary), 1)
  5670. end
  5671. end
  5672.  
  5673. local function setupPart(part)
  5674. part.Anchored = true
  5675. part.FormFactor = 3
  5676. part.CanCollide = false
  5677. part.TopSurface = 10
  5678. part.BottomSurface = 10
  5679. part.LeftSurface = 10
  5680. part.RightSurface = 10
  5681. part.FrontSurface = 10
  5682. part.BackSurface = 10
  5683. part.Material = "Granite"
  5684. local m = Instance.new("SpecialMesh", part)
  5685. m.MeshType = "Wedge"
  5686. m.Scale = Vector3.new(0.2, 1, 1)
  5687. return part
  5688. end
  5689.  
  5690. local function CFrameFromTopBack(at, top, back)
  5691. local right = top:Cross(back)
  5692. 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)
  5693. end
  5694.  
  5695. local function drawTri(parent, a, b, c)
  5696. local this = {}
  5697. local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
  5698. local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
  5699. function this:Set(a, b, c)
  5700. local ab, bc, ca = b-a, c-b, a-c
  5701. local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude
  5702. local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm))
  5703. local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm))
  5704. local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam))
  5705. if edg1 < edg2 then
  5706. if edg1 >= edg3 then
  5707. a, b, c = c, a, b
  5708. ab, bc, ca = ca, ab, bc
  5709. abm = cam
  5710. end
  5711. else
  5712. if edg2 < edg3 then
  5713. a, b, c = b, c, a
  5714. ab, bc, ca = bc, ca, ab
  5715. abm = bcm
  5716. else
  5717. a, b, c = c, a, b
  5718. ab, bc, ca = ca, ab, bc
  5719. abm = cam
  5720. end
  5721. end
  5722.  
  5723. local len1 = -ca:Dot(ab)/abm
  5724. local len2 = abm - len1
  5725. local width = (ca + ab.unit*len1).magnitude
  5726.  
  5727. local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit)
  5728.  
  5729. if len1 > 0.2 then
  5730. mPart1.Parent = parent
  5731. mPart1.Size = Vector3.new(0.2, width, len1)
  5732. mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  5733. else
  5734. mPart1.Parent = nil
  5735. end
  5736.  
  5737. if len2 > 0.2 then
  5738. mPart2.Parent = parent
  5739. mPart2.Size = Vector3.new(0.2, width, len2)
  5740. mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  5741. else
  5742. mPart2.Parent = nil
  5743. end
  5744. end
  5745. function this:SetProperty(prop, value)
  5746. mPart1[prop] = value
  5747. mPart2[prop] = value
  5748. end
  5749. this:Set(a, b, c)
  5750. function this:Destroy()
  5751. mPart1:Destroy()
  5752. mPart2:Destroy()
  5753. end
  5754. this.p1 = mPart1
  5755. this.p2 = mPart2
  5756. this.p1.BrickColor = BrickColor.new "Crimson"
  5757. this.p2.BrickColor = BrickColor.new "Crimson"
  5758. return this
  5759. end
  5760.  
  5761. function verlet.draw(object, id)
  5762. if object.class == "Point" then
  5763. local part = parts[id]
  5764. part.BrickColor = BrickColor.new(1, 1, 1)
  5765. part.Transparency = 0
  5766. part.formFactor = 3
  5767. part.Anchored = true
  5768. part.CanCollide = false
  5769. part.TopSurface = 0
  5770. part.BottomSurface = 0
  5771. part.Size = Vector3.new(0.35, 0.35, 0.35)
  5772. part.Material = "Neon"
  5773. part.CFrame = CFrame.new(object.position)
  5774. part.Parent = torso
  5775. return part
  5776. elseif object.class == "Link" then
  5777. local part = parts[id]
  5778. local dist = (object.point1.position - object.point2.position).magnitude
  5779. part.Size = Vector3.new(0.2, 0.2, dist)
  5780. part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5)
  5781. part.Parent = torso
  5782. return part
  5783. end
  5784. end
  5785.  
  5786. function verlet.clear()
  5787. for _, v in pairs(workspace:GetChildren()) do
  5788. if v.Name == "Part" then
  5789. v:Destroy()
  5790. end
  5791. end
  5792. end
  5793.  
  5794. local points = {}
  5795. local links = {}
  5796.  
  5797. for x = 0, 2 do
  5798. points[x] = {}
  5799. for y = 0, 3 do
  5800. points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
  5801. points[x][y].fixed = y == 0
  5802. end
  5803. end
  5804.  
  5805. for x = 1, 2 do
  5806. for y = 0, 3 do
  5807. links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
  5808. end
  5809. end
  5810.  
  5811. for x = 0, 2 do
  5812. for y = 1, 3 do
  5813. links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
  5814. end
  5815. end
  5816.  
  5817. render:connect(function()
  5818. for x = 0, 2 do
  5819. for y = 0, 3 do
  5820. if y == 0 then
  5821. points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p
  5822. else
  5823. points[x][y]:step()
  5824. end
  5825. end
  5826. end
  5827. for i = 1, #links do
  5828. links[i]:step()
  5829. end
  5830. for i = 1, #tris do
  5831. triParts[#triParts + 1] = tris[i].p1
  5832. triParts[#triParts + 1] = tris[i].p2
  5833. end
  5834. tris = {}
  5835. for x = 1, 2 do
  5836. for y = 1, 3 do
  5837. tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position)
  5838. tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position)
  5839. end
  5840. end
  5841. end)
  5842.  
  5843.  
  5844. local cor6 = Instance.new("Part", torso.Cloak)
  5845. cor6.Name = "Thingy"
  5846. cor6.Locked = true
  5847. cor6.BottomSurface = 0
  5848. cor6.CanCollide = false
  5849. cor6.Size = Vector3.new(1,1,1)
  5850. cor6.Transparency = 1
  5851. cor6.TopSurface = 0
  5852. corw6 = Instance.new("Weld", cor6)
  5853. corw6.Part0 = torso
  5854. corw6.Part1 = cor6
  5855. corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5856. corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5857. weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
  5858. weld6.Part0 = cor6
  5859. weld6.Part1 = torso.Cloak.NeckPart
  5860. weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  5861. --Amulet
  5862. m7 = Instance.new("Model")
  5863. m7.Name = "Amulet"
  5864. p1 = Instance.new("Part", m7)
  5865. p1.BrickColor = BrickColor.new("Crimson")
  5866. p1.Material = Enum.Material.Neon
  5867. p1.Name = "Center"
  5868. p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5869. p1.CanCollide = false
  5870. p1.Locked = true
  5871. p1.FormFactor = Enum.FormFactor.Custom
  5872. p1.Shape = Enum.PartType.Cylinder
  5873. p1.Size = Vector3.new(0.5, 0.5, 0.5)
  5874. p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5875. p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5876. p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5877. p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5878. p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5879. p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5880. p2 = Instance.new("Part", m7)
  5881. p2.BrickColor = BrickColor.new("Really black")
  5882. p2.Material = Enum.Material.Metal
  5883. p2.Name = "Bottom"
  5884. p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5885. p2.CanCollide = false
  5886. p2.Locked = true
  5887. p2.FormFactor = Enum.FormFactor.Custom
  5888. p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  5889. p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5890. p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5891. p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5892. p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5893. p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5894. p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5895. b1 = Instance.new("SpecialMesh", p2)
  5896. b1.MeshType = Enum.MeshType.Cylinder
  5897. b1.Name = "Mesh"
  5898. p3 = Instance.new("Part", m7)
  5899. p3.BrickColor = BrickColor.new("Really black")
  5900. p3.Material = Enum.Material.Metal
  5901. p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5902. p3.CanCollide = false
  5903. p3.Locked = true
  5904. p3.FormFactor = Enum.FormFactor.Custom
  5905. p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5906. p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5907. p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5908. p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5909. p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5910. p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5911. p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5912. b2 = Instance.new("SpecialMesh", p3)
  5913. b2.MeshType = Enum.MeshType.Brick
  5914. b2.Name = "Mesh"
  5915. b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5916. p4 = Instance.new("Part", m7)
  5917. p4.BrickColor = BrickColor.new("Really black")
  5918. p4.Material = Enum.Material.Metal
  5919. p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  5920. p4.CanCollide = false
  5921. p4.Locked = true
  5922. p4.FormFactor = Enum.FormFactor.Custom
  5923. p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5924. p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5925. p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5926. p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5927. p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5928. p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5929. p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5930. b3 = Instance.new("SpecialMesh", p4)
  5931. b3.MeshType = Enum.MeshType.Brick
  5932. b3.Name = "Mesh"
  5933. b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5934. p5 = Instance.new("Part", m7)
  5935. p5.BrickColor = BrickColor.new("Really black")
  5936. p5.Material = Enum.Material.Metal
  5937. 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)
  5938. p5.CanCollide = false
  5939. p5.Locked = true
  5940. p5.FormFactor = Enum.FormFactor.Custom
  5941. p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5942. p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5943. p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5944. p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5945. p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5946. p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5947. p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5948. b4 = Instance.new("SpecialMesh", p5)
  5949. b4.MeshType = Enum.MeshType.Brick
  5950. b4.Name = "Mesh"
  5951. b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5952. p6 = Instance.new("Part", m7)
  5953. p6.BrickColor = BrickColor.new("Really black")
  5954. p6.Material = Enum.Material.Metal
  5955. 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)
  5956. p6.CanCollide = false
  5957. p6.Locked = true
  5958. p6.FormFactor = Enum.FormFactor.Custom
  5959. p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5960. p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5961. p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5962. p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5963. p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5964. p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5965. p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5966. b5 = Instance.new("SpecialMesh", p6)
  5967. b5.MeshType = Enum.MeshType.Brick
  5968. b5.Name = "Mesh"
  5969. b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5970. p7 = Instance.new("Part", m7)
  5971. p7.BrickColor = BrickColor.new("Really black")
  5972. p7.Material = Enum.Material.Metal
  5973. 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)
  5974. p7.CanCollide = false
  5975. p7.Locked = true
  5976. p7.FormFactor = Enum.FormFactor.Custom
  5977. p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5978. p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5979. p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5980. p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5981. p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5982. p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5983. p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5984. b6 = Instance.new("SpecialMesh", p7)
  5985. b6.MeshType = Enum.MeshType.Brick
  5986. b6.Name = "Mesh"
  5987. b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  5988. p8 = Instance.new("Part", m7)
  5989. p8.BrickColor = BrickColor.new("Really black")
  5990. p8.Material = Enum.Material.Metal
  5991. 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)
  5992. p8.CanCollide = false
  5993. p8.Locked = true
  5994. p8.FormFactor = Enum.FormFactor.Custom
  5995. p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  5996. p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5997. p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5998. p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5999. p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6000. p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6001. p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6002. b7 = Instance.new("SpecialMesh", p8)
  6003. b7.MeshType = Enum.MeshType.Brick
  6004. b7.Name = "Mesh"
  6005. b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6006. p9 = Instance.new("Part", m7)
  6007. p9.BrickColor = BrickColor.new("Really black")
  6008. p9.Material = Enum.Material.Metal
  6009. p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  6010. p9.CanCollide = false
  6011. p9.Locked = true
  6012. p9.FormFactor = Enum.FormFactor.Custom
  6013. p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6014. p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6015. p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6016. p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6017. p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6018. p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6019. p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6020. b8 = Instance.new("SpecialMesh", p9)
  6021. b8.MeshType = Enum.MeshType.Brick
  6022. b8.Name = "Mesh"
  6023. b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6024. p10 = Instance.new("Part", m7)
  6025. p10.BrickColor = BrickColor.new("Really black")
  6026. p10.Material = Enum.Material.Metal
  6027. p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
  6028. p10.CanCollide = false
  6029. p10.Locked = true
  6030. p10.FormFactor = Enum.FormFactor.Custom
  6031. p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6032. p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6033. p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6034. p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6035. p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6036. p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6037. p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6038. b9 = Instance.new("SpecialMesh", p10)
  6039. b9.MeshType = Enum.MeshType.Brick
  6040. b9.Name = "Mesh"
  6041. b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6042. p11 = Instance.new("Part", m7)
  6043. p11.BrickColor = BrickColor.new("Really black")
  6044. p11.Material = Enum.Material.Metal
  6045. 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)
  6046. p11.CanCollide = false
  6047. p11.Locked = true
  6048. p11.FormFactor = Enum.FormFactor.Custom
  6049. p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6050. p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6051. p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6052. p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6053. p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6054. p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6055. p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6056. b10 = Instance.new("SpecialMesh", p11)
  6057. b10.MeshType = Enum.MeshType.Brick
  6058. b10.Name = "Mesh"
  6059. b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6060. p12 = Instance.new("Part", m7)
  6061. p12.BrickColor = BrickColor.new("Really black")
  6062. p12.Material = Enum.Material.Metal
  6063. 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)
  6064. p12.CanCollide = false
  6065. p12.Locked = true
  6066. p12.FormFactor = Enum.FormFactor.Custom
  6067. p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6068. p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6069. p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6070. p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6071. p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6072. p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6073. p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6074. b11 = Instance.new("SpecialMesh", p12)
  6075. b11.MeshType = Enum.MeshType.Brick
  6076. b11.Name = "Mesh"
  6077. b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6078. p13 = Instance.new("Part", m7)
  6079. p13.BrickColor = BrickColor.new("Really black")
  6080. p13.Material = Enum.Material.Metal
  6081. 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)
  6082. p13.CanCollide = false
  6083. p13.Locked = true
  6084. p13.FormFactor = Enum.FormFactor.Custom
  6085. p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6086. p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6087. p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6088. p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6089. p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6090. p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6091. p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6092. b12 = Instance.new("SpecialMesh", p13)
  6093. b12.MeshType = Enum.MeshType.Brick
  6094. b12.Name = "Mesh"
  6095. b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6096. p14 = Instance.new("Part", m7)
  6097. p14.BrickColor = BrickColor.new("Really black")
  6098. p14.Material = Enum.Material.Metal
  6099. 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)
  6100. p14.CanCollide = false
  6101. p14.Locked = true
  6102. p14.FormFactor = Enum.FormFactor.Custom
  6103. p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
  6104. p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6105. p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6106. p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6107. p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6108. p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6109. p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6110. b13 = Instance.new("SpecialMesh", p14)
  6111. b13.MeshType = Enum.MeshType.Brick
  6112. b13.Name = "Mesh"
  6113. b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
  6114. p15 = Instance.new("Part", m7)
  6115. p15.BrickColor = BrickColor.new("Really black")
  6116. p15.Material = Enum.Material.Metal
  6117. p15.Name = "Top"
  6118. p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
  6119. p15.CanCollide = false
  6120. p15.Locked = true
  6121. p15.FormFactor = Enum.FormFactor.Custom
  6122. p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
  6123. p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6124. p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6125. p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6126. p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6127. p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6128. p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6129. b14 = Instance.new("SpecialMesh", p15)
  6130. b14.MeshType = Enum.MeshType.Cylinder
  6131. b14.Name = "Mesh"
  6132. w1 = Instance.new("Weld", p1)
  6133. w1.Name = "Joint"
  6134. w1.Part0 = p1
  6135. w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6136. w1.Part1 = p15
  6137. w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6138. w2 = Instance.new("Weld", p2)
  6139. w2.Name = "Joint"
  6140. w2.Part0 = p2
  6141. w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6142. w2.Part1 = p1
  6143. w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6144. w3 = Instance.new("Weld", p3)
  6145. w3.Name = "Joint"
  6146. w3.Part0 = p3
  6147. w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6148. w3.Part1 = p1
  6149. w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6150. w4 = Instance.new("Weld", p4)
  6151. w4.Name = "Joint"
  6152. w4.Part0 = p4
  6153. w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6154. w4.Part1 = p1
  6155. w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6156. w5 = Instance.new("Weld", p5)
  6157. w5.Name = "Joint"
  6158. w5.Part0 = p5
  6159. 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)
  6160. w5.Part1 = p1
  6161. w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6162. w6 = Instance.new("Weld", p6)
  6163. w6.Name = "Joint"
  6164. w6.Part0 = p6
  6165. 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)
  6166. w6.Part1 = p1
  6167. w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6168. w7 = Instance.new("Weld", p7)
  6169. w7.Name = "Joint"
  6170. w7.Part0 = p7
  6171. 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)
  6172. w7.Part1 = p1
  6173. w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6174. w8 = Instance.new("Weld", p8)
  6175. w8.Name = "Joint"
  6176. w8.Part0 = p8
  6177. 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)
  6178. w8.Part1 = p1
  6179. w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6180. w9 = Instance.new("Weld", p9)
  6181. w9.Name = "Joint"
  6182. w9.Part0 = p9
  6183. 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)
  6184. w9.Part1 = p1
  6185. w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6186. w10 = Instance.new("Weld", p10)
  6187. w10.Name = "Joint"
  6188. w10.Part0 = p10
  6189. 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)
  6190. w10.Part1 = p1
  6191. w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6192. w11 = Instance.new("Weld", p11)
  6193. w11.Name = "Joint"
  6194. w11.Part0 = p11
  6195. 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)
  6196. w11.Part1 = p1
  6197. w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6198. w12 = Instance.new("Weld", p12)
  6199. w12.Name = "Joint"
  6200. w12.Part0 = p12
  6201. 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)
  6202. w12.Part1 = p1
  6203. w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6204. w13 = Instance.new("Weld", p13)
  6205. w13.Name = "Joint"
  6206. w13.Part0 = p13
  6207. 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)
  6208. w13.Part1 = p1
  6209. w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6210. w14 = Instance.new("Weld", p14)
  6211. w14.Name = "Joint"
  6212. w14.Part0 = p14
  6213. 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)
  6214. w14.Part1 = p1
  6215. w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6216. m7.Parent = torso
  6217. m7:MakeJoints()
  6218. ----------------------------------------------------
  6219. local cor7 = Instance.new("Part", torso.Amulet)
  6220. cor7.Name = "Thingy"
  6221. cor7.Locked = true
  6222. cor7.BottomSurface = 0
  6223. cor7.CanCollide = false
  6224. cor7.Size = Vector3.new(1, 1, 1)
  6225. cor7.Transparency = 1
  6226. cor7.TopSurface = 0
  6227. corw7 = Instance.new("Weld", cor7)
  6228. corw7.Part0 = torso.Torso.Connection
  6229. corw7.Part1 = cor7
  6230. corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
  6231. corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
  6232. weld7 = Instance.new("Weld", torso.Amulet)
  6233. weld7.Part0 = cor7
  6234. weld7.Part1 = torso.Amulet.Top
  6235. weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6236. --SWORD
  6237. Player=game:GetService("Players").LocalPlayer
  6238. Character=Player.Character
  6239. PlayerGui=Player.PlayerGui
  6240. Backpack=Player.Backpack
  6241. Torso=Character.Torso
  6242. Head=Character.Head
  6243. Humanoid=Character.Humanoid
  6244. m8=Instance.new('Model',Character)
  6245. LeftArm=Character["Left Arm"]
  6246. LeftLeg=Character["Left Leg"]
  6247. RightArm=Character["Right Arm"]
  6248. RightLeg=Character["Right Leg"]
  6249. it=Instance.new
  6250.  
  6251. Player=game:GetService('Players').LocalPlayer
  6252. Character=Player.Character
  6253. Mouse=Player:GetMouse()
  6254. m8=Instance.new('Model',Character)
  6255. it=Instance.new
  6256. function nooutline(part)
  6257. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  6258. end
  6259. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  6260. local fp=it("Part")
  6261. fp.formFactor=formfactor
  6262. fp.Parent=parent
  6263. fp.Reflectance=reflectance
  6264. fp.Transparency=transparency
  6265. fp.CanCollide=false
  6266. fp.Locked=true
  6267. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  6268. fp.Name=name
  6269. fp.Size=size
  6270. fp.Position=Character.Torso.Position
  6271. nooutline(fp)
  6272. fp.Material=material
  6273. fp:BreakJoints()
  6274. return fp
  6275. end
  6276. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  6277. local mesh=it(Mesh)
  6278. mesh.Parent=part
  6279. if Mesh=="SpecialMesh" then
  6280. mesh.MeshType=meshtype
  6281. mesh.MeshId=meshid
  6282. end
  6283. mesh.Offset=offset
  6284. mesh.Scale=scale
  6285. return mesh
  6286. end
  6287. function weld(parent,part0,part1,c0,c1)
  6288. local weld=it("Weld")
  6289. weld.Parent=parent
  6290. weld.Part0=part0
  6291. weld.Part1=part1
  6292. weld.C0=c0
  6293. weld.C1=c1
  6294. return weld
  6295. end
  6296.  
  6297.  
  6298. m8 = Instance.new("Model")
  6299. m8.Name = "Zyrodoxa"
  6300. Handle=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
  6301. 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))
  6302. mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  6303. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"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.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))
  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,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
  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.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))
  6308. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
  6309. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 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(-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))
  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.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  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.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))
  6314. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6315. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
  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(-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))
  6317. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
  6318. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  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(-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))
  6320. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6321. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  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(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))
  6323. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6324. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
  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(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))
  6326. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6327. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
  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(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))
  6329. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6330. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  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(-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))
  6332. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6333. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  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(-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))
  6335. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6336. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  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(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))
  6338. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6339. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
  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(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))
  6341. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
  6342. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  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(-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))
  6344. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6345. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  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(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))
  6347. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
  6348. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
  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(-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))
  6350. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6351. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  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(-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))
  6353. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6354. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
  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(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))
  6356. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6357. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
  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(-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))
  6359. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6360. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
  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(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))
  6362. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6363. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
  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(-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))
  6365. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6366. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
  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(-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))
  6368. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
  6369. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"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(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))
  6371. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
  6372. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
  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(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))
  6374. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6375. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  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(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))
  6377. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6378. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  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.13575315, -0.0312504768, 1.638713, 0, 0.707106888, 0.707106709, -1, -1.57551966e-007, 1.57552009e-007, 2.2281219e-007, -0.707106709, 0.707106888))
  6380. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6381. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 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(-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))
  6383. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6384. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
  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.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))
  6386. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6387. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 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(-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))
  6389. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6390. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
  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(-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))
  6392. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6393. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  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(-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))
  6395. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
  6396. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
  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.954994917, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
  6398. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6399. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
  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.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))
  6401. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  6402. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
  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(-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))
  6404. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6405. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
  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(-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))
  6407. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6408. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
  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.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))
  6410. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6411. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  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(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))
  6413. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6414. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 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.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
  6416. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6417. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
  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(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))
  6419. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
  6420. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
  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(-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))
  6422. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6423. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.216124982, 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.63488543, 0.590048075, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
  6425. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
  6426. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
  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(-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))
  6428. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6429. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
  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.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))
  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.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
  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(-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))
  6434. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6435. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
  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.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))
  6437. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6438. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
  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(-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))
  6440. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
  6441. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
  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.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))
  6443. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6444. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
  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(-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))
  6446. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6447. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
  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(-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))
  6449. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6450. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
  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(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))
  6452. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
  6453. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  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(-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))
  6455. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6456. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 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.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))
  6458. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6459. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
  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(-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))
  6461. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6462. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
  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(-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))
  6464. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
  6465. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
  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(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))
  6467. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6468. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
  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(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))
  6470. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6471. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
  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(-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))
  6473. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6474. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
  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.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))
  6476. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
  6477. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  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(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))
  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.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  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.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))
  6482. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6483. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  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(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))
  6485. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6486. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
  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(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))
  6488. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
  6489. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
  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(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))
  6491. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6492. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  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(-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))
  6494. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6495. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
  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(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))
  6497. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6498. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
  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(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))
  6500. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6501. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
  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(-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))
  6503. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6504. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
  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(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))
  6506. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6507. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  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(-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))
  6509. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  6510. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  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(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))
  6512. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6513. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.678124905, 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(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))
  6515. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  6516. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
  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(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))
  6518. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
  6519. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.47012496, 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(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))
  6521. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
  6522. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
  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(-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))
  6524. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6525. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
  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(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))
  6527. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6528. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  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.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))
  6530. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6531. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"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.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))
  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.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.480124891, 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(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))
  6536. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
  6537. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
  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(-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))
  6539. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  6540. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
  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(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))
  6542. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
  6543. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
  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.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))
  6545. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6546. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
  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(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))
  6548. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6549. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
  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.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))
  6551. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
  6552. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","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.40289879, -1.62781823, 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.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
  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.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))
  6557. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6558. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
  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.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))
  6560. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
  6561. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
  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.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))
  6563. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6564. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
  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(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))
  6566. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6567. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
  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.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))
  6569. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  6570. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
  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(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))
  6572. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
  6573. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
  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.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))
  6575. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6576. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
  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(-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))
  6578. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
  6579. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  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.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))
  6581. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6582. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
  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(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))
  6584. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
  6585. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
  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.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))
  6587. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  6588. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  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(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))
  6590. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6591. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
  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(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))
  6593. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6594. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
  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(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))
  6596. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6597. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
  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(-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))
  6599. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6600. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  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.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))
  6602. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  6603. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  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(-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))
  6605. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  6606. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
  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.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))
  6608. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
  6609. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
  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(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))
  6611. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
  6612. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
  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.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))
  6614. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6615. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
  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(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))
  6617. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
  6618. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
  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.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))
  6620. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
  6621. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
  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(-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))
  6623. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
  6624. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
  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.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))
  6626. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
  6627. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
  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(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))
  6629. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
  6630. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  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(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))
  6632. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6633. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
  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(-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))
  6635. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6636. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
  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(-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))
  6638. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6639. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
  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.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))
  6641. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
  6642. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  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(-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))
  6644. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  6645. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
  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(-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))
  6647. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  6648. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
  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(-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))
  6650. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
  6651. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
  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(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))
  6653. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
  6654. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
  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(-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))
  6656. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6657. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","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.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))
  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.Granite,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
  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(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))
  6662. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6663. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
  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(-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))
  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,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
  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.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))
  6668. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6669. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
  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.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))
  6671. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6672. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
  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.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))
  6674. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
  6675. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
  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(-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))
  6677. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
  6678. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
  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.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))
  6680. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
  6681. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
  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(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))
  6683. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
  6684. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
  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(-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))
  6686. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
  6687. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
  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(-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))
  6689. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
  6690. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
  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(-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))
  6692. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
  6693. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
  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(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))
  6695. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  6696. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  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(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))
  6698. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6699. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 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(-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))
  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.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
  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(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))
  6704. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  6705. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
  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.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))
  6707. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
  6708. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","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.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-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.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
  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.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))
  6713. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6714. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
  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(-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))
  6716. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6717. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
  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(-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))
  6719. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
  6720. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
  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(-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))
  6722. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
  6723. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
  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(-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))
  6725. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
  6726. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
  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(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))
  6728. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
  6729. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
  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(-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))
  6731. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
  6732. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  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(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))
  6734. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6735. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
  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(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))
  6737. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6738. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
  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(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))
  6740. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
  6741. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  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(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))
  6743. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6744. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
  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(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))
  6746. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
  6747. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
  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(-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))
  6749. mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
  6750. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
  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(-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))
  6752. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6753. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
  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(-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))
  6755. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
  6756. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
  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(-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))
  6758. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
  6759. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
  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(-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))
  6761. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
  6762. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
  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(-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))
  6764. mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
  6765. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
  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(-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))
  6767. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
  6768. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
  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(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))
  6770. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
  6771. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  6772. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 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))
  6773. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6774. Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
  6775. Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 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))
  6776. mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
  6777. Hitbox=part(Enum.FormFactor.Symmetric,m8,Enum.Material.Granite,0,1,"Crimson","Hitbox",Vector3.new(6.5, 4.0, 2.0))
  6778. 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))
  6779. m8.Parent = rarm
  6780. m8:MakeJoints()
  6781.  
  6782. m8.Part.CanCollide = false
  6783. m8.Handle.CanCollide = false
  6784. ----------------------------------------------------
  6785. local cor8 = Instance.new("Part", rarm.Zyrodoxa)
  6786. cor8.Name = "Thingy"
  6787. cor8.Locked = true
  6788. cor8.BottomSurface = 0
  6789. cor8.CanCollide = false
  6790. cor8.Size = Vector3.new(1, 1, 1)
  6791. cor8.Transparency = 1
  6792. cor8.TopSurface = 0
  6793. corw8 = Instance.new("Weld", cor8)
  6794. corw8.Part0 = rarm
  6795. corw8.Part1 = cor8
  6796. corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
  6797. corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6798. weld8 = Instance.new("Weld", rarm.Zyrodoxa)
  6799. weld8.Part0 = cor8
  6800. weld8.Part1 = rarm.Zyrodoxa.Handle
  6801. weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  6802. Amulite = Instance.new("PointLight",m7.Center)
  6803. Amulite.Brightness = 0
  6804. Amulite.Color = Color3.new(0,1,0)
  6805. ----------------------------------------------------
  6806. models = {m,m2,m3,m4,m5,m6,m7,m8}
  6807. parts = {}
  6808. Stepped:connect(function()
  6809. for i,v in pairs(models) do
  6810. for _, a in pairs(v:GetChildren()) do
  6811. if v:IsA("Part") and v.Name ~= "Thingy" then
  6812. table.insert(parts, a)
  6813. for i,v in pairs(parts) do
  6814. v.CanCollide = false
  6815. end
  6816. end
  6817. end
  6818. end
  6819. end)
  6820. ----------------------------------------------------
  6821. local animpose = "Idle1"
  6822. local lastanimpose = "Idle1"
  6823. local grab = false
  6824. local Smooth = 1
  6825. local sine = 0
  6826. local change = 1
  6827. local val = 0
  6828. local ffing = false
  6829. ----------------------------------------------------
  6830. --[[local hitbox = m8.Hitbox --Zyrodoxa is the name of the dagger k
  6831.  
  6832. function FindHumanoids()
  6833. local function c_region(Position, Size)
  6834. local SizeOffset = Size/2
  6835. local Point1 = Position - SizeOffset
  6836. local Point2 = Position + SizeOffset
  6837. local a = Instance.new("Part", workspace)
  6838. a.Anchored = true
  6839. a.Size = Size
  6840. a.Position = Position
  6841. print("Hey!, I'm making a part!")
  6842. return Region3.new(Point1, Point2)
  6843. end
  6844.  
  6845. local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6846. local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6847. local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6848. local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
  6849.  
  6850. local regions = {a, b, c, d}
  6851.  
  6852. local found_humanoids = {}
  6853. local already_found = {char.Name}
  6854.  
  6855. for _, region in pairs(regions) do
  6856. for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
  6857. print(part, part.Parent, part.Name) ---nope
  6858. if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  6859. local humanoid = part.Parent:FindFirstChild("Humanoid")
  6860. local name = humanoid.Parent.Name
  6861. local exists = false
  6862. for _, n in pairs(already_found) do
  6863. if n == name then
  6864. exists = true
  6865. end
  6866. end
  6867. if not exists then
  6868. table.insert(already_found, name)
  6869. table.insert(found_humanoids, humanoid)
  6870. end
  6871. elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
  6872. local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
  6873. local name = humanoid.Parent.Parent.Name
  6874. local exists = false
  6875. for _, n in pairs(already_found) do
  6876. if n == name then
  6877. exists = true
  6878. end
  6879. end
  6880. if not exists then
  6881. table.insert(already_found, name)
  6882. table.insert(found_humanoids, humanoid)
  6883. end
  6884. end
  6885. end
  6886. end
  6887. return found_humanoids
  6888. end
  6889.  
  6890. local humanoids = FindHumanoids()
  6891. if #humanoids == 0 then
  6892. for i, v in pairs(humanoids) do
  6893. print(v.Parent.Name)
  6894. if Debounces.Slashing == true then
  6895. v:TakeDamage(math.random(50,70) * math.random(1,3)) --max 60 damage?
  6896. elseif Debounces.Slashing == false then
  6897. wait()
  6898. end
  6899. end
  6900. wait(0.3)
  6901. end]]--
  6902. ----------------------------------------------------
  6903. --[[mouse.KeyDown:connect(function(key)
  6904. if key == "f" then
  6905. if Debounces.CanAttack == true then
  6906. Debounces.CanAttack = false
  6907. Debounces.NoIdl = true
  6908. Debounces.on = true
  6909. for i = 1, 20 do
  6910. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  6911. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  6912. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
  6913. CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6914. CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6915. CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6916. CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
  6917. 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)
  6918. 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)
  6919. 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)
  6920. 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)
  6921. 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)
  6922. 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)
  6923. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
  6924. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
  6925. 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)
  6926. 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)
  6927. 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)
  6928. 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)
  6929. if Debounces.on == false then
  6930. break
  6931. end
  6932. fat.Event:wait()
  6933. end
  6934. end
  6935. end
  6936. end)]]--
  6937. ----------------------------------------------------
  6938. mod4 = Instance.new("Model",char)
  6939.  
  6940. ptez = {0.7, 0.8, 0.9, 1}
  6941.  
  6942. function FindNearestTorso(Position,Distance,SinglePlayer)
  6943. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  6944. local List = {}
  6945. for i,v in pairs(workspace:GetChildren())do
  6946. if v:IsA("Model")then
  6947. if v:findFirstChild("Torso")then
  6948. if v ~= char then
  6949. if(v.Torso.Position -Position).magnitude <= Distance then
  6950. table.insert(List,v)
  6951. end
  6952. end
  6953. end
  6954. end
  6955. end
  6956. return List
  6957. end
  6958.  
  6959. function Slam()
  6960. local part=Instance.new('Part',mod4)
  6961. part.Anchored=true
  6962. part.CanCollide=false
  6963. part.FormFactor='Custom'
  6964. part.Size=Vector3.new(.2,.2,.2)
  6965. part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
  6966. part.Transparency=.7
  6967. part.BrickColor=BrickColor.new('Really black')
  6968. mesh=Instance.new('SpecialMesh',part)
  6969. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  6970. mesh.Scale=Vector3.new(3,3,3)
  6971. local part2=Instance.new('Part',mod4)
  6972. part2.Anchored=true
  6973. part2.CanCollide=false
  6974. part2.FormFactor='Custom'
  6975. part2.Size=Vector3.new(.2,.2,.2)
  6976. part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
  6977. part2.Transparency=.7
  6978. part2.BrickColor=BrickColor.new('Crimson')
  6979. mesh2=Instance.new('SpecialMesh',part2)
  6980. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  6981. mesh2.Scale=Vector3.new(3,1.5,3)
  6982. x = Instance.new("Sound",larm)
  6983. x.SoundId = "http://www.roblox.com/asset/?id=137977694"
  6984. x.Pitch = ptez[math.random(1,#ptez)]
  6985. x.Volume = 1
  6986. wait(.1)
  6987. x1 = Instance.new("Sound",larm)
  6988. x1.SoundId = "http://www.roblox.com/asset/?id=137977694"
  6989. x1.Pitch = ptez[math.random(1,#ptez)]
  6990. x1.Volume = 1
  6991. wait(.1)
  6992. x:Play()
  6993. x1:Play()
  6994. for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
  6995. if v:FindFirstChild('Humanoid') then
  6996. v.Humanoid:TakeDamage(math.random(9999998,9999999))
  6997. end
  6998. end
  6999.  
  7000.  
  7001.  
  7002. coroutine.resume(coroutine.create(function()
  7003. for i=0,0.62,0.13 do
  7004. wait()
  7005. part.CFrame=part.CFrame
  7006. part.Transparency=i
  7007. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  7008. part2.CFrame=part2.CFrame
  7009. part2.Transparency=i
  7010. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  7011. end
  7012. part.Parent=nil
  7013. part2.Parent=nil
  7014. x:Destroy()
  7015. end))
  7016. end
  7017. ----------------------------------------------------
  7018. wPart = function(x,y,z,color,tr,cc,an,parent)
  7019. local wp = Instance.new('WedgePart',parent or Weapon)
  7020. wp.formFactor = 'Custom'
  7021. wp.Size = Vector3.new(x,y,z)
  7022. wp.BrickColor = BrickColor.new(color)
  7023. wp.CanCollide = cc
  7024. wp.Transparency = tr
  7025. wp.Anchored = an
  7026. wp.TopSurface,wp.BottomSurface = 0,0
  7027. return wp
  7028. end
  7029.  
  7030. Mesh = function(par,num,x,y,z)
  7031. local msh = _
  7032. if num == 1 then
  7033. msh = Instance.new("CylinderMesh",par)
  7034. elseif num == 2 then
  7035. msh = Instance.new("SpecialMesh",par)
  7036. msh.MeshType = 3
  7037. elseif num == 3 then
  7038. msh = Instance.new("BlockMesh",par)
  7039. elseif num == 4 then
  7040. msh = Instance.new("SpecialMesh",par)
  7041. msh.MeshType = "Torso"
  7042. elseif type(num) == 'string' then
  7043. msh = Instance.new("SpecialMesh",par)
  7044. msh.MeshId = num
  7045. end
  7046. msh.Scale = Vector3.new(x,y,z)
  7047. return msh
  7048. end
  7049.  
  7050. local function CFrameFromTopBack(at, top, back)
  7051. local right = top:Cross(back)
  7052. return CFrame.new(at.x, at.y, at.z,
  7053. right.x, top.x, back.x,
  7054. right.y, top.y, back.y,
  7055. right.z, top.z, back.z)
  7056. end
  7057.  
  7058. function Triangle(a, b, c)
  7059. local edg1 = (c-a):Dot((b-a).unit)
  7060. local edg2 = (a-b):Dot((c-b).unit)
  7061. local edg3 = (b-c):Dot((a-c).unit)
  7062. if edg1 <= (b-a).magnitude and edg1 >= 0 then
  7063. a, b, c = a, b, c
  7064. elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
  7065. a, b, c = b, c, a
  7066. elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
  7067. a, b, c = c, a, b
  7068. else
  7069. print("unreachable")
  7070. end
  7071. local len1 = (c-a):Dot((b-a).unit)
  7072. local len2 = (b-a).magnitude - len1
  7073. local width = (a + (b-a).unit*len1 - c).magnitude
  7074. local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
  7075. local list = {}
  7076. if len1 > 0.01 then
  7077. local w1 = wPart(0,0,0,'Crimson',0.5,false,true,char)
  7078. local sz = Vector3.new(0.2, width, len1)
  7079. w1.Size = sz
  7080. local sp = Mesh(w1,2,0,0,0)
  7081. sp.MeshType='Wedge'
  7082. sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
  7083. w1:BreakJoints()
  7084. w1.Anchored = true
  7085. w1.Transparency = 0.7
  7086. Spawn(function()
  7087. for i=0,1,0.1 do
  7088. fat.Event:wait()
  7089. w1.Transparency=w1.Transparency+0.03
  7090. end
  7091. end)
  7092. w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
  7093. table.insert(list,w1)
  7094. end
  7095. if len2 > 0.01 then
  7096. local w2 = wPart(0,0,0,'Crimson',0.5,false,true,char)
  7097. local sz = Vector3.new(0.2, width, len2)
  7098. w2.Size = sz
  7099. local sp = Mesh(w2,2,0,0,0)
  7100. sp.MeshType='Wedge'
  7101. sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
  7102. w2:BreakJoints()
  7103. w2.Anchored = true
  7104. w2.Transparency = 0.7
  7105. Spawn(function()
  7106. for i=0,1,0.1 do
  7107. fat.Event:wait()
  7108. w2.Transparency=w2.Transparency+0.03
  7109. end
  7110. end)
  7111. w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
  7112. table.insert(list,w2)
  7113. end
  7114. return unpack(list)
  7115. end
  7116.  
  7117.  
  7118. ----------------------------------------------------
  7119. function Dmg()
  7120. local partofdeath = m8.Hitbox
  7121. local function CreateRegion3FromLocAndSize(Position, Size)
  7122. local SizeOffset = Size/2
  7123. local Point1 = Position - SizeOffset
  7124. local Point2 = Position + SizeOffset
  7125. return Region3.new(Point1, Point2)
  7126. end
  7127. local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
  7128. for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
  7129. Spawn(function()
  7130. if Debounces.Slashing == true and Debounces.Slashed == false then
  7131. Debounces.Slashed = true
  7132. ypcall(function()
  7133. local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
  7134. humanoid:TakeDamage(math.random(50,70))
  7135. end)
  7136. wait(.4)
  7137. Debounces.Slashed = false
  7138. end
  7139. end)
  7140. end
  7141. end
  7142. ----------------------------------------------------
  7143. pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  7144. ptz = {0.7, 0.8, 0.9, 1}
  7145. idz = {"161006212", "161006195"}
  7146. function attackone()
  7147. for i = 1, 13 do
  7148. 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)
  7149. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
  7150. 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)
  7151. 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)
  7152. 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)
  7153. 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)
  7154. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
  7155. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
  7156. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
  7157. 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)
  7158. 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)
  7159. 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)
  7160. 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)
  7161. 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)
  7162. if Debounces.on == false then
  7163. break
  7164. end
  7165. fat.Event:wait()
  7166. end
  7167. Debounces.Slashing = true
  7168. wait(0.2)
  7169. --[[z = Instance.new("Sound", hed)
  7170. z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
  7171. z.Pitch = ptz[math.random(1,#ptz)]
  7172. z.Volume = 1
  7173. wait(.01)
  7174. z:Play()]]--
  7175.  
  7176. for i = 1, 14 do
  7177. Dmg()
  7178. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
  7179. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
  7180. 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)
  7181. 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)
  7182. 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)
  7183. 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)
  7184. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
  7185. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7186. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
  7187. 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)
  7188. 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)
  7189. 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)
  7190. 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)
  7191. 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)
  7192. if Debounces.on == false then break end
  7193. rs:wait()
  7194. end
  7195. Debounces.Slashing = false
  7196. end
  7197. function attacktwo()
  7198. Debounces.Slashing = true
  7199. for i = 1, 14 do
  7200. Dmg()
  7201. corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
  7202. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
  7203. 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)
  7204. 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)
  7205. 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)
  7206. 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)
  7207. 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)
  7208. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7209. 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)
  7210. 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)
  7211. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
  7212. 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)
  7213. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
  7214. 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)
  7215. if Debounces.on == false then
  7216. break
  7217. end
  7218. rs:wait()
  7219. end
  7220. end
  7221. ----------------------------------------------------
  7222. ComboNum = 0
  7223. mouse.Button1Down:connect(function()
  7224. if Debounces.CanAttack == true then
  7225. Debounces.CanAttack = false
  7226. Debounces.NoIdl = true
  7227. Debounces.on = true
  7228. if ComboNum == 0 then
  7229. attackone()
  7230. elseif ComboNum == 1 then
  7231. attacktwo()
  7232. --[[elseif ComboNum == 2 then
  7233. attackthree()]]--
  7234. end
  7235. ComboNum = ComboNum + 1
  7236. Debounces.CanAttack = true
  7237. Debounces.on = false
  7238. wait(.5)
  7239. if Debounces.CanAttack == true then
  7240. ComboNum = 0
  7241. Debounces.NoIdl = false
  7242. end
  7243. end
  7244. end)
  7245. ----------------------------------------------------
  7246. definition = 5
  7247. bc = {}
  7248. bezierparts = {}
  7249. function NoOutline(Part)
  7250. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  7251. end
  7252. function draw(p,d)
  7253. for i=1,d do
  7254. local t = i/d
  7255. bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
  7256. end
  7257. for i=1,d do
  7258. local bcs = Instance.new("Part",char)
  7259. NoOutline(bcs)
  7260. bcs.Anchored = true
  7261. bcs.CanCollide = false
  7262. bcs.Material = "Neon"
  7263. bcs.BrickColor = BrickColor.new("Crimson")
  7264. bcs.Size = Vector3.new(1,1,1)
  7265. bcs.Shape = Enum.PartType.Ball
  7266. bcs.CFrame = CFrame.new(bc[i])
  7267. local bcp = Instance.new("Part",char)
  7268. NoOutline(bcp)
  7269. bcp.Anchored = true
  7270. bcp.CanCollide = false
  7271. bcp.Material = "Neon"
  7272. bcp.BrickColor = BrickColor.new("Crimson")
  7273. local cm = Instance.new("CylinderMesh")
  7274. cm.Parent = bcp
  7275. if i ~= 1 then
  7276. bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  7277. bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
  7278. else
  7279. bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
  7280. bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
  7281. end
  7282. table.insert(bezierparts, bcs)
  7283. table.insert(bezierparts, bcp)
  7284. end
  7285. Spawn(function() fat.Event:wait()
  7286. for i,v in pairs(bezierparts) do
  7287. v.Transparency = 1
  7288. end
  7289. end)
  7290. end
  7291. --local points = {larm.Position,rarn.Position,invisipart.Position}
  7292. --draw(points,definition)
  7293. mouse.KeyDown:connect(function(key)
  7294. if key == "f" then
  7295. if Debounces.CanAttack == true then
  7296. Debounces.CanAttack = false
  7297. Debounces.NoIdl = true
  7298. Debounces.on = true
  7299. for i = 1, 20 do
  7300. 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)
  7301. 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)
  7302. 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)
  7303. 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)
  7304. 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)
  7305. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7306. 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)
  7307. 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)
  7308. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  7309. 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)
  7310. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  7311. 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)
  7312. if Debounces.on == false then
  7313. break
  7314. end
  7315. fat.Event:wait()
  7316. end
  7317. rpart = Instance.new("Part",rarm)
  7318. NoOutline(rpart)
  7319. rpart.Anchored = false
  7320. rpart.Size = Vector3.new(1,1,1)
  7321. rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
  7322. rpart.Transparency = 1
  7323. newWeld(rarm, rpart, 0, 0, 0)
  7324. rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  7325. lpart = Instance.new("Part",larm)
  7326. NoOutline(lpart)
  7327. lpart.Anchored = false
  7328. lpart.Size = Vector3.new(1,1,1)
  7329. lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
  7330. lpart.Transparency = 1
  7331. newWeld(larm, lpart, 0, 0, 0)
  7332. lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
  7333. invisipart = Instance.new("Part",torso)
  7334. NoOutline(invisipart)
  7335. invisipart.Anchored = false
  7336. invisipart.Size = Vector3.new(1,1,1)
  7337. invisipart.Transparency = 1
  7338. invisipart.CFrame = torso.CFrame
  7339. newWeld(torso, invisipart, 0, 0, 0)
  7340. invisipart.Weld.C1 = CFrame.new(0, 0, 6)
  7341. table.insert(bezierparts, rpart)
  7342. table.insert(bezierparts, lpart)
  7343. table.insert(bezierparts, invisipart)
  7344. for i = 1, 40 do
  7345. local points = {lpart.Position,invisipart.Position,rpart.Position}
  7346. draw(points,definition)
  7347. --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
  7348. 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)
  7349. 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)
  7350. 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)
  7351. 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)
  7352. 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)
  7353. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  7354. 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)
  7355. 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)
  7356. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
  7357. 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)
  7358. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
  7359. 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)
  7360. if Debounces.on == false then
  7361. break
  7362. end
  7363. fat.Event:wait()
  7364. end
  7365. for i,v in pairs(bezierparts) do
  7366. v:Destroy()
  7367. end
  7368. --draw(points,definition)
  7369. if Debounces.CanAttack == false then
  7370. Debounces.CanAttack = true
  7371. Debounces.NoIdl = false
  7372. Debounces.on = false
  7373. end
  7374. end
  7375. end
  7376. end)
  7377. ----------------------------------------------------
  7378. pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
  7379. IDs = {"415880409","415880478"}
  7380. mouse.KeyDown:connect(function(key)
  7381. if key == "h" then
  7382. if Debounces.CanJoke == true then
  7383. Debounces.CanJoke = false
  7384. z = Instance.new("Sound",hed)
  7385. z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
  7386. z.Pitch = 1
  7387. z.Volume = 1
  7388. z1 = Instance.new("Sound",hed)
  7389. z1.SoundId = z.SoundId
  7390. z1.Pitch = 1
  7391. z1.Volume = 1
  7392. wait()
  7393. z:Play()
  7394. z1:Play()
  7395. wait(5)
  7396. z:Destroy()
  7397. z1:Destroy()
  7398. if Debounces.CanJoke == false then
  7399. Debounces.CanJoke = true
  7400. end
  7401. end
  7402. end
  7403. end)
  7404. ----------------------------------------------------
  7405. mouse.KeyDown:connect(function(key)
  7406. if string.byte(key) == 49 then --rightctrl
  7407. hed.face.Texture = "rbxassetid://1085435"
  7408. char.Humanoid.WalkSpeed = 90
  7409. z.Volume = 0
  7410. z2 = Instance.new("Sound",char)
  7411. z2.SoundId = "rbxassetid://176238381"
  7412. z2.Looped = true
  7413. z2.Pitch = 1
  7414. z2.Volume = 1
  7415. z2:Play()
  7416.  
  7417. player = game.Players.LocalPlayer
  7418. b = Instance.new("BillboardGui", hed)
  7419. b.Size = UDim2.new(0, 200, 0, 40)
  7420. b.StudsOffset = Vector3.new(0, 1.9, 0)
  7421. t = Instance.new("TextLabel", b)
  7422. t.BackgroundTransparency = 1
  7423. t.Size = UDim2.new(0, 200, 0, 50)
  7424. t.Font = "SourceSansBold"
  7425. t.FontSize = "Size32"
  7426. t.Text = "[RAGE MODE ACTIVATED]"
  7427. t.TextColor3 = Color3.new(1, 1, 1)
  7428. t.TextStrokeTransparency = 0
  7429. t.Position = UDim2.new(0, 0, -0.4, -11)
  7430.  
  7431. wait(10)
  7432. char.Humanoid.WalkSpeed = 16
  7433. b:Remove()
  7434. z2:Stop()
  7435. z.Volume = 0.8
  7436. hed.face.Texture = "rbxassetid://362505168"
  7437. end
  7438. end)
  7439. ----------------------------------------------------
  7440. mouse.KeyDown:connect(function(key)
  7441. if key == "j" then
  7442. if Debounces.CanJoke == true then
  7443. Debounces.CanJoke = false
  7444. z = Instance.new("Sound",hed)
  7445. z.SoundId = "rbxassetid://415859013"
  7446. z.Pitch = pitches[math.random(1,#pitches)]
  7447. z.Volume = 1
  7448. wait()
  7449. z:Play()
  7450. wait(2)
  7451. z:Destroy()
  7452. if Debounces.CanJoke == false then
  7453. Debounces.CanJoke = true
  7454. end
  7455. end
  7456. end
  7457. end)
  7458. ----------------------------------------------------
  7459. mouse.KeyDown:connect(function(key)
  7460. if key == "k" then
  7461. if Debounces.CanJoke == true then
  7462. Debounces.CanJoke = false
  7463. z = Instance.new("Sound",hed)
  7464. z.SoundId = "rbxassetid://415859085"
  7465. z.Pitch = pitches[math.random(1,#pitches)]
  7466. z.Volume = 1
  7467. wait()
  7468. z:Play()
  7469. wait(2)
  7470. z:Destroy()
  7471. if Debounces.CanJoke == false then
  7472. Debounces.CanJoke = true
  7473. end
  7474. end
  7475. end
  7476. end)
  7477. ----------------------------------------------------
  7478. Grab = false
  7479. mouse.KeyDown:connect(function(key)
  7480. if key == "z" then
  7481. Debounces.on = true
  7482. Debounces.NoIdl = true
  7483. Debounces.ks = true
  7484. if Grab == false then
  7485. gp = nil
  7486. for i = 1, 20 do
  7487. 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)
  7488. 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)
  7489. 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)
  7490. 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)
  7491. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
  7492. 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)
  7493. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
  7494. 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)
  7495. 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)
  7496. 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)
  7497. 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)
  7498. 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)
  7499. if Debounces.on == false then break end
  7500. fat.Event:wait()
  7501. end
  7502. con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
  7503. ht = hit.Parent
  7504. for i,v in pairs(ht:GetChildren()) do
  7505. if v:IsA("Part") then
  7506. v.CanCollide = false
  7507. end
  7508. end
  7509. hum1=ht:FindFirstChild('Humanoid')
  7510. if hum1 ~= nil then
  7511. if Debounces.ks==true then
  7512. z = Instance.new("Sound",hed)
  7513. z.SoundId = "rbxassetid://169380525"
  7514. z.Volume = 1
  7515. z:Play()
  7516. Debounces.ks=false
  7517. end
  7518. hum1.PlatformStand=true
  7519. hum1:ChangeState'Physics'
  7520. gp = ht
  7521. Grab = true
  7522. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
  7523. asd.Parent = larm
  7524. asd.Name = "asd"
  7525. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
  7526. stanceToggle = "Grabbed"
  7527. --[[elseif hum1 == nil then
  7528. con1:disconnect()
  7529. wait() return]]--
  7530. end
  7531. end)
  7532. for i = 1, 20 do
  7533. 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)
  7534. 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)
  7535. 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)
  7536. 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)
  7537. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
  7538. 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)
  7539. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  7540. 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)
  7541. 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)
  7542. 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)
  7543. 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)
  7544. 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)
  7545. if Debounces.on == false then break end
  7546. fat.Event:wait()
  7547. end
  7548. con1:disconnect()
  7549. Debounces.on = false
  7550. Debounces.NoIdl = false
  7551. elseif Grab == true then
  7552. Grab = false
  7553. --[[for i = 1, 16 do
  7554. 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)
  7555. 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)
  7556. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
  7557. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  7558. 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)
  7559. 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)
  7560. cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
  7561. if Debounces.on == false then end
  7562. rs:wait()
  7563. end]]--
  7564. for i = 1, 16 do
  7565. 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)
  7566. 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)
  7567. 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)
  7568. 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)
  7569. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
  7570. 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)
  7571. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
  7572. 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)
  7573. 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)
  7574. 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)
  7575. 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)
  7576. 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)
  7577. if Debounces.on == false then end
  7578. rs:wait()
  7579. end
  7580. for i = 1, 12 do
  7581. 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)
  7582. 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)
  7583. 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)
  7584. 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)
  7585. 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)
  7586. 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)
  7587. 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)
  7588. 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)
  7589. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  7590. 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)
  7591. 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)
  7592. 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)
  7593. if Debounces.on == false then end
  7594. rs:wait()
  7595. end
  7596. Slam()
  7597. if gp ~= nil then
  7598. for i,v in pairs(larm:GetChildren()) do
  7599. if v.Name == "asd" and v:IsA("Weld") then
  7600. v:Remove()
  7601. end
  7602. if v:IsA("Part") then
  7603. v.CanCollide = true
  7604. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7605. end
  7606. end
  7607. end
  7608. stanceToggle = "Idle1"
  7609. --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  7610. bv.maxForce = Vector3.new(400000, 400000, 400000)
  7611. bv.P = 125000
  7612. bv.velocity = char.Head.CFrame.lookVector * 200]]--
  7613. ht=nil
  7614. Debounces.on = false
  7615. Debounces.NoIdl = false
  7616. elseif ht == nil then wait()
  7617. Grab = false
  7618. Debounces.on = false
  7619. Debounces.NoIdl = false
  7620. end
  7621. end
  7622. end)
  7623. ----------------------------------------------------
  7624. --WIPX
  7625. mouse.KeyDown:connect(function(key)
  7626. if key == "x" then
  7627. stanceToggle = "Idle1"
  7628. for i,v in pairs(larm:GetChildren()) do
  7629. if v.Name == "asd" and v:IsA("Weld") then
  7630. v:Remove()
  7631. Grab = false
  7632. Grab = false
  7633. if v:IsA("Part") then
  7634. v.CanCollide = true
  7635. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7636.  
  7637. hum1.PlatformStand=false
  7638. stanceToggle = "Idle1"
  7639. Grab = false
  7640. stanceToggle = "Idle1"
  7641. end
  7642. end
  7643. end
  7644. end
  7645. end)
  7646. ----------------------------------------------------
  7647. --WIPC
  7648. mouse.KeyDown:connect(function(key)
  7649. if key == "c" then
  7650. 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)
  7651. wait()
  7652. 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)
  7653. wait()
  7654. wait(0.1)
  7655. Slam()
  7656. end
  7657. end)
  7658. ----------------------------------------------------
  7659. --WIPV
  7660. mouse.KeyDown:connect(function(key)
  7661. if key == "v" then
  7662. Debounces.on = true
  7663. Debounces.NoIdl = true
  7664. Debounces.ks = true
  7665. if Grab == false then
  7666. gp = nil
  7667. for i = 1, 12 do
  7668. 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)
  7669. 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)
  7670. 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)
  7671. 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)
  7672. 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)
  7673. 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)
  7674. 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)
  7675. 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)
  7676. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
  7677. 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)
  7678. 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)
  7679. 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)
  7680. if Debounces.on == false then end
  7681. fat.Event:wait()
  7682. end
  7683. Slam()
  7684. if gp ~= nil then
  7685. for i,v in pairs(larm:GetChildren()) do
  7686. if v.Name == "asd" and v:IsA("Weld") then
  7687. v:Remove()
  7688. end
  7689. if v:IsA("Part") then
  7690. v.CanCollide = true
  7691. v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
  7692. end
  7693. end
  7694. end
  7695. stanceToggle = "Idle1"
  7696. ht=nil
  7697. Debounces.on = false
  7698. Debounces.NoIdl = false
  7699. elseif ht == nil then wait()
  7700. Grab = false
  7701. Debounces.on = false
  7702. Debounces.NoIdl = false
  7703. end
  7704. end
  7705. end)
  7706. ----------------------------------------------------
  7707. mouse.KeyDown:connect(function(key)
  7708. if string.byte(key) == 52 then
  7709. Swing = 2
  7710. char.Humanoid.WalkSpeed = 25
  7711. end
  7712. end)
  7713. mouse.KeyUp:connect(function(key)
  7714. if string.byte(key) == 52 then
  7715. Swing = 1
  7716. char.Humanoid.WalkSpeed = 16
  7717. end
  7718. end)
  7719. ----------------------------------------------------
  7720. CR = torso.Cloak.Rotater
  7721. CR2 = torso.Cloak.CapeLevel1
  7722. CR3 = torso.Cloak.CapeLevel2
  7723. CR4 = torso.Cloak.CapeLevel3
  7724. CR5 = torso.Cloak.CapeLevel4
  7725. jump = false
  7726. rs:connect(function()
  7727. if char.Humanoid.Jump == true then
  7728. jump = true
  7729. else
  7730. jump = false
  7731. end
  7732. char.Humanoid.FreeFalling:connect(function(f)
  7733. if f then
  7734. ffing = true
  7735. else
  7736. ffing = false
  7737. end
  7738. end)
  7739. sine = sine + change
  7740. if jump == true then
  7741. animpose = "Jumping"
  7742. elseif ffing == true then
  7743. animpose = "Freefalling"
  7744. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  7745. animpose = "Idle"
  7746. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 0 then
  7747. animpose = "Idle"
  7748. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  7749. animpose = "Walking"
  7750. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 60 then
  7751. animpose = "Freefalling"
  7752. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  7753. animpose = "Running"
  7754.  
  7755.  
  7756. end
  7757. RightLeg = CFrame.new(0.5,-1,0)
  7758. LeftLeg = CFrame.new(-0.5,-1,0)
  7759.  
  7760. lefth = (torso.CFrame*LeftLeg)
  7761. righth = (torso.CFrame*RightLeg)
  7762.  
  7763. speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
  7764.  
  7765. TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
  7766.  
  7767. local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
  7768. local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
  7769. if animpose ~= lastanimpose then
  7770. sine = 0
  7771. if Debounces.NoIdl == false then
  7772. if stanceToggle == "Idle1" then
  7773. 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)
  7774. 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)
  7775. 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)
  7776. 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)
  7777. 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)
  7778. 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)
  7779. elseif stanceToggle == "Idle2" then
  7780. 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)
  7781. 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)
  7782. 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)
  7783. 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)
  7784. 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)
  7785. 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)
  7786. end
  7787. fat.Event:wait()
  7788. end
  7789. else
  7790. end
  7791. lastanimpose = animpose
  7792. if Debounces.NoIdl == false then
  7793. if animpose == "Idle" then
  7794. change = 0.5
  7795. if stanceToggle == "Idle1" then
  7796. 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)
  7797. 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)
  7798. 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)
  7799. 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)
  7800. 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)
  7801. 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)
  7802. 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)
  7803. 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)
  7804. 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)
  7805. 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)
  7806. 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)
  7807. 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)
  7808. 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)
  7809. 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)
  7810. 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)
  7811. 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)
  7812. 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)
  7813. 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)
  7814. 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)
  7815. elseif stanceToggle == "Idle2" then
  7816. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
  7817. 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)
  7818. 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)
  7819. 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)
  7820. 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)
  7821. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7822. 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)
  7823. 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)
  7824. 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)
  7825. 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)
  7826. 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)
  7827. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  7828. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
  7829. --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)
  7830. 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)
  7831. 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)
  7832. 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)
  7833. 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)
  7834. 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)
  7835. elseif stanceToggle == "Grabbed" then
  7836. grab = true
  7837. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7838. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7839. 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)
  7840. 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)
  7841. 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)
  7842. 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)
  7843. 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)
  7844. 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)
  7845. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
  7846. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
  7847. 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)
  7848. 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)
  7849. 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)
  7850. 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)
  7851. end
  7852. elseif animpose == "Walking" then
  7853. if stanceToggle == "Grabbed" then
  7854. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7855. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7856. 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)
  7857. 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)
  7858. 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)
  7859. 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)
  7860. 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)
  7861. 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)
  7862. 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)
  7863. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  7864. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  7865. 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)
  7866. 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)
  7867. 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)
  7868. 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)
  7869. elseif stanceToggle ~= "Grabbed" then
  7870. change = 1
  7871. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7872. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7873. 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)
  7874. 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)
  7875. 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)
  7876. 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)
  7877. 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)
  7878. 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)
  7879. 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)
  7880. 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)
  7881. 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)
  7882. 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)
  7883. 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)
  7884. 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)
  7885. --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
  7886. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
  7887. --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)
  7888. 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)
  7889. 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)
  7890. --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)
  7891. 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)
  7892. 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)
  7893. end
  7894. elseif animpose == "Running" then
  7895. change = 1
  7896. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7897. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7898. 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)
  7899. 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)
  7900. 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)
  7901. 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)
  7902. 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)
  7903. 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)
  7904. 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)
  7905. 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)
  7906. 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)
  7907. 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)
  7908. 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)
  7909. 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)
  7910. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7911. 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)
  7912. 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)
  7913. 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)
  7914. 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)
  7915. elseif animpose == "Jumping" then
  7916. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
  7917. 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)
  7918. 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)
  7919. 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)
  7920. 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)
  7921. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7922. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7923. 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)
  7924. 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)
  7925. 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)
  7926. 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)
  7927. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
  7928. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  7929. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7930. 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)
  7931. 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)
  7932. 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)
  7933. 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)
  7934. elseif animpose == "fly" then
  7935. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  7936. 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)
  7937. 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)
  7938. 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)
  7939. 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)
  7940. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7941. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7942. 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)
  7943. 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)
  7944. 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)
  7945. 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)
  7946. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  7947. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  7948. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7949. 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)
  7950. 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)
  7951. 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)
  7952. 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)
  7953. elseif animpose == "Freefalling" then
  7954. CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
  7955. 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)
  7956. 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)
  7957. 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)
  7958. 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)
  7959. corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
  7960. corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  7961. 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)
  7962. 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)
  7963. 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)
  7964. 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)
  7965. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
  7966. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
  7967. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  7968. 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)
  7969. 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)
  7970. 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)
  7971. 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)
  7972. end
  7973. end
  7974. end)
  7975. hum.MaxHealth = 20000
  7976. wait(3)
  7977. hum.Health = 20000
  7978. while wait() do
  7979. wait(5)
  7980. for i=1,100 do wait()
  7981. Amulite.Brightness=Amulite.Brightness+0.02
  7982. end
  7983. for i=1,100 do wait()
  7984. Amulite.Brightness=Amulite.Brightness-0.02
  7985. end
  7986. end
  7987.  
  7988. while true do
  7989. hed.BrickColor = BrickColor.new "Really black"
  7990. end
  7991.  
  7992. --Edited by 1x0x1x0--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement