Advertisement
Guest User

Untitled

a guest
Dec 31st, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 287.84 KB | None | 0 0
  1. Player=game:GetService("Players").LocalPlayer
  2. Character=Player.Character
  3. PlayerGui=Player.PlayerGui
  4. Backpack=Player.Backpack
  5. Torso=Character.Torso
  6. Head=Character.Head
  7. Humanoid=Character.Humanoid
  8. LeftArm=Character["Left Arm"]
  9. LeftLeg=Character["Left Leg"]
  10. RightArm=Character["Right Arm"]
  11. RightLeg=Character["Right Leg"]
  12. cam=game.Workspace.CurrentCamera
  13. LS=Torso["Left Shoulder"]
  14. LH=Torso["Left Hip"]
  15. RS=Torso["Right Shoulder"]
  16. RH=Torso["Right Hip"]
  17. Face = Head.face
  18. Neck=Torso.Neck
  19. it=Instance.new
  20. attacktype=1
  21. vt=Vector3.new
  22. cf=CFrame.new
  23. euler=CFrame.fromEulerAnglesXYZ
  24. angles=CFrame.Angles
  25. cloaked=false
  26. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  27. necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  28. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  29. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  30. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  31. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  32. RootPart=Character.HumanoidRootPart
  33. RootJoint=RootPart.RootJoint
  34. RootCF=euler(-1.57,0,3.14)
  35. attack = false
  36. bounce=false
  37. cooldown=false
  38. deeznuts=false
  39. attackdebounce = false
  40. deb=false
  41. equipped=true
  42. hand=false
  43. MMouse=nil
  44. combo=0
  45. mana=0
  46. trispeed=.2
  47. attackmode='none'
  48. local idle=0
  49. local Anim="Idle"
  50. local Effects={}
  51. local gun=false
  52. local shoot=false
  53. player=nil
  54. mana=0
  55. cam = workspace.CurrentCamera
  56. ZTarget = nil
  57. RocketTarget = nil
  58. local m = Instance.new("Model",Character)
  59. m.Name = "WeaponModel"
  60.  
  61. mouse=Player:GetMouse()
  62. --save shoulders
  63. RSH, LSH=nil, nil
  64. --welds
  65. RW, LW=Instance.new("Weld"), Instance.new("Weld")
  66. RW.Name="Right Shoulder" LW.Name="Left Shoulder"
  67. LH=Torso["Left Hip"]
  68. RH=Torso["Right Hip"]
  69. TorsoColor=Torso.BrickColor
  70. function NoOutline(Part)
  71. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  72. end
  73. player=Player
  74. ch=Character
  75. RSH=ch.Torso["Right Shoulder"]
  76. LSH=ch.Torso["Left Shoulder"]
  77. --
  78. RSH.Parent=nil
  79. LSH.Parent=nil
  80. --
  81. RW.Name="Right Shoulder"
  82. RW.Part0=ch.Torso
  83. RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  84. RW.C1=cf(0, 0.5, 0)
  85. RW.Part1=ch["Right Arm"]
  86. RW.Parent=ch.Torso
  87. --
  88. LW.Name="Left Shoulder"
  89. LW.Part0=ch.Torso
  90. LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  91. LW.C1=cf(0, 0.5, 0)
  92. LW.Part1=ch["Left Arm"]
  93. LW.Parent=ch.Torso
  94.  
  95. function swait(num)
  96. if num==0 or num==nil then
  97. game:service'RunService'.Heartbeat:wait(0)
  98. else
  99. for i=0,num do
  100. game:service'RunService'.Heartbeat:wait(0)
  101. end
  102. end
  103. end
  104.  
  105. function nooutline(part)
  106. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  107. end
  108.  
  109. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  110. local fp=it("Part")
  111. fp.formFactor=formfactor
  112. fp.Parent=parent
  113. fp.Reflectance=reflectance
  114. fp.Transparency=transparency
  115. fp.CanCollide=false
  116. fp.Locked=true
  117. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  118. fp.Name=name
  119. fp.Size=size
  120. fp.Position=Character.Torso.Position
  121. nooutline(fp)
  122. fp.Material=material
  123. fp:BreakJoints()
  124. return fp
  125. end
  126.  
  127. function ppart(formfactor,parent,reflectance,transparency,brickcolor,name,size)
  128. local fp = it("Part")
  129. fp.formFactor = formfactor
  130. fp.Parent = parent
  131. fp.Reflectance = reflectance
  132. fp.Transparency = transparency
  133. fp.CanCollide = false
  134. fp.Locked=true
  135. fp.BrickColor = brickcolor
  136. fp.Name = name
  137. fp.Size = size
  138. fp.Position = EffectPart.Position
  139. NoOutline(fp)
  140. fp.Material="Neon"
  141. fp:BreakJoints()
  142. return fp
  143. end
  144.  
  145. --[[User: TheDarkRevenant
  146. Script: Absalom (Armored).lua
  147. Pass: cUpnjTnT]]
  148.  
  149. local p = game.Players.LocalPlayer
  150. local char = p.Character
  151. local mouse = p:GetMouse()
  152. local larm = char["Left Arm"]
  153. local rarm = char["Right Arm"]
  154. local lleg = char["Left Leg"]
  155. local rleg = char["Right Leg"]
  156. local hed = char.Head
  157. local torso = char.Torso
  158. local hum = char.Humanoid
  159. local cam = game.Workspace.CurrentCamera
  160. local root = char.HumanoidRootPart
  161. local deb = false
  162. local shot = 0
  163. local l = game:GetService("Lighting")
  164. local rs = game:GetService("RunService").RenderStepped
  165. local debris=game:service"Debris"
  166. local stanceToggle = "Normal"
  167. math.randomseed(os.time())
  168. hum.WalkSpeed = 112
  169. char.Health:Destroy()
  170. hum.MaxHealth = math.huge
  171. wait(0.1)
  172. hum.Health = math.huge
  173. ----------------------------------------------------
  174. ypcall(function()
  175. char.Shirt:Destroy()
  176. char.Pants:Destroy()
  177. shirt = Instance.new("Shirt", char)
  178. shirt.Name = "Shirt"
  179. pants = Instance.new("Pants", char)
  180. pants.Name = "Pants"
  181. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  182. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  183. end)
  184. ----------------------------------------------------
  185. Debounces = {
  186. on = false;
  187. ks = false;
  188. CanAttack = true;
  189. CanJoke = true;
  190. NoIdl = false;
  191. Slashing = false;
  192. Slashed = false;
  193. Grabbing = false;
  194. Grabbed = false;
  195. }
  196. local Touche = {char.Name, }
  197. ----------------------------------------------------
  198. function lerp(a, b, t) -- Linear interpolation
  199. return a + (b - a)*t
  200. end
  201.  
  202. function slerp(a, b, t) --Spherical interpolation
  203. dot = a:Dot(b)
  204. if dot > 0.99999 or dot < -0.99999 then
  205. return t <= 0.5 and a or b
  206. else
  207. r = math.acos(dot)
  208. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  209. end
  210. end
  211.  
  212. function matrixInterpolate(a, b, t)
  213. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  214. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  215. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  216. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  217. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  218. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  219. local t = v1:Dot(v2)
  220. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  221. return CFrame.new()
  222. end
  223. return CFrame.new(
  224. v0.x, v0.y, v0.z,
  225. v1.x, v1.y, v1.z,
  226. v2.x, v2.y, v2.z,
  227. v3.x, v3.y, v3.z)
  228. end
  229. ----------------------------------------------------
  230. function genWeld(a,b)
  231. local w = Instance.new("Weld",a)
  232. w.Part0 = a
  233. w.Part1 = b
  234. return w
  235. end
  236. function weld(a, b)
  237. local weld = Instance.new("Weld")
  238. weld.Name = "W"
  239. weld.Part0 = a
  240. weld.Part1 = b
  241. weld.C0 = a.CFrame:inverse() * b.CFrame
  242. weld.Parent = a
  243. return weld;
  244. end
  245. ----------------------------------------------------
  246. function Lerp(c1,c2,al)
  247. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  248. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  249. for i,v in pairs(com1) do
  250. com1[i] = v+(com2[i]-v)*al
  251. end
  252. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  253. end
  254. ----------------------------------------------------
  255. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  256. local wld = Instance.new("Weld", wp1)
  257. wld.Part0 = wp0
  258. wld.Part1 = wp1
  259. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  260. end
  261. ----------------------------------------------------
  262. function Tween(a,b,c)
  263. return a+(b-a)*c
  264. end
  265. ----------------------------------------------------
  266. function nwPrt(prnt,siz,cf,col)
  267. local prt=Instance.new("Part")
  268. prt.Parent=prnt
  269. prt.FormFactor=3
  270. prt.Name="Part"
  271. prt.Size=siz
  272. prt.CanCollide=false
  273. prt.Anchored=true
  274. prt.Locked=true
  275. prt.TopSurface=10
  276. prt.BottomSurface=10
  277. prt.FrontSurface=10
  278. prt.BackSurface=10
  279. prt.LeftSurface=10
  280. prt.RightSurface=10
  281. prt:BreakJoints()
  282. prt.CFrame=cf or CFrame.new(30,10,30)
  283. prt.Material="Neon"
  284. prt.BrickColor=BrickColor.new(col)
  285. m=Instance.new("SpecialMesh",prt)
  286. m.MeshType=6
  287. return prt
  288. end
  289. ----------------------------------------------------
  290. function nwSnd(prnt,pch,vol,id)
  291. local s=Instance.new("Sound",prnt)
  292. s.Pitch=pch
  293. s.Volume=vol
  294. s.SoundId="rbxassetid://"..id
  295. s.PlayOnRemove=true
  296. return s
  297. end
  298. ----------------------------------------------------
  299. function newRay(start,face,range,wat)
  300. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  301. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  302. return rey,hit,pos
  303. end
  304. ----------------------------------------------------
  305. for i,v in pairs(char:children()) do
  306. if v:IsA("Hat") then
  307. v:Destroy()
  308. end
  309. end
  310. for i,v in pairs(hed:children()) do
  311. if v:IsA("Sound") then
  312. v:Destroy()
  313. end
  314. end
  315. ----------------------------------------------------
  316. function HasntTouched(plrname)
  317. local ret = true
  318. for _, v in pairs(Touche) do
  319. if v == plrname then
  320. ret = false
  321. end
  322. end
  323. return ret
  324. end
  325. ----------------------------------------------------
  326. larm.Size = larm.Size * 2
  327. rarm.Size = rarm.Size * 2
  328. lleg.Size = lleg.Size * 2
  329. rleg.Size = rleg.Size * 2
  330. torso.Size = torso.Size * 2
  331. hed.Size = hed.Size * 2
  332. root.Size = root.Size * 2
  333. ----------------------------------------------------
  334. newWeld(torso, larm, -1.5, 0.5, 0)
  335. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  336. newWeld(torso, rarm, 1.5, 0.5, 0)
  337. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  338. newWeld(torso, hed, 0, 1.5, 0)
  339. newWeld(torso, lleg, -0.5, -1, 0)
  340. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  341. newWeld(torso, rleg, 0.5, -1, 0)
  342. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  343. newWeld(root, torso, 0, -1, 0)
  344. torso.Weld.C1 = CFrame.new(0, -1, 0)
  345. ----------------------------------------------------
  346. hed.face.Texture = "rbxassetid://272299908"
  347. z=Instance.new('Decal',hed)
  348. z.Face = 'Front'
  349. z.Texture='rbxassetid://99174105'
  350. z1=Instance.new('Decal',hed)
  351. z1.Face = 'Right'
  352. hed.BrickColor = BrickColor.new("Institutional white")
  353. lite = Instance.new("PointLight", torso)
  354. lite.Brightness = 14
  355. lite.Range = 0
  356. lite.Color = Color3.new(1, 0, 0)
  357. --[[local hed2 = hed:Clone()
  358. hed2.CanCollide = false
  359. hed2.Parent = char
  360. hed2:ClearAllChildren()
  361. hed2.Transparency = 1
  362. hed2.Name = "DARP"
  363. local w = Instance.new("Weld",hed2)
  364. w.Part0 = hed
  365. w.Part1 = hed2
  366. w.C0 = CFrame.new(0,0,-0.175)
  367. z=Instance.new("SurfaceGui",hed2)
  368. z.Enabled = true
  369. z.Face = "Front"
  370. z.Adornee = hed2
  371. z.CanvasSize = Vector2.new(100,100)
  372. local face = Instance.new("ImageLabel",z)
  373. face.Size = UDim2.new(1,-30,1,0)
  374. face.Position = UDim2.new(0,15,0,0)
  375. face.BackgroundTransparency = 1
  376. face.Image='rbxassetid://46282671']]--
  377. ----------------------------------------------------
  378. z = Instance.new("Sound", char)
  379. z.SoundId = "rbxassetid://303570180"--242463565
  380. z.Looped = true
  381. z.Pitch = .6
  382. z.Volume = 1
  383. wait(.01)
  384. z:Play()
  385. ----------------------------------------------------
  386. local l = game.Lighting
  387. local sky = Instance.new("Sky",l)
  388. sky.CelestialBodiesShown = false
  389. sky.SkyboxBk = "http://www.roblox.com/asset/?id=156925041"
  390. sky.SkyboxDn = "http://www.roblox.com/asset/?id=156925047"
  391. sky.SkyboxFt = "http://www.roblox.com/asset/?id=156925045"
  392. sky.SkyboxLf = "http://www.roblox.com/asset/?id=156925043"
  393. sky.SkyboxRt = "http://www.roblox.com/asset/?id=156925038"
  394. sky.SkyboxUp = "http://www.roblox.com/asset/?id=156925055"
  395. sky.StarCount = 0
  396. sky.Name = "GreenSpace"
  397. ----------------------------------------------------
  398. local m = Instance.new("Model")
  399. m.Name = "Absolution"
  400. p1 = Instance.new("Part", m)
  401. p1.BrickColor = BrickColor.new("New Yeller")
  402. p1.Material = "Neon"
  403. p1.FormFactor = Enum.FormFactor.Custom
  404. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  405. p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
  406. p1.CanCollide = false
  407. p1.Locked = true
  408. p1.Elasticity = 0
  409. p1.BottomSurface = Enum.SurfaceType.Smooth
  410. p1.TopSurface = Enum.SurfaceType.Smooth
  411. b1 = Instance.new("SpecialMesh", p1)
  412. b1.MeshType = Enum.MeshType.Wedge
  413. b1.Name = "Mesh"
  414. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  415. p2 = Instance.new("Part", m)
  416. p2.BrickColor = BrickColor.new("New Yeller")
  417. p2.FormFactor = Enum.FormFactor.Custom
  418. p2.Size = Vector3.new(1, 2.9000001, 1)
  419. p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
  420. p2.CanCollide = false
  421. p2.Locked = true
  422. p2.Elasticity = 0
  423. p2.BottomSurface = Enum.SurfaceType.Smooth
  424. p2.TopSurface = Enum.SurfaceType.Smooth
  425. b2 = Instance.new("BlockMesh", p2)
  426. b2.Name = "Mesh"
  427. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  428. p3 = Instance.new("Part", m)
  429. p3.BrickColor = BrickColor.new("New Yeller")
  430. p3.Material = "Neon"
  431. p3.FormFactor = Enum.FormFactor.Custom
  432. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  433. p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
  434. p3.CanCollide = false
  435. p3.Locked = true
  436. p3.Elasticity = 0
  437. p3.BottomSurface = Enum.SurfaceType.Smooth
  438. p3.TopSurface = Enum.SurfaceType.Smooth
  439. b3 = Instance.new("SpecialMesh", p3)
  440. b3.MeshType = Enum.MeshType.Wedge
  441. b3.Name = "Mesh"
  442. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  443. p4 = Instance.new("Part", m)
  444. p4.BrickColor = BrickColor.new("New Yeller")
  445. p4.Material = "Neon"
  446. p4.FormFactor = Enum.FormFactor.Custom
  447. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  448. p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
  449. p4.CanCollide = false
  450. p4.Locked = true
  451. p4.Elasticity = 0
  452. p4.BottomSurface = Enum.SurfaceType.Smooth
  453. p4.TopSurface = Enum.SurfaceType.Smooth
  454. b4 = Instance.new("SpecialMesh", p4)
  455. b4.MeshType = Enum.MeshType.Wedge
  456. b4.Name = "Mesh"
  457. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  458. p5 = Instance.new("Part", m)
  459. p5.BrickColor = BrickColor.new("New Yeller")
  460. p5.Material = "Neon"
  461. p5.FormFactor = Enum.FormFactor.Custom
  462. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  463. p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
  464. p5.CanCollide = false
  465. p5.Locked = true
  466. p5.Elasticity = 0
  467. p5.BottomSurface = Enum.SurfaceType.Smooth
  468. p5.TopSurface = Enum.SurfaceType.Smooth
  469. b5 = Instance.new("SpecialMesh", p5)
  470. b5.MeshType = Enum.MeshType.Wedge
  471. b5.Name = "Mesh"
  472. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  473. p6 = Instance.new("Part", m)
  474. p6.Name = "Handle"
  475. p6.BrickColor = BrickColor.new("Institutional white")
  476. p6.FormFactor = Enum.FormFactor.Custom
  477. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  478. p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
  479. p6.CanCollide = false
  480. p6.Locked = true
  481. p6.Elasticity = 0
  482. p6.BottomSurface = Enum.SurfaceType.Smooth
  483. p6.TopSurface = Enum.SurfaceType.Smooth
  484. b6 = Instance.new("BlockMesh", p6)
  485. b6.Name = "Mesh"
  486. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  487. p7 = Instance.new("Part", m)
  488. p7.BrickColor = BrickColor.new("New Yeller")
  489. p7.Material = "Neon"
  490. p7.FormFactor = Enum.FormFactor.Custom
  491. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  492. p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
  493. p7.CanCollide = false
  494. p7.Locked = true
  495. p7.Elasticity = 0
  496. p7.BottomSurface = Enum.SurfaceType.Smooth
  497. p7.TopSurface = Enum.SurfaceType.Smooth
  498. b7 = Instance.new("SpecialMesh", p7)
  499. b7.MeshType = Enum.MeshType.Wedge
  500. b7.Name = "Mesh"
  501. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  502. p8 = Instance.new("Part", m)
  503. p8.BrickColor = BrickColor.new("New Yeller")
  504. p8.Material = "Neon"
  505. p8.FormFactor = Enum.FormFactor.Custom
  506. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  507. p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
  508. p8.CanCollide = false
  509. p8.Locked = true
  510. p8.Elasticity = 0
  511. p8.BottomSurface = Enum.SurfaceType.Smooth
  512. p8.TopSurface = Enum.SurfaceType.Smooth
  513. b8 = Instance.new("SpecialMesh", p8)
  514. b8.MeshType = Enum.MeshType.Wedge
  515. b8.Name = "Mesh"
  516. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  517. p9 = Instance.new("Part", m)
  518. p9.BrickColor = BrickColor.new("Institutional white")
  519. p9.FormFactor = Enum.FormFactor.Custom
  520. p9.Size = Vector3.new(1, 1.07999957, 1)
  521. p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
  522. p9.CanCollide = false
  523. p9.Locked = true
  524. p9.Elasticity = 0
  525. p9.BottomSurface = Enum.SurfaceType.Smooth
  526. p9.TopSurface = Enum.SurfaceType.Smooth
  527. b9 = Instance.new("BlockMesh", p9)
  528. b9.Name = "Mesh"
  529. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  530. p10 = Instance.new("Part", m)
  531. p10.BrickColor = BrickColor.new("Institutional white")
  532. p10.FormFactor = Enum.FormFactor.Custom
  533. p10.Size = Vector3.new(1, 1.41999948, 1)
  534. p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
  535. p10.CanCollide = false
  536. p10.Locked = true
  537. p10.Elasticity = 0
  538. p10.BottomSurface = Enum.SurfaceType.Smooth
  539. p10.TopSurface = Enum.SurfaceType.Smooth
  540. b10 = Instance.new("BlockMesh", p10)
  541. b10.Name = "Mesh"
  542. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  543. p11 = Instance.new("Part", m)
  544. p11.BrickColor = BrickColor.new("Institutional white")
  545. p11.FormFactor = Enum.FormFactor.Custom
  546. p11.Size = Vector3.new(1, 1.50999951, 1)
  547. p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
  548. p11.CanCollide = false
  549. p11.Locked = true
  550. p11.Elasticity = 0
  551. p11.BottomSurface = Enum.SurfaceType.Smooth
  552. p11.TopSurface = Enum.SurfaceType.Smooth
  553. b11 = Instance.new("BlockMesh", p11)
  554. b11.Name = "Mesh"
  555. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  556. p12 = Instance.new("Part", m)
  557. p12.Name = "BladeCenter"
  558. p12.BrickColor = BrickColor.new("Dark stone grey")
  559. p12.Material = Enum.Material.Concrete
  560. p12.FormFactor = Enum.FormFactor.Symmetric
  561. p12.Size = Vector3.new(1, 2, 2)
  562. p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
  563. p12.CanCollide = false
  564. p12.Locked = true
  565. p12.BottomSurface = Enum.SurfaceType.Smooth
  566. p12.TopSurface = Enum.SurfaceType.Smooth
  567. b12 = Instance.new("SpecialMesh", p12)
  568. b12.MeshType = Enum.MeshType.Brick
  569. b12.Name = "Mesh"
  570. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  571. p13 = Instance.new("Part", m)
  572. p13.BrickColor = BrickColor.new("Institutional white")
  573. p13.FormFactor = Enum.FormFactor.Custom
  574. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  575. p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
  576. p13.CanCollide = false
  577. p13.Locked = true
  578. p13.Elasticity = 0
  579. p13.BottomSurface = Enum.SurfaceType.Smooth
  580. p13.TopSurface = Enum.SurfaceType.Smooth
  581. b13 = Instance.new("BlockMesh", p13)
  582. b13.Name = "Mesh"
  583. b13.Scale = Vector3.new(1, 1, 0.400000006)
  584. p14 = Instance.new("Part", m)
  585. p14.BrickColor = BrickColor.new("Institutional white")
  586. p14.FormFactor = Enum.FormFactor.Custom
  587. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  588. p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
  589. p14.CanCollide = false
  590. p14.Locked = true
  591. p14.Elasticity = 0
  592. p14.BottomSurface = Enum.SurfaceType.Smooth
  593. p14.TopSurface = Enum.SurfaceType.Smooth
  594. b14 = Instance.new("BlockMesh", p14)
  595. b14.Name = "Mesh"
  596. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  597. p15 = Instance.new("Part", m)
  598. p15.BrickColor = BrickColor.new("Institutional white")
  599. p15.FormFactor = Enum.FormFactor.Custom
  600. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  601. p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
  602. p15.CanCollide = false
  603. p15.Locked = true
  604. p15.Elasticity = 0
  605. p15.BottomSurface = Enum.SurfaceType.Smooth
  606. p15.TopSurface = Enum.SurfaceType.Smooth
  607. b15 = Instance.new("BlockMesh", p15)
  608. b15.Name = "Mesh"
  609. b15.Scale = Vector3.new(1, 1, 0.400000006)
  610. p16 = Instance.new("Part", m)
  611. p16.BrickColor = BrickColor.new("Institutional white")
  612. p16.FormFactor = Enum.FormFactor.Custom
  613. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  614. p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
  615. p16.CanCollide = false
  616. p16.Locked = true
  617. p16.Elasticity = 0
  618. p16.BottomSurface = Enum.SurfaceType.Smooth
  619. p16.TopSurface = Enum.SurfaceType.Smooth
  620. b16 = Instance.new("BlockMesh", p16)
  621. b16.Name = "Mesh"
  622. b16.Scale = Vector3.new(1, 1, 0.400000006)
  623. p17 = Instance.new("Part", m)
  624. p17.BrickColor = BrickColor.new("Institutional white")
  625. p17.FormFactor = Enum.FormFactor.Custom
  626. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  627. p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
  628. p17.CanCollide = false
  629. p17.Locked = true
  630. p17.Elasticity = 0
  631. p17.BottomSurface = Enum.SurfaceType.Smooth
  632. p17.TopSurface = Enum.SurfaceType.Smooth
  633. b17 = Instance.new("BlockMesh", p17)
  634. b17.Name = "Mesh"
  635. b17.Scale = Vector3.new(1, 1, 0.400000006)
  636. p18 = Instance.new("WedgePart", m)
  637. p18.BrickColor = BrickColor.new("Dark stone grey")
  638. p18.Name = "BladePart1"
  639. p18.Material = Enum.Material.Concrete
  640. p18.Name = "Wedge"
  641. p18.FormFactor = Enum.FormFactor.Symmetric
  642. p18.Size = Vector3.new(1, 4, 2)
  643. p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
  644. p18.CanCollide = false
  645. p18.Locked = true
  646. p18.BottomSurface = Enum.SurfaceType.Smooth
  647. p18.TopSurface = Enum.SurfaceType.Smooth
  648. b18 = Instance.new("SpecialMesh", p18)
  649. b18.MeshType = Enum.MeshType.Wedge
  650. b18.Name = "Mesh"
  651. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  652. p19 = Instance.new("WedgePart", m)
  653. p19.BrickColor = BrickColor.new("Dark stone grey")
  654. p19.Name = "BladePart2"
  655. p19.Material = Enum.Material.Concrete
  656. p19.Name = "Wedge"
  657. p19.FormFactor = Enum.FormFactor.Symmetric
  658. p19.Size = Vector3.new(1, 4, 2)
  659. p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
  660. p19.CanCollide = false
  661. p19.Locked = true
  662. p19.BottomSurface = Enum.SurfaceType.Smooth
  663. p19.TopSurface = Enum.SurfaceType.Smooth
  664. b19 = Instance.new("SpecialMesh", p19)
  665. b19.MeshType = Enum.MeshType.Wedge
  666. b19.Name = "Mesh"
  667. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  668. p20 = Instance.new("Part", m)
  669. p20.BrickColor = BrickColor.new("Institutional white")
  670. p20.FormFactor = Enum.FormFactor.Custom
  671. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  672. p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
  673. p20.CanCollide = false
  674. p20.Locked = true
  675. p20.Elasticity = 0
  676. p20.BottomSurface = Enum.SurfaceType.Smooth
  677. p20.TopSurface = Enum.SurfaceType.Smooth
  678. b20 = Instance.new("BlockMesh", p20)
  679. b20.Name = "Mesh"
  680. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  681. p21 = Instance.new("Part", m)
  682. p21.BrickColor = BrickColor.new("New Yeller")
  683. p21.Material = "Neon"
  684. p21.FormFactor = Enum.FormFactor.Custom
  685. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  686. p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
  687. p21.CanCollide = false
  688. p21.Locked = true
  689. p21.Elasticity = 0
  690. p21.BottomSurface = Enum.SurfaceType.Smooth
  691. p21.TopSurface = Enum.SurfaceType.Smooth
  692. b21 = Instance.new("SpecialMesh", p21)
  693. b21.MeshType = Enum.MeshType.Wedge
  694. b21.Name = "Mesh"
  695. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  696. w1 = Instance.new("Weld", p1)
  697. w1.Name = "Part_Weld"
  698. w1.Part0 = p1
  699. w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  700. w1.Part1 = p2
  701. w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  702. w2 = Instance.new("Weld", p2)
  703. w2.Name = "Part_Weld"
  704. w2.Part0 = p2
  705. w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
  706. w2.Part1 = p3
  707. w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  708. w3 = Instance.new("Weld", p3)
  709. w3.Name = "Part_Weld"
  710. w3.Part0 = p3
  711. w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
  712. w3.Part1 = p4
  713. w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  714. w4 = Instance.new("Weld", p4)
  715. w4.Name = "Part_Weld"
  716. w4.Part0 = p4
  717. w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  718. w4.Part1 = p5
  719. w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  720. w5 = Instance.new("Weld", p5)
  721. w5.Name = "Part_Weld"
  722. w5.Part0 = p5
  723. w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
  724. w5.Part1 = p6
  725. w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  726. w6 = Instance.new("Weld", p6)
  727. w6.Name = "Part_Weld"
  728. w6.Part0 = p6
  729. w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
  730. w6.Part1 = p7
  731. w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  732. w7 = Instance.new("Weld", p7)
  733. w7.Name = "Part_Weld"
  734. w7.Part0 = p7
  735. w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  736. w7.Part1 = p8
  737. w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  738. w8 = Instance.new("Weld", p8)
  739. w8.Name = "Part_Weld"
  740. w8.Part0 = p8
  741. w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
  742. w8.Part1 = p9
  743. w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  744. w9 = Instance.new("Weld", p9)
  745. w9.Name = "Part_Weld"
  746. w9.Part0 = p9
  747. w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
  748. w9.Part1 = p10
  749. w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  750. w10 = Instance.new("Weld", p10)
  751. w10.Name = "Part_Weld"
  752. w10.Part0 = p10
  753. w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
  754. w10.Part1 = p11
  755. w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  756. w11 = Instance.new("Weld", p11)
  757. w11.Name = "Part_Weld"
  758. w11.Part0 = p11
  759. w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
  760. w11.Part1 = p12
  761. w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  762. w12 = Instance.new("Weld", p12)
  763. w12.Name = "Part_Weld"
  764. w12.Part0 = p12
  765. w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
  766. w12.Part1 = p13
  767. w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  768. w13 = Instance.new("Weld", p13)
  769. w13.Name = "Part_Weld"
  770. w13.Part0 = p13
  771. w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
  772. w13.Part1 = p14
  773. w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  774. w14 = Instance.new("Weld", p14)
  775. w14.Name = "Part_Weld"
  776. w14.Part0 = p14
  777. w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
  778. w14.Part1 = p15
  779. w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  780. w15 = Instance.new("Weld", p15)
  781. w15.Name = "Part_Weld"
  782. w15.Part0 = p15
  783. w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
  784. w15.Part1 = p16
  785. w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  786. w16 = Instance.new("Weld", p16)
  787. w16.Name = "Part_Weld"
  788. w16.Part0 = p16
  789. w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
  790. w16.Part1 = p17
  791. w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  792. w17 = Instance.new("Weld", p17)
  793. w17.Name = "Wedge_Weld"
  794. w17.Part0 = p17
  795. w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
  796. w17.Part1 = p18
  797. w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  798. w18 = Instance.new("Weld", p18)
  799. w18.Name = "Wedge_Weld"
  800. w18.Part0 = p18
  801. w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
  802. w18.Part1 = p19
  803. w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  804. w19 = Instance.new("Weld", p19)
  805. w19.Name = "Part_Weld"
  806. w19.Part0 = p19
  807. w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
  808. w19.Part1 = p20
  809. w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  810. w20 = Instance.new("Weld", p20)
  811. w20.Name = "Part_Weld"
  812. w20.Part0 = p20
  813. w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
  814. w20.Part1 = p21
  815. w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
  816. m.Parent = char
  817. m:MakeJoints()
  818. ----------------------------------------------------
  819. local cor = Instance.new("Part", char.Absolution)
  820. cor.Name = "Thingy"
  821. cor.Locked = true
  822. cor.BottomSurface = 0
  823. cor.CanCollide = false
  824. cor.Size = Vector3.new(1, 13, 1)
  825. cor.Transparency = 1
  826. cor.TopSurface = 0
  827. corw = Instance.new("Weld", cor)
  828. corw.Part0 = rarm
  829. corw.Part1 = cor
  830. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  831. corw.C1 = CFrame.new(0, 0, 0)
  832. weld1 = Instance.new("Weld", char.Absolution)
  833. weld1.Part0 = cor
  834. weld1.Part1 = p6
  835. weld1.C0 = CFrame.new(0, 0, 0)
  836. ----------------------------------------------------
  837. hitb = Instance.new("Part", char.Absolution)
  838. hitb.Name = "Thingy2"
  839. hitb.Locked = true
  840. hitb.BottomSurface = 0
  841. hitb.CanCollide = false
  842. hitb.Size = Vector3.new(0, 8, 6)
  843. hitb.Transparency = 1
  844. hitb.TopSurface = 0
  845. weld2 = Instance.new("Weld", char.Absolution)
  846. weld2.Part0 = hitb
  847. weld2.Part1 = p12
  848. weld2.C0 = CFrame.new(0, .6, 1)
  849. ----------------------------------------------------
  850. local m = Instance.new("Model")
  851. m.Name = "Claw"
  852. p1 = Instance.new("Part", m)
  853. p1.BrickColor = BrickColor.new("Institutional white")
  854. p1.FormFactor = Enum.FormFactor.Custom
  855. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  856. p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
  857. p1.CanCollide = false
  858. p1.Locked = true
  859. p1.BottomSurface = Enum.SurfaceType.Smooth
  860. p1.TopSurface = Enum.SurfaceType.Smooth
  861. b1 = Instance.new("BlockMesh", p1)
  862. b1.Name = "Mesh"
  863. p2 = Instance.new("WedgePart", m)
  864. p2.BrickColor = BrickColor.new("Institutional white")
  865. p2.Name = "Wedge"
  866. p2.FormFactor = Enum.FormFactor.Custom
  867. p2.Size = Vector3.new(3, 1, 0.5)
  868. p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
  869. p2.CanCollide = false
  870. p2.Locked = true
  871. p2.BottomSurface = Enum.SurfaceType.Smooth
  872. p2.TopSurface = Enum.SurfaceType.Smooth
  873. p3 = Instance.new("Part", m)
  874. p3.BrickColor = BrickColor.new("Institutional white")
  875. p3.FormFactor = Enum.FormFactor.Custom
  876. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  877. p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
  878. p3.CanCollide = false
  879. p3.Locked = true
  880. p3.BottomSurface = Enum.SurfaceType.Smooth
  881. p3.TopSurface = Enum.SurfaceType.Smooth
  882. b2 = Instance.new("BlockMesh", p3)
  883. b2.Name = "Mesh"
  884. p4 = Instance.new("WedgePart", m)
  885. p4.BrickColor = BrickColor.new("Institutional white")
  886. p4.Name = "Wedge"
  887. p4.FormFactor = Enum.FormFactor.Custom
  888. p4.Size = Vector3.new(3, 1, 0.5)
  889. p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
  890. p4.CanCollide = false
  891. p4.Locked = true
  892. p4.BottomSurface = Enum.SurfaceType.Smooth
  893. p4.TopSurface = Enum.SurfaceType.Smooth
  894. p5 = Instance.new("Part", m)
  895. p5.BrickColor = BrickColor.new("Institutional white")
  896. p5.FormFactor = Enum.FormFactor.Custom
  897. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  898. p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
  899. p5.CanCollide = false
  900. p5.Locked = true
  901. p5.BottomSurface = Enum.SurfaceType.Smooth
  902. p5.TopSurface = Enum.SurfaceType.Smooth
  903. b3 = Instance.new("BlockMesh", p5)
  904. b3.Name = "Mesh"
  905. p6 = Instance.new("Part", m)
  906. p6.BrickColor = BrickColor.new("Institutional white")
  907. p6.FormFactor = Enum.FormFactor.Custom
  908. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  909. p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
  910. p6.CanCollide = false
  911. p6.Locked = true
  912. p6.BottomSurface = Enum.SurfaceType.Smooth
  913. p6.TopSurface = Enum.SurfaceType.Smooth
  914. b4 = Instance.new("BlockMesh", p6)
  915. b4.Name = "Mesh"
  916. p7 = Instance.new("Part", m)
  917. p7.BrickColor = BrickColor.new("Institutional white")
  918. p7.FormFactor = Enum.FormFactor.Custom
  919. p7.Size = Vector3.new(3, 1, 1.20000005)
  920. p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
  921. p7.CanCollide = false
  922. p7.Locked = true
  923. p7.BottomSurface = Enum.SurfaceType.Smooth
  924. p7.TopSurface = Enum.SurfaceType.Smooth
  925. b5 = Instance.new("BlockMesh", p7)
  926. b5.Name = "Mesh"
  927. p8 = Instance.new("Part", m)
  928. p8.BrickColor = BrickColor.new("New Yeller")
  929. p8.Material = "Neon"
  930. p8.FormFactor = Enum.FormFactor.Symmetric
  931. p8.Size = Vector3.new(1, 1, 1)
  932. p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
  933. p8.CanCollide = false
  934. p8.Locked = true
  935. b6 = Instance.new("SpecialMesh", p8)
  936. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  937. b6.TextureId = ""
  938. b6.MeshType = Enum.MeshType.FileMesh
  939. b6.Name = "Mesh"
  940. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  941. p9 = Instance.new("Part", m)
  942. p9.BrickColor = BrickColor.new("Institutional white")
  943. p9.FormFactor = Enum.FormFactor.Custom
  944. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  945. p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
  946. p9.CanCollide = false
  947. p9.Locked = true
  948. p9.BottomSurface = Enum.SurfaceType.Smooth
  949. p9.TopSurface = Enum.SurfaceType.Smooth
  950. b7 = Instance.new("BlockMesh", p9)
  951. b7.Name = "Mesh"
  952. p10 = Instance.new("Part", m)
  953. p10.BrickColor = BrickColor.new("New Yeller")
  954. p10.Material = "Neon"
  955. p10.FormFactor = Enum.FormFactor.Symmetric
  956. p10.Size = Vector3.new(1, 1, 1)
  957. p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
  958. p10.CanCollide = false
  959. p10.Locked = true
  960. b8 = Instance.new("SpecialMesh", p10)
  961. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  962. b8.TextureId = ""
  963. b8.MeshType = Enum.MeshType.FileMesh
  964. b8.Name = "Mesh"
  965. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  966. p11 = Instance.new("Part", m)
  967. p11.BrickColor = BrickColor.new("Institutional white")
  968. p11.FormFactor = Enum.FormFactor.Custom
  969. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  970. p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
  971. p11.CanCollide = false
  972. p11.Locked = true
  973. p11.BottomSurface = Enum.SurfaceType.Smooth
  974. p11.TopSurface = Enum.SurfaceType.Smooth
  975. b9 = Instance.new("BlockMesh", p11)
  976. b9.Name = "Mesh"
  977. p12 = Instance.new("Part", m)
  978. p12.BrickColor = BrickColor.new("Institutional white")
  979. p12.FormFactor = Enum.FormFactor.Custom
  980. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  981. p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
  982. p12.CanCollide = false
  983. p12.Locked = true
  984. p12.BottomSurface = Enum.SurfaceType.Smooth
  985. p12.TopSurface = Enum.SurfaceType.Smooth
  986. b10 = Instance.new("BlockMesh", p12)
  987. b10.Name = "Mesh"
  988. p13 = Instance.new("Part", m)
  989. p13.BrickColor = BrickColor.new("Institutional white")
  990. p13.FormFactor = Enum.FormFactor.Custom
  991. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  992. p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
  993. p13.CanCollide = false
  994. p13.Locked = true
  995. p13.BottomSurface = Enum.SurfaceType.Smooth
  996. p13.TopSurface = Enum.SurfaceType.Smooth
  997. b11 = Instance.new("BlockMesh", p13)
  998. b11.Name = "Mesh"
  999. p14 = Instance.new("Part", m)
  1000. p14.BrickColor = BrickColor.new("New Yeller")
  1001. p14.Material = "Neon"
  1002. p14.FormFactor = Enum.FormFactor.Symmetric
  1003. p14.Size = Vector3.new(1, 1, 1)
  1004. p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
  1005. p14.CanCollide = false
  1006. p14.Locked = true
  1007. b12 = Instance.new("SpecialMesh", p14)
  1008. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1009. b12.TextureId = ""
  1010. b12.MeshType = Enum.MeshType.FileMesh
  1011. b12.Name = "Mesh"
  1012. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1013. p15 = Instance.new("Part", m)
  1014. p15.BrickColor = BrickColor.new("Medium stone grey")
  1015. p15.Transparency = 1
  1016. p15.Name = "ArmPart"
  1017. p15.FormFactor = Enum.FormFactor.Custom
  1018. p15.Size = Vector3.new(2, 1, 1)
  1019. p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
  1020. p15.CanCollide = false
  1021. p15.Locked = true
  1022. p15.BottomSurface = Enum.SurfaceType.Smooth
  1023. p15.TopSurface = Enum.SurfaceType.Smooth
  1024. b13 = Instance.new("BlockMesh", p15)
  1025. b13.Name = "Mesh"
  1026. p16 = Instance.new("Part", m)
  1027. p16.BrickColor = BrickColor.new("Institutional white")
  1028. p16.FormFactor = Enum.FormFactor.Custom
  1029. p16.Size = Vector3.new(3, 1, 2.4000001)
  1030. p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
  1031. p16.CanCollide = false
  1032. p16.Locked = true
  1033. p16.BottomSurface = Enum.SurfaceType.Smooth
  1034. p16.TopSurface = Enum.SurfaceType.Smooth
  1035. b14 = Instance.new("BlockMesh", p16)
  1036. b14.Name = "Mesh"
  1037. p17 = Instance.new("Part", m)
  1038. p17.BrickColor = BrickColor.new("Institutional white")
  1039. p17.FormFactor = Enum.FormFactor.Custom
  1040. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1041. p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
  1042. p17.CanCollide = false
  1043. p17.Locked = true
  1044. p17.BottomSurface = Enum.SurfaceType.Smooth
  1045. p17.TopSurface = Enum.SurfaceType.Smooth
  1046. b15 = Instance.new("BlockMesh", p17)
  1047. b15.Name = "Mesh"
  1048. p18 = Instance.new("Part", m)
  1049. p18.BrickColor = BrickColor.new("New Yeller")
  1050. p18.Material = "Neon"
  1051. p18.FormFactor = Enum.FormFactor.Symmetric
  1052. p18.Size = Vector3.new(1, 1, 1)
  1053. p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
  1054. p18.CanCollide = false
  1055. p18.Locked = true
  1056. b16 = Instance.new("SpecialMesh", p18)
  1057. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1058. b16.TextureId = ""
  1059. b16.MeshType = Enum.MeshType.FileMesh
  1060. b16.Name = "Mesh"
  1061. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1062. p19 = Instance.new("Part", m)
  1063. p19.BrickColor = BrickColor.new("New Yeller")
  1064. p19.Material = "Neon"
  1065. p19.FormFactor = Enum.FormFactor.Symmetric
  1066. p19.Size = Vector3.new(1, 1, 1)
  1067. p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
  1068. p19.CanCollide = false
  1069. p19.Locked = true
  1070. b17 = Instance.new("SpecialMesh", p19)
  1071. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1072. b17.TextureId = ""
  1073. b17.MeshType = Enum.MeshType.FileMesh
  1074. b17.Name = "Mesh"
  1075. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1076. p20 = Instance.new("Part", m)
  1077. p20.BrickColor = BrickColor.new("Institutional white")
  1078. p20.FormFactor = Enum.FormFactor.Custom
  1079. p20.Size = Vector3.new(3, 1, 2.4000001)
  1080. p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
  1081. p20.CanCollide = false
  1082. p20.Locked = true
  1083. p20.BottomSurface = Enum.SurfaceType.Smooth
  1084. p20.TopSurface = Enum.SurfaceType.Smooth
  1085. b18 = Instance.new("BlockMesh", p20)
  1086. b18.Name = "Mesh"
  1087. p21 = Instance.new("Part", m)
  1088. p21.BrickColor = BrickColor.new("Institutional white")
  1089. p21.FormFactor = Enum.FormFactor.Custom
  1090. p21.Size = Vector3.new(3, 1, 1.19999993)
  1091. p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
  1092. p21.CanCollide = false
  1093. p21.Locked = true
  1094. p21.BottomSurface = Enum.SurfaceType.Smooth
  1095. p21.TopSurface = Enum.SurfaceType.Smooth
  1096. b19 = Instance.new("BlockMesh", p21)
  1097. b19.Name = "Mesh"
  1098. p22 = Instance.new("WedgePart", m)
  1099. p22.BrickColor = BrickColor.new("Institutional white")
  1100. p22.Name = "Wedge"
  1101. p22.FormFactor = Enum.FormFactor.Custom
  1102. p22.Size = Vector3.new(3, 1, 0.5)
  1103. p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
  1104. p22.CanCollide = false
  1105. p22.Locked = true
  1106. p22.BottomSurface = Enum.SurfaceType.Smooth
  1107. p22.TopSurface = Enum.SurfaceType.Smooth
  1108. p23 = Instance.new("Part", m)
  1109. p23.BrickColor = BrickColor.new("Institutional white")
  1110. p23.FormFactor = Enum.FormFactor.Custom
  1111. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1112. p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
  1113. p23.CanCollide = false
  1114. p23.Locked = true
  1115. p23.BottomSurface = Enum.SurfaceType.Smooth
  1116. p23.TopSurface = Enum.SurfaceType.Smooth
  1117. b20 = Instance.new("BlockMesh", p23)
  1118. b20.Name = "Mesh"
  1119. p24 = Instance.new("WedgePart", m)
  1120. p24.BrickColor = BrickColor.new("Institutional white")
  1121. p24.Name = "Wedge"
  1122. p24.FormFactor = Enum.FormFactor.Custom
  1123. p24.Size = Vector3.new(3, 1, 0.5)
  1124. p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
  1125. p24.CanCollide = false
  1126. p24.Locked = true
  1127. p24.BottomSurface = Enum.SurfaceType.Smooth
  1128. p24.TopSurface = Enum.SurfaceType.Smooth
  1129. p25 = Instance.new("Part", m)
  1130. p25.BrickColor = BrickColor.new("New Yeller")
  1131. p25.Material = "Neon"
  1132. p25.FormFactor = Enum.FormFactor.Symmetric
  1133. p25.Size = Vector3.new(1, 1, 1)
  1134. p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
  1135. p25.CanCollide = false
  1136. p25.Locked = true
  1137. p25.BottomSurface = Enum.SurfaceType.Smooth
  1138. p25.TopSurface = Enum.SurfaceType.Smooth
  1139. b21 = Instance.new("SpecialMesh", p25)
  1140. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1141. b21.TextureId = ""
  1142. b21.MeshType = Enum.MeshType.FileMesh
  1143. b21.Name = "Mesh"
  1144. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1145. p26 = Instance.new("Part", m)
  1146. p26.BrickColor = BrickColor.new("Institutional white")
  1147. p26.FormFactor = Enum.FormFactor.Symmetric
  1148. p26.Size = Vector3.new(1, 1, 1)
  1149. p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
  1150. p26.CanCollide = false
  1151. p26.Locked = true
  1152. p26.BottomSurface = Enum.SurfaceType.Smooth
  1153. p26.TopSurface = Enum.SurfaceType.Smooth
  1154. b22 = Instance.new("SpecialMesh", p26)
  1155. b22.MeshType = Enum.MeshType.Brick
  1156. b22.Name = "Mesh"
  1157. w1 = Instance.new("Weld", p1)
  1158. w1.Name = "Wedge_Weld"
  1159. w1.Part0 = p1
  1160. w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
  1161. w1.Part1 = p2
  1162. w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
  1163. w2 = Instance.new("Weld", p2)
  1164. w2.Name = "Part_Weld"
  1165. w2.Part0 = p2
  1166. w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
  1167. w2.Part1 = p3
  1168. w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
  1169. w3 = Instance.new("Weld", p3)
  1170. w3.Name = "Wedge_Weld"
  1171. w3.Part0 = p3
  1172. w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
  1173. w3.Part1 = p4
  1174. w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
  1175. w4 = Instance.new("Weld", p4)
  1176. w4.Name = "Part_Weld"
  1177. w4.Part0 = p4
  1178. w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
  1179. w4.Part1 = p5
  1180. w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
  1181. w5 = Instance.new("Weld", p5)
  1182. w5.Name = "Part_Weld"
  1183. w5.Part0 = p5
  1184. w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
  1185. w5.Part1 = p6
  1186. w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
  1187. w6 = Instance.new("Weld", p6)
  1188. w6.Name = "Part_Weld"
  1189. w6.Part0 = p6
  1190. w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
  1191. w6.Part1 = p7
  1192. w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
  1193. w7 = Instance.new("Weld", p7)
  1194. w7.Name = "Part_Weld"
  1195. w7.Part0 = p7
  1196. w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
  1197. w7.Part1 = p8
  1198. w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
  1199. w8 = Instance.new("Weld", p8)
  1200. w8.Name = "Part_Weld"
  1201. w8.Part0 = p8
  1202. w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
  1203. w8.Part1 = p9
  1204. w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
  1205. w9 = Instance.new("Weld", p9)
  1206. w9.Name = "Part_Weld"
  1207. w9.Part0 = p9
  1208. w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
  1209. w9.Part1 = p10
  1210. w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
  1211. w10 = Instance.new("Weld", p10)
  1212. w10.Name = "Part_Weld"
  1213. w10.Part0 = p10
  1214. w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
  1215. w10.Part1 = p11
  1216. w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
  1217. w11 = Instance.new("Weld", p11)
  1218. w11.Name = "Part_Weld"
  1219. w11.Part0 = p11
  1220. w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
  1221. w11.Part1 = p12
  1222. w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
  1223. w12 = Instance.new("Weld", p12)
  1224. w12.Name = "Part_Weld"
  1225. w12.Part0 = p12
  1226. w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
  1227. w12.Part1 = p13
  1228. w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
  1229. w13 = Instance.new("Weld", p13)
  1230. w13.Name = "Part_Weld"
  1231. w13.Part0 = p13
  1232. w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
  1233. w13.Part1 = p14
  1234. w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
  1235. w14 = Instance.new("Weld", p14)
  1236. w14.Name = "ArmPart_Weld"
  1237. w14.Part0 = p14
  1238. w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
  1239. w14.Part1 = p15
  1240. w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1241. w15 = Instance.new("Weld", p15)
  1242. w15.Name = "Part_Weld"
  1243. w15.Part0 = p15
  1244. w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
  1245. w15.Part1 = p16
  1246. w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
  1247. w16 = Instance.new("Weld", p16)
  1248. w16.Name = "Part_Weld"
  1249. w16.Part0 = p16
  1250. w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
  1251. w16.Part1 = p17
  1252. w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
  1253. w17 = Instance.new("Weld", p17)
  1254. w17.Name = "Part_Weld"
  1255. w17.Part0 = p17
  1256. w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
  1257. w17.Part1 = p18
  1258. w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
  1259. w18 = Instance.new("Weld", p18)
  1260. w18.Name = "Part_Weld"
  1261. w18.Part0 = p18
  1262. w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
  1263. w18.Part1 = p19
  1264. w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
  1265. w19 = Instance.new("Weld", p19)
  1266. w19.Name = "Part_Weld"
  1267. w19.Part0 = p19
  1268. w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
  1269. w19.Part1 = p20
  1270. w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1271. w20 = Instance.new("Weld", p20)
  1272. w20.Name = "Part_Weld"
  1273. w20.Part0 = p20
  1274. w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
  1275. w20.Part1 = p21
  1276. w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
  1277. w21 = Instance.new("Weld", p21)
  1278. w21.Name = "Wedge_Weld"
  1279. w21.Part0 = p21
  1280. w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
  1281. w21.Part1 = p22
  1282. w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
  1283. w22 = Instance.new("Weld", p22)
  1284. w22.Name = "Part_Weld"
  1285. w22.Part0 = p22
  1286. w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
  1287. w22.Part1 = p23
  1288. w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
  1289. w23 = Instance.new("Weld", p23)
  1290. w23.Name = "Wedge_Weld"
  1291. w23.Part0 = p23
  1292. w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
  1293. w23.Part1 = p24
  1294. w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
  1295. w24 = Instance.new("Weld", p24)
  1296. w24.Name = "Part_Weld"
  1297. w24.Part0 = p24
  1298. w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
  1299. w24.Part1 = p25
  1300. w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
  1301. w25 = Instance.new("Weld", p25)
  1302. w25.Name = "Part_Weld"
  1303. w25.Part0 = p25
  1304. w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
  1305. w25.Part1 = p26
  1306. w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
  1307. m.Parent = char
  1308. m:MakeJoints()
  1309. ----------------------------------------------------
  1310. local cor2 = Instance.new("Part", char.Claw)
  1311. cor2.Name = "Thingy"
  1312. cor2.Locked = true
  1313. cor2.BottomSurface = 0
  1314. cor2.CanCollide = false
  1315. cor2.Size = Vector3.new(2, 1, 1)
  1316. cor2.Transparency = 1
  1317. cor2.TopSurface = 0
  1318. corw2 = Instance.new("Weld", cor2)
  1319. corw2.Part0 = larm
  1320. corw2.Part1 = cor2
  1321. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1322. corw2.C1 = CFrame.new(0, 0, 0)
  1323. weld2 = Instance.new("Weld", char.Claw)
  1324. weld2.Part0 = cor2
  1325. weld2.Part1 = char.Claw.ArmPart
  1326. weld2.C0 = CFrame.new(0, 0, 0)
  1327. ----------------------------------------------------
  1328. local m = Instance.new("Model")
  1329. m.Name = "LeftArm"
  1330. p1 = Instance.new("WedgePart", m)
  1331. p1.BrickColor = BrickColor.new("New Yeller")
  1332. p1.Material = Enum.Material.Neon
  1333. p1.Name = "Wedge"
  1334. p1.FormFactor = Enum.FormFactor.Custom
  1335. p1.Size = Vector3.new(1, 1.19999981, 4)
  1336. p1.CFrame = CFrame.new(60.830101, 8.39941978, -13.7674818, 1.52359269e-006, -0.707334042, 0.707343757, -2.62521735e-006, 0.707093, 0.707071185, -1.00027835, 3.43534703e-006, 4.43342998e-007)
  1337. p1.CanCollide = false
  1338. p1.Locked = true
  1339. p1.TopSurface = Enum.SurfaceType.Smooth
  1340. b1 = Instance.new("SpecialMesh", p1)
  1341. b1.MeshType = Enum.MeshType.Wedge
  1342. b1.Name = "Mesh"
  1343. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1344. p2 = Instance.new("WedgePart", m)
  1345. p2.BrickColor = BrickColor.new("New Yeller")
  1346. p2.Material = Enum.Material.Neon
  1347. p2.Name = "Wedge"
  1348. p2.FormFactor = Enum.FormFactor.Custom
  1349. p2.Size = Vector3.new(1, 1.19999981, 4)
  1350. p2.CFrame = CFrame.new(60.8306694, 8.39941502, -12.5672398, 1.56085741e-006, -0.707337618, 0.707340181, -2.7146209e-006, 0.707089424, 0.707074761, -1.00027835, 3.34575839e-006, 4.06471969e-007)
  1351. p2.CanCollide = false
  1352. p2.Locked = true
  1353. p2.TopSurface = Enum.SurfaceType.Smooth
  1354. b2 = Instance.new("SpecialMesh", p2)
  1355. b2.MeshType = Enum.MeshType.Wedge
  1356. b2.Name = "Mesh"
  1357. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1358. p3 = Instance.new("WedgePart", m)
  1359. p3.BrickColor = BrickColor.new("New Yeller")
  1360. p3.Material = Enum.Material.Neon
  1361. p3.Name = "Wedge"
  1362. p3.FormFactor = Enum.FormFactor.Custom
  1363. p3.Size = Vector3.new(1, 1.19999981, 4)
  1364. p3.CFrame = CFrame.new(60.8312187, 8.39939976, -13.1675138, 1.66519976e-006, -0.707341254, 0.707336545, -2.72952207e-006, 0.707085788, 0.707078397, -1.00027835, 3.26143936e-006, 4.69727013e-007)
  1365. p3.CanCollide = false
  1366. p3.Locked = true
  1367. p3.TopSurface = Enum.SurfaceType.Smooth
  1368. b3 = Instance.new("SpecialMesh", p3)
  1369. b3.MeshType = Enum.MeshType.Wedge
  1370. b3.Name = "Mesh"
  1371. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1372. p4 = Instance.new("WedgePart", m)
  1373. p4.BrickColor = BrickColor.new("New Yeller")
  1374. p4.Material = Enum.Material.Neon
  1375. p4.Name = "Wedge"
  1376. p4.FormFactor = Enum.FormFactor.Custom
  1377. p4.Size = Vector3.new(1, 1.19999981, 4)
  1378. p4.CFrame = CFrame.new(60.8317757, 8.39937305, -13.1676111, 1.74718321e-006, -0.70734489, 0.707332909, -2.7742235e-006, 0.707082152, 0.707082033, -1.00027835, 3.17185027e-006, 4.96093037e-007)
  1379. p4.CanCollide = false
  1380. p4.Locked = true
  1381. p4.TopSurface = Enum.SurfaceType.Smooth
  1382. b4 = Instance.new("SpecialMesh", p4)
  1383. b4.MeshType = Enum.MeshType.Wedge
  1384. b4.Name = "Mesh"
  1385. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1386. p5 = Instance.new("WedgePart", m)
  1387. p5.BrickColor = BrickColor.new("New Yeller")
  1388. p5.Material = Enum.Material.Neon
  1389. p5.Name = "Wedge"
  1390. p5.FormFactor = Enum.FormFactor.Custom
  1391. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1392. p5.CFrame = CFrame.new(60.4623528, 9.0813055, -13.1677084, -1.74365277e-006, 0.422768414, 0.90661031, 3.01146247e-006, -0.90627563, 0.422602654, 1.00028574, -3.16541991e-006, -6.48408104e-007)
  1393. p5.CanCollide = false
  1394. p5.Locked = true
  1395. p5.TopSurface = Enum.SurfaceType.Smooth
  1396. b5 = Instance.new("SpecialMesh", p5)
  1397. b5.MeshType = Enum.MeshType.Wedge
  1398. b5.Name = "Mesh"
  1399. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1400. p6 = Instance.new("WedgePart", m)
  1401. p6.BrickColor = BrickColor.new("New Yeller")
  1402. p6.Material = Enum.Material.Neon
  1403. p6.Name = "Wedge"
  1404. p6.FormFactor = Enum.FormFactor.Custom
  1405. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1406. p6.CFrame = CFrame.new(60.4629173, 9.08128643, -13.7679863, -1.75857326e-006, 0.422772557, 0.906618714, 3.13068858e-006, -0.906274974, 0.422602147, 1.00029314, -3.27979569e-006, -6.11540997e-007)
  1407. p6.CanCollide = false
  1408. p6.Locked = true
  1409. p6.TopSurface = Enum.SurfaceType.Smooth
  1410. b6 = Instance.new("SpecialMesh", p6)
  1411. b6.MeshType = Enum.MeshType.Wedge
  1412. b6.Name = "Mesh"
  1413. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1414. p7 = Instance.new("WedgePart", m)
  1415. p7.BrickColor = BrickColor.new("New Yeller")
  1416. p7.Material = Enum.Material.Neon
  1417. p7.Name = "Wedge"
  1418. p7.FormFactor = Enum.FormFactor.Custom
  1419. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1420. p7.CFrame = CFrame.new(60.4634781, 9.0812645, -12.5677195, -1.77349398e-006, 0.422776699, 0.906627119, 3.24991538e-006, -0.906274319, 0.42260164, 1.00030053, -3.39417238e-006, -5.74673834e-007)
  1421. p7.CanCollide = false
  1422. p7.Locked = true
  1423. p7.TopSurface = Enum.SurfaceType.Smooth
  1424. b7 = Instance.new("SpecialMesh", p7)
  1425. b7.MeshType = Enum.MeshType.Wedge
  1426. b7.Name = "Mesh"
  1427. b7.Scale = Vector3.new(0.200000003, 1, 1)
  1428. p8 = Instance.new("Part", m)
  1429. p8.BrickColor = BrickColor.new("Institutional white")
  1430. p8.Material = Enum.Material.Neon
  1431. p8.FormFactor = Enum.FormFactor.Custom
  1432. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1433. p8.CFrame = CFrame.new(62.1344833, 9.89923668, -14.2683573, 1.0003655, -9.00030136e-006, -1.6914961e-006, -8.34465027e-007, 0.999961495, 3.15914986e-006, -2.15653972e-006, 3.05826416e-006, 1.00030792)
  1434. p8.CanCollide = false
  1435. p8.Locked = true
  1436. p8.BottomSurface = Enum.SurfaceType.Smooth
  1437. p8.TopSurface = Enum.SurfaceType.Smooth
  1438. b8 = Instance.new("SpecialMesh", p8)
  1439. b8.MeshType = Enum.MeshType.Sphere
  1440. b8.Name = "Mesh"
  1441. p9 = Instance.new("Part", m)
  1442. p9.BrickColor = BrickColor.new("Institutional white")
  1443. p9.Material = Enum.Material.Neon
  1444. p9.FormFactor = Enum.FormFactor.Custom
  1445. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1446. p9.CFrame = CFrame.new(62.1350441, 7.19933271, -14.2684784, 1.00037432, -9.11423649e-006, -1.78677055e-006, -8.82557742e-007, 0.999960482, 3.17407398e-006, -2.19382355e-006, 3.14769591e-006, 1.00031543)
  1447. p9.CanCollide = false
  1448. p9.Locked = true
  1449. p9.BottomSurface = Enum.SurfaceType.Smooth
  1450. p9.TopSurface = Enum.SurfaceType.Smooth
  1451. b9 = Instance.new("SpecialMesh", p9)
  1452. b9.MeshType = Enum.MeshType.Sphere
  1453. b9.Name = "Mesh"
  1454. p10 = Instance.new("Part", m)
  1455. p10.BrickColor = BrickColor.new("New Yeller")
  1456. p10.Material = Enum.Material.Neon
  1457. p10.FormFactor = Enum.FormFactor.Custom
  1458. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1459. p10.CFrame = CFrame.new(62.4732666, 7.92819929, -14.2685785, -0.906659067, -0.422771662, -1.80169195e-006, 0.422602057, -0.906270981, 3.2933026e-006, 3.38190716e-006, -1.99476835e-006, 1.00032294)
  1460. p10.CanCollide = false
  1461. p10.Locked = true
  1462. p10.BottomSurface = Enum.SurfaceType.Smooth
  1463. p10.TopSurface = Enum.SurfaceType.Smooth
  1464. p11 = Instance.new("Part", m)
  1465. p11.BrickColor = BrickColor.new("New Yeller")
  1466. p11.Material = Enum.Material.Neon
  1467. p11.FormFactor = Enum.FormFactor.Custom
  1468. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1469. p11.CFrame = CFrame.new(62.4794731, 9.45469475, -14.2686787, -0.819467902, 0.573809147, -1.81661335e-006, -0.573551893, -0.819118977, 3.41253167e-006, -9.27350783e-008, -4.03244348e-006, 1.00033033)
  1470. p11.CanCollide = false
  1471. p11.Locked = true
  1472. p11.BottomSurface = Enum.SurfaceType.Smooth
  1473. p11.TopSurface = Enum.SurfaceType.Smooth
  1474. p12 = Instance.new("Part", m)
  1475. p12.BrickColor = BrickColor.new("Institutional white")
  1476. p12.Material = Enum.Material.Neon
  1477. p12.FormFactor = Enum.FormFactor.Custom
  1478. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1479. p12.CFrame = CFrame.new(62.7369499, 6.29933262, -14.2688055, 1.00040102, -9.53674316e-006, -1.84644205e-006, -1.25169754e-006, 0.999957919, 3.50196092e-006, -2.25187659e-006, 3.46763295e-006, 1.00033784)
  1480. p12.CanCollide = false
  1481. p12.Locked = true
  1482. p12.BottomSurface = Enum.SurfaceType.Smooth
  1483. p12.TopSurface = Enum.SurfaceType.Smooth
  1484. b10 = Instance.new("SpecialMesh", p12)
  1485. b10.MeshType = Enum.MeshType.Sphere
  1486. b10.Name = "Mesh"
  1487. p13 = Instance.new("Part", m)
  1488. p13.BrickColor = BrickColor.new("New Yeller")
  1489. p13.Material = Enum.Material.Neon
  1490. p13.FormFactor = Enum.FormFactor.Custom
  1491. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1492. p13.CFrame = CFrame.new(62.8003883, 10.1991549, -13.2136488, 1.00040984, -9.59636054e-006, -1.88372474e-006, -1.43051466e-006, 0.999956846, 3.58340549e-006, -2.3487878e-006, 3.4825357e-006, 1.00034535)
  1493. p13.CanCollide = false
  1494. p13.Locked = true
  1495. p13.BottomSurface = Enum.SurfaceType.Smooth
  1496. p13.TopSurface = Enum.SurfaceType.Smooth
  1497. b11 = Instance.new("SpecialMesh", p13)
  1498. b11.MeshType = Enum.MeshType.Sphere
  1499. b11.Name = "Mesh"
  1500. p14 = Instance.new("Part", m)
  1501. p14.BrickColor = BrickColor.new("Institutional white")
  1502. p14.Material = Enum.Material.Neon
  1503. p14.FormFactor = Enum.FormFactor.Custom
  1504. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1505. p14.CFrame = CFrame.new(62.7374802, 9.79915905, -14.2689018, 1.00041437, -9.80505502e-006, -1.96572228e-006, -1.37091877e-006, 0.999956131, 3.62812011e-006, -2.37115751e-006, 3.4527211e-006, 1.00034904)
  1506. p14.CanCollide = false
  1507. p14.Locked = true
  1508. p14.BottomSurface = Enum.SurfaceType.Smooth
  1509. p14.TopSurface = Enum.SurfaceType.Smooth
  1510. b12 = Instance.new("SpecialMesh", p14)
  1511. b12.MeshType = Enum.MeshType.Sphere
  1512. b12.Name = "Mesh"
  1513. p15 = Instance.new("Part", m)
  1514. p15.BrickColor = BrickColor.new("Institutional white")
  1515. p15.Material = Enum.Material.Metal
  1516. p15.Name = "Main"
  1517. p15.FormFactor = Enum.FormFactor.Custom
  1518. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1519. p15.CFrame = CFrame.new(62.838131, 8.1992178, -13.1686192, 1.00041902, -9.80505047e-006, -1.96572933e-006, -1.54973122e-006, 0.999955654, 3.62813353e-006, -2.38607572e-006, 3.57197018e-006, 1.00035274)
  1520. p15.CanCollide = false
  1521. p15.Locked = true
  1522. p15.BottomSurface = Enum.SurfaceType.Smooth
  1523. p15.TopSurface = Enum.SurfaceType.Smooth
  1524. p16 = Instance.new("Part", m)
  1525. p16.BrickColor = BrickColor.new("Institutional white")
  1526. p16.Material = Enum.Material.Neon
  1527. p16.FormFactor = Enum.FormFactor.Custom
  1528. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1529. p16.CFrame = CFrame.new(62.9387741, 8.79918098, -14.2691231, 1.0004282, -9.95411301e-006, -2.00301338e-006, -1.66894927e-006, 0.999954581, 3.71756369e-006, -2.46808372e-006, 3.61668594e-006, 1.00036013)
  1530. p16.CanCollide = false
  1531. p16.Locked = true
  1532. p16.BottomSurface = Enum.SurfaceType.Smooth
  1533. p16.TopSurface = Enum.SurfaceType.Smooth
  1534. b13 = Instance.new("SpecialMesh", p16)
  1535. b13.MeshType = Enum.MeshType.Sphere
  1536. b13.Name = "Mesh"
  1537. p17 = Instance.new("Part", m)
  1538. p17.BrickColor = BrickColor.new("New Yeller")
  1539. p17.Material = Enum.Material.Neon
  1540. p17.FormFactor = Enum.FormFactor.Custom
  1541. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1542. p17.CFrame = CFrame.new(63.0825539, 6.854743, -14.2692442, -0.866409063, -0.50020963, -2.099928e-006, 0.499978155, -0.86598444, 3.73249213e-006, 4.01878242e-006, -1.94999211e-006, 1.00036764)
  1543. p17.CanCollide = false
  1544. p17.Locked = true
  1545. p17.BottomSurface = Enum.SurfaceType.Smooth
  1546. p17.TopSurface = Enum.SurfaceType.Smooth
  1547. p18 = Instance.new("Part", m)
  1548. p18.BrickColor = BrickColor.new("New Yeller")
  1549. p18.Material = Enum.Material.Neon
  1550. p18.FormFactor = Enum.FormFactor.Custom
  1551. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1552. p18.CFrame = CFrame.new(63.1831665, 8.15466595, -14.2693415, -0.906707585, 0.422816038, -2.11485258e-006, -0.422596663, -0.906265914, 3.8437388e-006, 6.9698217e-007, -4.50413063e-006, 1.00037515)
  1553. p18.CanCollide = false
  1554. p18.Locked = true
  1555. p18.BottomSurface = Enum.SurfaceType.Smooth
  1556. p18.TopSurface = Enum.SurfaceType.Smooth
  1557. p19 = Instance.new("Part", m)
  1558. p19.BrickColor = BrickColor.new("New Yeller")
  1559. p19.Material = Enum.Material.Neon
  1560. p19.FormFactor = Enum.FormFactor.Custom
  1561. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  1562. p19.CFrame = CFrame.new(63.2069473, 8.53140068, -14.2694473, -0.707418501, 0.707425714, -2.09994369e-006, -0.707068563, -0.707078457, 3.72453474e-006, -9.59315798e-007, -4.56575162e-006, 1.00037515)
  1563. p19.CanCollide = false
  1564. p19.Locked = true
  1565. p19.BottomSurface = Enum.SurfaceType.Smooth
  1566. p19.TopSurface = Enum.SurfaceType.Smooth
  1567. p20 = Instance.new("Part", m)
  1568. p20.BrickColor = BrickColor.new("New Yeller")
  1569. p20.Material = Enum.Material.Neon
  1570. p20.FormFactor = Enum.FormFactor.Custom
  1571. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  1572. p20.CFrame = CFrame.new(63.2280884, 9.68191624, -14.2694416, -0.342169315, 0.940117717, -2.11486008e-006, -0.93964541, -0.342010528, 3.84375198e-006, -2.7989995e-006, -3.73256239e-006, 1.00037885)
  1573. p20.CanCollide = false
  1574. p20.Locked = true
  1575. p20.BottomSurface = Enum.SurfaceType.Smooth
  1576. p20.TopSurface = Enum.SurfaceType.Smooth
  1577. p21 = Instance.new("Part", m)
  1578. p21.BrickColor = BrickColor.new("New Yeller")
  1579. p21.Material = Enum.Material.Neon
  1580. p21.FormFactor = Enum.FormFactor.Custom
  1581. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  1582. p21.CFrame = CFrame.new(63.3539009, 9.07959557, -14.2694454, 0.707428038, 0.707422554, -2.12876989e-006, -0.707079053, 0.707067132, 3.83015185e-006, -4.56554562e-006, 9.7875602e-007, 1.00037885)
  1583. p21.CanCollide = false
  1584. p21.Locked = true
  1585. p21.BottomSurface = Enum.SurfaceType.Smooth
  1586. p21.TopSurface = Enum.SurfaceType.Smooth
  1587. p22 = Instance.new("Part", m)
  1588. p22.BrickColor = BrickColor.new("Institutional white")
  1589. p22.Material = Enum.Material.Neon
  1590. p22.FormFactor = Enum.FormFactor.Custom
  1591. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1592. p22.CFrame = CFrame.new(63.4412346, 7.49916172, -14.269558, 1.0004549, -5.30481339e-006, -2.11486781e-006, -7.24196434e-006, 0.999951959, 3.84376608e-006, -2.5650661e-006, 4.02606338e-006, 1.00038254)
  1593. p22.CanCollide = false
  1594. p22.Locked = true
  1595. p22.BottomSurface = Enum.SurfaceType.Smooth
  1596. p22.TopSurface = Enum.SurfaceType.Smooth
  1597. b14 = Instance.new("SpecialMesh", p22)
  1598. b14.MeshType = Enum.MeshType.Sphere
  1599. b14.Name = "Mesh"
  1600. p23 = Instance.new("Part", m)
  1601. p23.BrickColor = BrickColor.new("Institutional white")
  1602. p23.Material = Enum.Material.Neon
  1603. p23.FormFactor = Enum.FormFactor.Custom
  1604. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1605. p23.CFrame = CFrame.new(63.5412827, 8.29912186, -14.2695541, 1.00045943, -5.54520193e-006, -2.12978443e-006, -7.22709638e-006, 0.999951601, 3.96298356e-006, -2.56507747e-006, 4.02606247e-006, 1.00038624)
  1606. p23.CanCollide = false
  1607. p23.Locked = true
  1608. p23.BottomSurface = Enum.SurfaceType.Smooth
  1609. p23.TopSurface = Enum.SurfaceType.Smooth
  1610. b15 = Instance.new("SpecialMesh", p23)
  1611. b15.MeshType = Enum.MeshType.Sphere
  1612. b15.Name = "Mesh"
  1613. p24 = Instance.new("Part", m)
  1614. p24.BrickColor = BrickColor.new("Institutional white")
  1615. p24.Material = Enum.Material.Neon
  1616. p24.FormFactor = Enum.FormFactor.Custom
  1617. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1618. p24.CFrame = CFrame.new(63.7413521, 9.49905682, -14.2695513, 1.00045943, -5.51538596e-006, -2.12978443e-006, -7.25689733e-006, 0.999951601, 3.96298356e-006, -2.56507769e-006, 4.02606247e-006, 1.00038624)
  1619. p24.CanCollide = false
  1620. p24.Locked = true
  1621. p24.BottomSurface = Enum.SurfaceType.Smooth
  1622. p24.TopSurface = Enum.SurfaceType.Smooth
  1623. b16 = Instance.new("SpecialMesh", p24)
  1624. b16.MeshType = Enum.MeshType.Sphere
  1625. b16.Name = "Mesh"
  1626. w1 = Instance.new("Weld", p1)
  1627. w1.Name = "Wedge_Weld"
  1628. w1.Part0 = p1
  1629. w1.C0 = CFrame.new(-13.7623367, 38.4686089, -47.5196228, 1.82382877e-007, -1.21785519e-007, -1.0000037, -0.707109988, 0.707106709, -1.20249211e-007, 0.707110047, 0.707106352, 1.16605563e-007)
  1630. w1.Part1 = p2
  1631. w1.C1 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1632. w2 = Instance.new("Weld", p2)
  1633. w2.Name = "Wedge_Weld"
  1634. w2.Part0 = p2
  1635. w2.C0 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1636. w2.Part1 = p3
  1637. w2.C1 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1638. w3 = Instance.new("Weld", p3)
  1639. w3.Name = "Wedge_Weld"
  1640. w3.Part0 = p3
  1641. w3.C0 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
  1642. w3.Part1 = p4
  1643. w3.C1 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  1644. w4 = Instance.new("Weld", p4)
  1645. w4.Name = "Wedge_Weld"
  1646. w4.Part0 = p4
  1647. w4.C0 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
  1648. w4.Part1 = p5
  1649. w4.C1 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  1650. w5 = Instance.new("Weld", p5)
  1651. w5.Name = "Wedge_Weld"
  1652. w5.Part0 = p5
  1653. w5.C0 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
  1654. w5.Part1 = p6
  1655. w5.C1 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  1656. w6 = Instance.new("Weld", p6)
  1657. w6.Name = "Wedge_Weld"
  1658. w6.Part0 = p6
  1659. w6.C0 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
  1660. w6.Part1 = p7
  1661. w6.C1 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  1662. w7 = Instance.new("Weld", p7)
  1663. w7.Name = "Part_Weld"
  1664. w7.Part0 = p7
  1665. w7.C0 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
  1666. w7.Part1 = p8
  1667. w7.C1 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  1668. w8 = Instance.new("Weld", p8)
  1669. w8.Name = "Part_Weld"
  1670. w8.Part0 = p8
  1671. w8.C0 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  1672. w8.Part1 = p9
  1673. w8.C1 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  1674. w9 = Instance.new("Weld", p9)
  1675. w9.Name = "Part_Weld"
  1676. w9.Part0 = p9
  1677. w9.C0 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  1678. w9.Part1 = p10
  1679. w9.C1 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1680. w10 = Instance.new("Weld", p10)
  1681. w10.Name = "Part_Weld"
  1682. w10.Part0 = p10
  1683. w10.C0 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1684. w10.Part1 = p11
  1685. w10.C1 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1686. w11 = Instance.new("Weld", p11)
  1687. w11.Name = "Part_Weld"
  1688. w11.Part0 = p11
  1689. w11.C0 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1690. w11.Part1 = p12
  1691. w11.C1 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1692. w12 = Instance.new("Weld", p12)
  1693. w12.Name = "Part_Weld"
  1694. w12.Part0 = p12
  1695. w12.C0 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1696. w12.Part1 = p13
  1697. w12.C1 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1698. w13 = Instance.new("Weld", p13)
  1699. w13.Name = "Part_Weld"
  1700. w13.Part0 = p13
  1701. w13.C0 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  1702. w13.Part1 = p14
  1703. w13.C1 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1704. w14 = Instance.new("Weld", p14)
  1705. w14.Name = "Part_Weld"
  1706. w14.Part0 = p14
  1707. w14.C0 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1708. w14.Part1 = p15
  1709. w14.C1 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1710. w15 = Instance.new("Weld", p15)
  1711. w15.Name = "Part_Weld"
  1712. w15.Part0 = p15
  1713. w15.C0 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1714. w15.Part1 = p16
  1715. w15.C1 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  1716. w16 = Instance.new("Weld", p16)
  1717. w16.Name = "Part_Weld"
  1718. w16.Part0 = p16
  1719. w16.C0 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  1720. w16.Part1 = p17
  1721. w16.C1 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1722. w17 = Instance.new("Weld", p17)
  1723. w17.Name = "Part_Weld"
  1724. w17.Part0 = p17
  1725. w17.C0 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  1726. w17.Part1 = p18
  1727. w17.C1 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1728. w18 = Instance.new("Weld", p18)
  1729. w18.Name = "Part_Weld"
  1730. w18.Part0 = p18
  1731. w18.C0 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1732. w18.Part1 = p19
  1733. w18.C1 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1734. w19 = Instance.new("Weld", p19)
  1735. w19.Name = "Part_Weld"
  1736. w19.Part0 = p19
  1737. w19.C0 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
  1738. w19.Part1 = p20
  1739. w19.C1 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1740. w20 = Instance.new("Weld", p20)
  1741. w20.Name = "Part_Weld"
  1742. w20.Part0 = p20
  1743. w20.C0 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1744. w20.Part1 = p21
  1745. w20.C1 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  1746. w21 = Instance.new("Weld", p21)
  1747. w21.Name = "Part_Weld"
  1748. w21.Part0 = p21
  1749. w21.C0 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
  1750. w21.Part1 = p22
  1751. w21.C1 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1752. w22 = Instance.new("Weld", p22)
  1753. w22.Name = "Part_Weld"
  1754. w22.Part0 = p22
  1755. w22.C0 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  1756. w22.Part1 = p23
  1757. w22.C1 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  1758. w23 = Instance.new("Weld", p23)
  1759. w23.Name = "Part_Weld"
  1760. w23.Part0 = p23
  1761. w23.C0 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  1762. w23.Part1 = p24
  1763. w23.C1 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1764. w24 = Instance.new("Weld", p24)
  1765. w24.Name = "Part_Weld"
  1766. w24.Part0 = p24
  1767. w24.C0 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
  1768. m.Parent = larm
  1769. m:MakeJoints()
  1770. ----------------------------------------------------
  1771. local cor3 = Instance.new("Part", larm.LeftArm)
  1772. cor3.Name = "Thingy"
  1773. cor3.Locked = true
  1774. cor3.BottomSurface = 0
  1775. cor3.CanCollide = false
  1776. cor3.Size = Vector3.new(2, 1, 1)
  1777. cor3.Transparency = 1
  1778. cor3.TopSurface = 0
  1779. corw2 = Instance.new("Weld", cor3)
  1780. corw2.Part0 = larm
  1781. corw2.Part1 = cor3
  1782. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1783. corw2.C1 = CFrame.new(0, 0, 0)
  1784. weld2 = Instance.new("Weld", larm.LeftArm)
  1785. weld2.Part0 = cor3
  1786. weld2.Part1 = p15
  1787. weld2.C0 = CFrame.new(0, 0, 0)
  1788. ----------------------------------------------------
  1789. local m = Instance.new("Model")
  1790. m.Name = "RightArm"
  1791. p1 = Instance.new("WedgePart", m)
  1792. p1.BrickColor = BrickColor.new("New Yeller")
  1793. p1.Material = Enum.Material.Neon
  1794. p1.Name = "Wedge"
  1795. p1.FormFactor = Enum.FormFactor.Custom
  1796. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1797. p1.CFrame = CFrame.new(71.7528229, 9.08148766, -13.7657108, 2.20961255e-007, -0.422704399, -0.906498253, -1.70178805e-006, -0.906287491, 0.422612786, -1.00018191, -1.16194826e-006, 2.39246219e-006)
  1798. p1.CanCollide = false
  1799. p1.Locked = true
  1800. p1.TopSurface = Enum.SurfaceType.Smooth
  1801. b1 = Instance.new("SpecialMesh", p1)
  1802. b1.MeshType = Enum.MeshType.Wedge
  1803. b1.Name = "Mesh"
  1804. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1805. p2 = Instance.new("WedgePart", m)
  1806. p2.BrickColor = BrickColor.new("New Yeller")
  1807. p2.Material = Enum.Material.Neon
  1808. p2.Name = "Wedge"
  1809. p2.FormFactor = Enum.FormFactor.Custom
  1810. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1811. p2.CFrame = CFrame.new(71.7534714, 9.08147335, -12.5655851, 3.25293399e-007, -0.422708124, -0.906506479, -1.7167032e-006, -0.906286299, 0.422612339, -1.0001893, -1.13135729e-006, 2.49332743e-006)
  1812. p2.CanCollide = false
  1813. p2.Locked = true
  1814. p2.TopSurface = Enum.SurfaceType.Smooth
  1815. b2 = Instance.new("SpecialMesh", p2)
  1816. b2.MeshType = Enum.MeshType.Wedge
  1817. b2.Name = "Mesh"
  1818. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1819. p3 = Instance.new("WedgePart", m)
  1820. p3.BrickColor = BrickColor.new("New Yeller")
  1821. p3.Material = Enum.Material.Neon
  1822. p3.Name = "Wedge"
  1823. p3.FormFactor = Enum.FormFactor.Custom
  1824. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1825. p3.CFrame = CFrame.new(71.7541199, 9.08145237, -13.1658068, 4.29627249e-007, -0.422711849, -0.906514704, -1.73161834e-006, -0.906285107, 0.422611892, -1.0001967, -1.10076587e-006, 2.59419403e-006)
  1826. p3.CanCollide = false
  1827. p3.Locked = true
  1828. p3.TopSurface = Enum.SurfaceType.Smooth
  1829. b3 = Instance.new("SpecialMesh", p3)
  1830. b3.MeshType = Enum.MeshType.Wedge
  1831. b3.Name = "Mesh"
  1832. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1833. p4 = Instance.new("WedgePart", m)
  1834. p4.BrickColor = BrickColor.new("New Yeller")
  1835. p4.Material = Enum.Material.Neon
  1836. p4.Name = "Wedge"
  1837. p4.FormFactor = Enum.FormFactor.Custom
  1838. p4.Size = Vector3.new(1, 1.19999981, 4)
  1839. p4.CFrame = CFrame.new(71.4245453, 8.39948177, -13.7660398, -5.32960883e-007, 0.70726943, -0.707265258, 1.90324067e-006, 0.707083881, 0.707096815, 1.0001967, 9.87842554e-008, 2.61978244e-006)
  1840. p4.CanCollide = false
  1841. p4.Locked = true
  1842. p4.TopSurface = Enum.SurfaceType.Smooth
  1843. b4 = Instance.new("SpecialMesh", p4)
  1844. b4.MeshType = Enum.MeshType.Wedge
  1845. b4.Name = "Mesh"
  1846. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1847. p5 = Instance.new("WedgePart", m)
  1848. p5.BrickColor = BrickColor.new("New Yeller")
  1849. p5.Material = Enum.Material.Neon
  1850. p5.Name = "Wedge"
  1851. p5.FormFactor = Enum.FormFactor.Custom
  1852. p5.Size = Vector3.new(1, 1.19999981, 4)
  1853. p5.CFrame = CFrame.new(71.4251862, 8.39946651, -13.1660223, -6.3729243e-007, 0.707273066, -0.707261622, 1.91814229e-006, 0.707080245, 0.707100451, 1.0001967, 1.62003985e-007, 2.53547341e-006)
  1854. p5.CanCollide = false
  1855. p5.Locked = true
  1856. p5.TopSurface = Enum.SurfaceType.Smooth
  1857. b5 = Instance.new("SpecialMesh", p5)
  1858. b5.MeshType = Enum.MeshType.Wedge
  1859. b5.Name = "Mesh"
  1860. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1861. p6 = Instance.new("WedgePart", m)
  1862. p6.BrickColor = BrickColor.new("New Yeller")
  1863. p6.Material = Enum.Material.Neon
  1864. p6.Name = "Wedge"
  1865. p6.FormFactor = Enum.FormFactor.Custom
  1866. p6.Size = Vector3.new(1, 1.19999981, 4)
  1867. p6.CFrame = CFrame.new(71.4258194, 8.39945126, -12.5660009, -7.41623865e-007, 0.707276702, -0.707257986, 1.93304436e-006, 0.707076609, 0.707104087, 1.0001967, 2.25224142e-007, 2.45116462e-006)
  1868. p6.CanCollide = false
  1869. p6.Locked = true
  1870. p6.TopSurface = Enum.SurfaceType.Smooth
  1871. b6 = Instance.new("SpecialMesh", p6)
  1872. b6.MeshType = Enum.MeshType.Wedge
  1873. b6.Name = "Mesh"
  1874. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1875. p7 = Instance.new("Part", m)
  1876. p7.BrickColor = BrickColor.new("Institutional white")
  1877. p7.Material = Enum.Material.Neon
  1878. p7.FormFactor = Enum.FormFactor.Custom
  1879. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1880. p7.CFrame = CFrame.new(70.3255081, 6.6994977, -14.2663507, 1.00023162, 1.31726265e-005, -7.92685455e-007, -1.94311142e-005, 0.999976158, 1.97985287e-006, -1.62725564e-006, 1.86058458e-006, 1.00020039)
  1881. p7.CanCollide = false
  1882. p7.Locked = true
  1883. p7.BottomSurface = Enum.SurfaceType.Smooth
  1884. p7.TopSurface = Enum.SurfaceType.Smooth
  1885. b7 = Instance.new("SpecialMesh", p7)
  1886. b7.MeshType = Enum.MeshType.Sphere
  1887. b7.Name = "Mesh"
  1888. p8 = Instance.new("Part", m)
  1889. p8.BrickColor = BrickColor.new("New Yeller")
  1890. p8.Material = Enum.Material.Neon
  1891. p8.FormFactor = Enum.FormFactor.Custom
  1892. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  1893. p8.CFrame = CFrame.new(70.0060196, 9.16293144, -14.2664633, 0.881308079, -0.429463804, -0.198316693, 0.401435703, 0.900625467, -0.166355878, 0.250050306, 0.0670034215, 0.966122985)
  1894. p8.CanCollide = false
  1895. p8.Locked = true
  1896. p8.BottomSurface = Enum.SurfaceType.Smooth
  1897. p8.TopSurface = Enum.SurfaceType.Smooth
  1898. p9 = Instance.new("Part", m)
  1899. p9.BrickColor = BrickColor.new("Institutional white")
  1900. p9.Material = Enum.Material.Neon
  1901. p9.FormFactor = Enum.FormFactor.Custom
  1902. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1903. p9.CFrame = CFrame.new(70.2268219, 8.59942532, -14.2665701, 1.00024557, 1.30422413e-005, -8.7916851e-007, -1.95577741e-005, 0.999974489, 1.9967556e-006, -1.75833702e-006, 2.01165676e-006, 1.00021148)
  1904. p9.CanCollide = false
  1905. p9.Locked = true
  1906. p9.BottomSurface = Enum.SurfaceType.Smooth
  1907. p9.TopSurface = Enum.SurfaceType.Smooth
  1908. b8 = Instance.new("SpecialMesh", p9)
  1909. b8.MeshType = Enum.MeshType.Sphere
  1910. b8.Name = "Mesh"
  1911. p10 = Instance.new("Part", m)
  1912. p10.BrickColor = BrickColor.new("Institutional white")
  1913. p10.Material = Enum.Material.Neon
  1914. p10.FormFactor = Enum.FormFactor.Custom
  1915. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1916. p10.CFrame = CFrame.new(69.8274002, 9.5993948, -14.266675, 1.00025487, 1.30049675e-005, -9.23888138e-007, -1.9595207e-005, 0.999973536, 2.11597762e-006, -1.80306665e-006, 2.13088947e-006, 1.00021887)
  1917. p10.CanCollide = false
  1918. p10.Locked = true
  1919. p10.BottomSurface = Enum.SurfaceType.Smooth
  1920. p10.TopSurface = Enum.SurfaceType.Smooth
  1921. b9 = Instance.new("SpecialMesh", p10)
  1922. b9.MeshType = Enum.MeshType.Sphere
  1923. b9.Name = "Mesh"
  1924. p11 = Instance.new("Part", m)
  1925. p11.BrickColor = BrickColor.new("New Yeller")
  1926. p11.Material = Enum.Material.Neon
  1927. p11.FormFactor = Enum.FormFactor.Custom
  1928. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1929. p11.CFrame = CFrame.new(69.693718, 7.37976837, -14.2265854, 0.690841019, -0.711695194, -0.129447505, 0.678571701, 0.699464202, -0.224133074, 0.250056893, 0.0670053288, 0.966144204)
  1930. p11.CanCollide = false
  1931. p11.Locked = true
  1932. p11.BottomSurface = Enum.SurfaceType.Smooth
  1933. p11.TopSurface = Enum.SurfaceType.Smooth
  1934. p12 = Instance.new("Part", m)
  1935. p12.BrickColor = BrickColor.new("New Yeller")
  1936. p12.Material = Enum.Material.Neon
  1937. p12.FormFactor = Enum.FormFactor.Custom
  1938. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  1939. p12.CFrame = CFrame.new(69.47966, 8.73308277, -14.2467909, 0.176576898, -0.984305978, 0.022559464, 0.951990068, 0.164877579, -0.257825077, 0.25006038, 0.0670051575, 0.966151059)
  1940. p12.CanCollide = false
  1941. p12.Locked = true
  1942. p12.BottomSurface = Enum.SurfaceType.Smooth
  1943. p12.TopSurface = Enum.SurfaceType.Smooth
  1944. p13 = Instance.new("Part", m)
  1945. p13.BrickColor = BrickColor.new("New Yeller")
  1946. p13.Material = Enum.Material.Neon
  1947. p13.FormFactor = Enum.FormFactor.Custom
  1948. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1949. p13.CFrame = CFrame.new(69.3920746, 10.1993351, -13.2118578, 1.00028241, 1.27716921e-005, -1.06170774e-006, -1.99186616e-005, 0.999970496, 2.39908695e-006, -1.93528831e-006, 2.38418579e-006, 1.00024128)
  1950. p13.CanCollide = false
  1951. p13.Locked = true
  1952. p13.BottomSurface = Enum.SurfaceType.Smooth
  1953. p13.TopSurface = Enum.SurfaceType.Smooth
  1954. b10 = Instance.new("SpecialMesh", p13)
  1955. b10.MeshType = Enum.MeshType.Sphere
  1956. b10.Name = "Mesh"
  1957. p14 = Instance.new("Part", m)
  1958. p14.BrickColor = BrickColor.new("Institutional white")
  1959. p14.Material = Enum.Material.Metal
  1960. p14.Name = "Main"
  1961. p14.FormFactor = Enum.FormFactor.Custom
  1962. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1963. p14.CFrame = CFrame.new(69.4298401, 8.19937706, -13.1668339, 1.00029147, 1.25630004e-005, -1.16605349e-006, -2.0008245e-005, 0.999969125, 2.41400744e-006, -2.03963987e-006, 2.39908786e-006, 1.00024867)
  1964. p14.CanCollide = false
  1965. p14.Locked = true
  1966. p14.BottomSurface = Enum.SurfaceType.Smooth
  1967. p14.TopSurface = Enum.SurfaceType.Smooth
  1968. p15 = Instance.new("Part", m)
  1969. p15.BrickColor = BrickColor.new("Institutional white")
  1970. p15.Material = Enum.Material.Neon
  1971. p15.FormFactor = Enum.FormFactor.Custom
  1972. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1973. p15.CFrame = CFrame.new(69.1303406, 7.89936399, -14.2672224, 1.00030053, 1.24437429e-005, -1.24804228e-006, -2.02170359e-005, 0.999968052, 2.45872889e-006, -2.07692119e-006, 2.48851507e-006, 1.00025606)
  1974. p15.CanCollide = false
  1975. p15.Locked = true
  1976. p15.BottomSurface = Enum.SurfaceType.Smooth
  1977. p15.TopSurface = Enum.SurfaceType.Smooth
  1978. b11 = Instance.new("SpecialMesh", p15)
  1979. b11.MeshType = Enum.MeshType.Sphere
  1980. b11.Name = "Mesh"
  1981. p16 = Instance.new("Part", m)
  1982. p16.BrickColor = BrickColor.new("New Yeller")
  1983. p16.Material = Enum.Material.Neon
  1984. p16.FormFactor = Enum.FormFactor.Custom
  1985. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  1986. p16.CFrame = CFrame.new(68.9101486, 8.4345789, -14.2572756, 0.881372392, -0.429496199, -0.198331535, 0.401431859, 0.900618315, -0.166353673, 0.250065029, 0.0670081601, 0.966180325)
  1987. p16.CanCollide = false
  1988. p16.Locked = true
  1989. p16.BottomSurface = Enum.SurfaceType.Smooth
  1990. p16.TopSurface = Enum.SurfaceType.Smooth
  1991. p17 = Instance.new("Part", m)
  1992. p17.BrickColor = BrickColor.new("New Yeller")
  1993. p17.Material = Enum.Material.Neon
  1994. p17.FormFactor = Enum.FormFactor.Custom
  1995. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  1996. p17.CFrame = CFrame.new(68.8972092, 7.71862125, -14.2674294, -0.70732069, -0.707330942, -1.25169754e-006, 0.707094371, -0.707072854, 2.48849392e-006, 3.42912972e-006, -4.32133675e-007, 1.00026357)
  1997. p17.CanCollide = false
  1998. p17.Locked = true
  1999. p17.BottomSurface = Enum.SurfaceType.Smooth
  2000. p17.TopSurface = Enum.SurfaceType.Smooth
  2001. p18 = Instance.new("Part", m)
  2002. p18.BrickColor = BrickColor.new("Institutional white")
  2003. p18.Material = Enum.Material.Neon
  2004. p18.FormFactor = Enum.FormFactor.Custom
  2005. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2006. p18.CFrame = CFrame.new(68.6320877, 8.89929676, -14.2675419, 1.000319, 7.09295273e-006, -1.29642399e-006, -1.53779984e-005, 0.999966145, 2.53321537e-006, -2.20864695e-006, 2.76013293e-006, 1.00027096)
  2007. p18.CanCollide = false
  2008. p18.Locked = true
  2009. p18.BottomSurface = Enum.SurfaceType.Smooth
  2010. p18.TopSurface = Enum.SurfaceType.Smooth
  2011. b12 = Instance.new("SpecialMesh", p18)
  2012. b12.MeshType = Enum.MeshType.Sphere
  2013. b12.Name = "Mesh"
  2014. p19 = Instance.new("Part", m)
  2015. p19.BrickColor = BrickColor.new("Institutional white")
  2016. p19.Material = Enum.Material.Neon
  2017. p19.FormFactor = Enum.FormFactor.Custom
  2018. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2019. p19.CFrame = CFrame.new(68.6320801, 7.49934578, -14.2675457, 1.00032365, 7.02587113e-006, -1.41567671e-006, -1.53780693e-005, 0.999965429, 2.48852461e-006, -2.20865695e-006, 2.76013111e-006, 1.00027466)
  2020. p19.CanCollide = false
  2021. p19.Locked = true
  2022. p19.BottomSurface = Enum.SurfaceType.Smooth
  2023. p19.TopSurface = Enum.SurfaceType.Smooth
  2024. b13 = Instance.new("SpecialMesh", p19)
  2025. b13.MeshType = Enum.MeshType.Sphere
  2026. b13.Name = "Mesh"
  2027. w1 = Instance.new("Weld", p1)
  2028. w1.Name = "Wedge_Weld"
  2029. w1.Part0 = p1
  2030. w1.C0 = CFrame.new(-13.7623348, 36.7341995, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.9372038e-008)
  2031. w1.Part1 = p2
  2032. w1.C1 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  2033. w2 = Instance.new("Weld", p2)
  2034. w2.Name = "Wedge_Weld"
  2035. w2.Part0 = p2
  2036. w2.C0 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
  2037. w2.Part1 = p3
  2038. w2.C1 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  2039. w3 = Instance.new("Weld", p3)
  2040. w3.Name = "Wedge_Weld"
  2041. w3.Part0 = p3
  2042. w3.C0 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
  2043. w3.Part1 = p4
  2044. w3.C1 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2045. w4 = Instance.new("Weld", p4)
  2046. w4.Name = "Wedge_Weld"
  2047. w4.Part0 = p4
  2048. w4.C0 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2049. w4.Part1 = p5
  2050. w4.C1 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2051. w5 = Instance.new("Weld", p5)
  2052. w5.Name = "Wedge_Weld"
  2053. w5.Part0 = p5
  2054. w5.C0 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
  2055. w5.Part1 = p6
  2056. w5.C1 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  2057. w6 = Instance.new("Weld", p6)
  2058. w6.Name = "Part_Weld"
  2059. w6.Part0 = p6
  2060. w6.C0 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
  2061. w6.Part1 = p7
  2062. w6.C1 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  2063. w7 = Instance.new("Weld", p7)
  2064. w7.Name = "Part_Weld"
  2065. w7.Part0 = p7
  2066. w7.C0 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
  2067. w7.Part1 = p8
  2068. w7.C1 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  2069. w8 = Instance.new("Weld", p8)
  2070. w8.Name = "Part_Weld"
  2071. w8.Part0 = p8
  2072. w8.C0 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
  2073. w8.Part1 = p9
  2074. w8.C1 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2075. w9 = Instance.new("Weld", p9)
  2076. w9.Name = "Part_Weld"
  2077. w9.Part0 = p9
  2078. w9.C0 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2079. w9.Part1 = p10
  2080. w9.C1 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2081. w10 = Instance.new("Weld", p10)
  2082. w10.Name = "Part_Weld"
  2083. w10.Part0 = p10
  2084. w10.C0 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
  2085. w10.Part1 = p11
  2086. w10.C1 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  2087. w11 = Instance.new("Weld", p11)
  2088. w11.Name = "Part_Weld"
  2089. w11.Part0 = p11
  2090. w11.C0 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
  2091. w11.Part1 = p12
  2092. w11.C1 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  2093. w12 = Instance.new("Weld", p12)
  2094. w12.Name = "Part_Weld"
  2095. w12.Part0 = p12
  2096. w12.C0 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
  2097. w12.Part1 = p13
  2098. w12.C1 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2099. w13 = Instance.new("Weld", p13)
  2100. w13.Name = "Part_Weld"
  2101. w13.Part0 = p13
  2102. w13.C0 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2103. w13.Part1 = p14
  2104. w13.C1 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2105. w14 = Instance.new("Weld", p14)
  2106. w14.Name = "Part_Weld"
  2107. w14.Part0 = p14
  2108. w14.C0 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2109. w14.Part1 = p15
  2110. w14.C1 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2111. w15 = Instance.new("Weld", p15)
  2112. w15.Name = "Part_Weld"
  2113. w15.Part0 = p15
  2114. w15.C0 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2115. w15.Part1 = p16
  2116. w15.C1 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  2117. w16 = Instance.new("Weld", p16)
  2118. w16.Name = "Part_Weld"
  2119. w16.Part0 = p16
  2120. w16.C0 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
  2121. w16.Part1 = p17
  2122. w16.C1 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2123. w17 = Instance.new("Weld", p17)
  2124. w17.Name = "Part_Weld"
  2125. w17.Part0 = p17
  2126. w17.C0 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
  2127. w17.Part1 = p18
  2128. w17.C1 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  2129. w18 = Instance.new("Weld", p18)
  2130. w18.Name = "Part_Weld"
  2131. w18.Part0 = p18
  2132. w18.C0 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
  2133. w18.Part1 = p19
  2134. w18.C1 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2135. w19 = Instance.new("Weld", p19)
  2136. w19.Name = "Wedge_Weld"
  2137. w19.Part0 = p19
  2138. w19.C0 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2139. m.Parent = rarm
  2140. m:MakeJoints()
  2141. ----------------------------------------------------
  2142. local cor4 = Instance.new("Part", rarm.RightArm)
  2143. cor4.Name = "Thingy"
  2144. cor4.Locked = true
  2145. cor4.BottomSurface = 0
  2146. cor4.CanCollide = false
  2147. cor4.Size = Vector3.new(2, 1, 1)
  2148. cor4.Transparency = 1
  2149. cor4.TopSurface = 0
  2150. corw2 = Instance.new("Weld", cor4)
  2151. corw2.Part0 = rarm
  2152. corw2.Part1 = cor4
  2153. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2154. corw2.C1 = CFrame.new(0, 0, 0)
  2155. weld2 = Instance.new("Weld", rarm.RightArm)
  2156. weld2.Part0 = cor4
  2157. weld2.Part1 = p14
  2158. weld2.C0 = CFrame.new(0, 0, 0)
  2159. ----------------------------------------------------
  2160. local m = Instance.new("Model")
  2161. m.Name = "Torso"
  2162. p1 = Instance.new("Part", m)
  2163. p1.BrickColor = BrickColor.new("Institutional white")
  2164. p1.Material = Enum.Material.Neon
  2165. p1.FormFactor = Enum.FormFactor.Custom
  2166. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2167. p1.CFrame = CFrame.new(67.3119202, 9.5997963, -14.263937, 1.00006402, 1.86259939e-007, 2.23464554e-008, -1.44914884e-006, 0.999991, -1.49014099e-008, -1.51248571e-006, 5.96053269e-008, 1.00005186)
  2168. p1.CanCollide = false
  2169. p1.Locked = true
  2170. p1.BottomSurface = Enum.SurfaceType.Smooth
  2171. p1.TopSurface = Enum.SurfaceType.Smooth
  2172. b1 = Instance.new("SpecialMesh", p1)
  2173. b1.MeshType = Enum.MeshType.Sphere
  2174. b1.Name = "Mesh"
  2175. p2 = Instance.new("Part", m)
  2176. p2.BrickColor = BrickColor.new("Institutional white")
  2177. p2.Material = Enum.Material.Neon
  2178. p2.FormFactor = Enum.FormFactor.Custom
  2179. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2180. p2.CFrame = CFrame.new(65.0111618, 9.59981537, -14.2638226, 1.00005496, 2.75671482e-007, 1.2665987e-007, -1.35973096e-006, 0.999992192, -2.98023224e-008, -1.40815973e-006, 4.47034836e-008, 1.00004447)
  2181. p2.CanCollide = false
  2182. p2.Locked = true
  2183. p2.BottomSurface = Enum.SurfaceType.Smooth
  2184. p2.TopSurface = Enum.SurfaceType.Smooth
  2185. b2 = Instance.new("SpecialMesh", p2)
  2186. b2.MeshType = Enum.MeshType.Sphere
  2187. b2.Name = "Mesh"
  2188. p3 = Instance.new("Part", m)
  2189. p3.BrickColor = BrickColor.new("New Yeller")
  2190. p3.Material = Enum.Material.Neon
  2191. p3.FormFactor = Enum.FormFactor.Custom
  2192. p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2193. p3.CFrame = CFrame.new(67.6028595, 9.39744663, -14.2168236, 0.491504252, -0.868347466, -0.0669902489, 0.834227681, 0.491479307, -0.249998316, 0.250008702, 0.0669909269, 0.965961695)
  2194. p3.CanCollide = false
  2195. p3.Locked = true
  2196. p3.BottomSurface = Enum.SurfaceType.Smooth
  2197. p3.TopSurface = Enum.SurfaceType.Smooth
  2198. p4 = Instance.new("Part", m)
  2199. p4.BrickColor = BrickColor.new("New Yeller")
  2200. p4.Material = Enum.Material.Neon
  2201. p4.FormFactor = Enum.FormFactor.Custom
  2202. p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2203. p4.CFrame = CFrame.new(64.6849442, 9.10655022, -14.2635975, 0.866056859, 0.500018656, 3.35280106e-007, -0.49999845, 0.866020203, -2.98035943e-008, -1.06866298e-006, -5.48167122e-007, 1.00002968)
  2204. p4.CanCollide = false
  2205. p4.Locked = true
  2206. p4.BottomSurface = Enum.SurfaceType.Smooth
  2207. p4.TopSurface = Enum.SurfaceType.Smooth
  2208. p5 = Instance.new("Part", m)
  2209. p5.BrickColor = BrickColor.new("New Yeller")
  2210. p5.Material = Enum.Material.Neon
  2211. p5.FormFactor = Enum.FormFactor.Custom
  2212. p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2213. p5.CFrame = CFrame.new(66.9344177, 8.96636868, -14.2634897, -0.866048932, -0.500014246, 4.3958832e-007, 0.499999046, -0.866021395, -4.47044108e-008, 9.70867745e-007, 5.08911796e-007, 1.00002229)
  2214. p5.CanCollide = false
  2215. p5.Locked = true
  2216. p5.BottomSurface = Enum.SurfaceType.Smooth
  2217. p5.TopSurface = Enum.SurfaceType.Smooth
  2218. p6 = Instance.new("Part", m)
  2219. p6.BrickColor = BrickColor.new("New Yeller")
  2220. p6.Material = Enum.Material.Neon
  2221. p6.FormFactor = Enum.FormFactor.Custom
  2222. p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2223. p6.CFrame = CFrame.new(65.358757, 9.04366112, -14.2633762, -0.866041601, 0.500008702, 5.43894771e-007, -0.499997824, -0.8660236, -5.96051208e-008, 8.43271948e-007, -5.21275751e-007, 1.0000149)
  2224. p6.CanCollide = false
  2225. p6.Locked = true
  2226. p6.BottomSurface = Enum.SurfaceType.Smooth
  2227. p6.TopSurface = Enum.SurfaceType.Smooth
  2228. p7 = Instance.new("Part", m)
  2229. p7.BrickColor = BrickColor.new("Institutional white")
  2230. p7.Material = Enum.Material.Neon
  2231. p7.FormFactor = Enum.FormFactor.Custom
  2232. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2233. p7.CFrame = CFrame.new(68.0082169, 9.19989014, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308121e-007, -8.7916851e-007, 5.96046519e-008, 1.00001121)
  2234. p7.CanCollide = false
  2235. p7.Locked = true
  2236. p7.BottomSurface = Enum.SurfaceType.Smooth
  2237. p7.TopSurface = Enum.SurfaceType.Smooth
  2238. b3 = Instance.new("SpecialMesh", p7)
  2239. b3.MeshType = Enum.MeshType.Sphere
  2240. b3.Name = "Mesh"
  2241. p8 = Instance.new("Part", m)
  2242. p8.BrickColor = BrickColor.new("Institutional white")
  2243. p8.Material = Enum.Material.Neon
  2244. p8.FormFactor = Enum.FormFactor.Custom
  2245. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2246. p8.CFrame = CFrame.new(64.4081497, 8.59989357, -14.2632627, 1.00001383, 5.32715489e-007, 5.6624458e-007, -8.4191629e-007, 0.999997973, -2.980277e-008, -9.08971174e-007, -1.4901623e-008, 1.00001121)
  2247. p8.CanCollide = false
  2248. p8.Locked = true
  2249. p8.BottomSurface = Enum.SurfaceType.Smooth
  2250. p8.TopSurface = Enum.SurfaceType.Smooth
  2251. b4 = Instance.new("SpecialMesh", p8)
  2252. b4.MeshType = Enum.MeshType.Sphere
  2253. b4.Name = "Mesh"
  2254. p9 = Instance.new("Part", m)
  2255. p9.BrickColor = BrickColor.new("Institutional white")
  2256. p9.Material = Enum.Material.Neon
  2257. p9.FormFactor = Enum.FormFactor.Custom
  2258. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2259. p9.CFrame = CFrame.new(67.8082123, 8.49989128, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308128e-007, -8.7916851e-007, 5.96046448e-008, 1.00001121)
  2260. p9.CanCollide = false
  2261. p9.Locked = true
  2262. p9.BottomSurface = Enum.SurfaceType.Smooth
  2263. p9.TopSurface = Enum.SurfaceType.Smooth
  2264. b5 = Instance.new("SpecialMesh", p9)
  2265. b5.MeshType = Enum.MeshType.Sphere
  2266. b5.Name = "Mesh"
  2267. p10 = Instance.new("Part", m)
  2268. p10.BrickColor = BrickColor.new("New Yeller")
  2269. p10.Material = Enum.Material.Neon
  2270. p10.FormFactor = Enum.FormFactor.Custom
  2271. p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2272. p10.CFrame = CFrame.new(67.3000946, 8.34052181, -14.1962805, -0.323144197, -0.934642911, 0.148454338, 0.912730813, -0.349243045, -0.212012067, 0.250002205, 0.0669885725, 0.965932906)
  2273. p10.CanCollide = false
  2274. p10.Locked = true
  2275. p10.BottomSurface = Enum.SurfaceType.Smooth
  2276. p10.TopSurface = Enum.SurfaceType.Smooth
  2277. p11 = Instance.new("Part", m)
  2278. p11.BrickColor = BrickColor.new("Institutional white")
  2279. p11.Material = Enum.Material.Metal
  2280. p11.Name = "Main"
  2281. p11.FormFactor = Enum.FormFactor.Custom
  2282. p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
  2283. p11.CFrame = CFrame.new(66.1075974, 8.19991207, -13.1631384, 1, 7.67355459e-007, 7.5990539e-007, -7.67355459e-007, 1, -2.98022478e-008, -7.5990539e-007, 2.98016651e-008, 1)
  2284. p11.CanCollide = false
  2285. p11.Locked = true
  2286. p11.BottomSurface = Enum.SurfaceType.Smooth
  2287. p11.TopSurface = Enum.SurfaceType.Smooth
  2288. p12 = Instance.new("Part", m)
  2289. p12.BrickColor = BrickColor.new("Institutional white")
  2290. p12.Material = Enum.Material.Neon
  2291. p12.FormFactor = Enum.FormFactor.Custom
  2292. p12.Size = Vector3.new(3, 3, 2)
  2293. p12.CFrame = CFrame.new(66.1075974, 8.19991302, -13.5631437, 1.00000453, 6.48145658e-007, 6.55599706e-007, -7.97160624e-007, 0.999999344, -1.49012251e-008, -7.5990863e-007, 2.98017362e-008, 1.0000037)
  2294. p12.CanCollide = false
  2295. p12.Locked = true
  2296. p12.BottomSurface = Enum.SurfaceType.Smooth
  2297. p12.TopSurface = Enum.SurfaceType.Smooth
  2298. b6 = Instance.new("SpecialMesh", p12)
  2299. b6.MeshType = Enum.MeshType.Sphere
  2300. b6.Name = "Mesh"
  2301. p13 = Instance.new("Part", m)
  2302. p13.BrickColor = BrickColor.new("New Yeller")
  2303. p13.Material = Enum.Material.Neon
  2304. p13.FormFactor = Enum.FormFactor.Custom
  2305. p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
  2306. p13.CFrame = CFrame.new(66.1331863, 7.82621098, -12.0632286, 6.04434092e-007, -1.00000906, 6.55602378e-007, 0.999998689, 8.72662156e-007, -1.49012802e-008, 4.47028583e-008, 8.64220965e-007, 1.00000739)
  2307. p13.CanCollide = false
  2308. p13.Locked = true
  2309. p13.BottomSurface = Enum.SurfaceType.Smooth
  2310. p13.TopSurface = Enum.SurfaceType.Smooth
  2311. p14 = Instance.new("Part", m)
  2312. p14.BrickColor = BrickColor.new("New Yeller")
  2313. p14.Material = Enum.Material.Neon
  2314. p14.FormFactor = Enum.FormFactor.Custom
  2315. p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2316. p14.CFrame = CFrame.new(65.0837555, 8.11279583, -12.0633221, 0.866040885, 0.500009477, 5.5129766e-007, -0.499999583, 0.866022587, -2.09610107e-013, -8.68580742e-007, -4.3265041e-007, 1.00001478)
  2317. p14.CanCollide = false
  2318. p14.Locked = true
  2319. p14.BottomSurface = Enum.SurfaceType.Smooth
  2320. p14.TopSurface = Enum.SurfaceType.Smooth
  2321. p15 = Instance.new("Part", m)
  2322. p15.BrickColor = BrickColor.new("New Yeller")
  2323. p15.Material = Enum.Material.Neon
  2324. p15.FormFactor = Enum.FormFactor.Custom
  2325. p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2326. p15.CFrame = CFrame.new(67.0844116, 8.11277008, -12.0634222, 0.866049111, -0.500013351, 4.46991237e-007, 0.49999693, 0.866022587, 1.49009658e-008, -8.91868751e-007, 6.00952262e-007, 1.00002217)
  2327. p15.CanCollide = false
  2328. p15.Locked = true
  2329. p15.BottomSurface = Enum.SurfaceType.Smooth
  2330. p15.TopSurface = Enum.SurfaceType.Smooth
  2331. p16 = Instance.new("Part", m)
  2332. p16.BrickColor = BrickColor.new("New Yeller")
  2333. p16.Material = Enum.Material.Neon
  2334. p16.FormFactor = Enum.FormFactor.Custom
  2335. p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
  2336. p16.CFrame = CFrame.new(65.484314, 7.30655766, -14.2634888, 0.906336308, 0.422632158, 3.49386681e-007, -0.422617853, 0.906302929, 2.46360354e-008, -1.01209048e-006, -3.84037776e-007, 1.00002587)
  2337. p16.CanCollide = false
  2338. p16.Locked = true
  2339. p16.BottomSurface = Enum.SurfaceType.Smooth
  2340. p16.TopSurface = Enum.SurfaceType.Smooth
  2341. p17 = Instance.new("Part", m)
  2342. p17.BrickColor = BrickColor.new("New Yeller")
  2343. p17.Material = Enum.Material.Neon
  2344. p17.FormFactor = Enum.FormFactor.Custom
  2345. p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
  2346. p17.CFrame = CFrame.new(67.1100159, 7.10342312, -14.2635927, 0.866056919, -0.50001812, 3.65035532e-007, 0.499996245, 0.866021872, 5.96044032e-008, -8.79435504e-007, 6.97014912e-007, 1.00002956)
  2347. p17.CanCollide = false
  2348. p17.Locked = true
  2349. p17.BottomSurface = Enum.SurfaceType.Smooth
  2350. p17.TopSurface = Enum.SurfaceType.Smooth
  2351. p18 = Instance.new("Part", m)
  2352. p18.BrickColor = BrickColor.new("New Yeller")
  2353. p18.Material = Enum.Material.Neon
  2354. p18.FormFactor = Enum.FormFactor.Custom
  2355. p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2356. p18.CFrame = CFrame.new(65.6104889, 7.05342484, -14.2637053, -0.707138717, -0.707138956, 3.36865924e-007, 0.707104087, -0.707101464, 1.4901164e-007, 9.95719802e-007, 5.95316749e-007, 1.00003707)
  2357. p18.CanCollide = false
  2358. p18.Locked = true
  2359. p18.BottomSurface = Enum.SurfaceType.Smooth
  2360. p18.TopSurface = Enum.SurfaceType.Smooth
  2361. p19 = Instance.new("Part", m)
  2362. p19.BrickColor = BrickColor.new("Institutional white")
  2363. p19.Material = Enum.Material.Neon
  2364. p19.FormFactor = Enum.FormFactor.Custom
  2365. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2366. p19.CFrame = CFrame.new(65.2110596, 6.69982004, -14.2638168, 1.00005388, -1.78813906e-007, 3.08695888e-007, -1.7285347e-006, 0.999993682, 2.38419489e-007, -1.15321473e-006, 3.72538381e-007, 1.0000447)
  2367. p19.CanCollide = false
  2368. p19.Locked = true
  2369. p19.BottomSurface = Enum.SurfaceType.Smooth
  2370. p19.TopSurface = Enum.SurfaceType.Smooth
  2371. b7 = Instance.new("SpecialMesh", p19)
  2372. b7.MeshType = Enum.MeshType.Sphere
  2373. b7.Name = "Mesh"
  2374. p20 = Instance.new("Part", m)
  2375. p20.BrickColor = BrickColor.new("Institutional white")
  2376. p20.Material = Enum.Material.Neon
  2377. p20.FormFactor = Enum.FormFactor.Custom
  2378. p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2379. p20.CFrame = CFrame.new(66.7116928, 6.49980783, -14.2639294, 1.00006235, -2.98028993e-007, 2.80525398e-007, -1.8477574e-006, 0.999992907, 3.27827962e-007, -1.18139712e-006, 4.61949412e-007, 1.00005233)
  2380. p20.CanCollide = false
  2381. p20.Locked = true
  2382. p20.BottomSurface = Enum.SurfaceType.Smooth
  2383. p20.TopSurface = Enum.SurfaceType.Smooth
  2384. b8 = Instance.new("SpecialMesh", p20)
  2385. b8.MeshType = Enum.MeshType.Sphere
  2386. b8.Name = "Mesh"
  2387. p21 = Instance.new("Part", m)
  2388. p21.BrickColor = BrickColor.new("New Yeller")
  2389. p21.Material = Enum.Material.Neon
  2390. p21.FormFactor = Enum.FormFactor.Custom
  2391. p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
  2392. p21.CFrame = CFrame.new(67.0623169, 6.40337944, -14.264039, 0.258836836, -0.965994418, 2.52354425e-007, 0.965917706, 0.258818805, 4.17237061e-007, 2.19511691e-007, 1.31106742e-006, 1.00005996)
  2393. p21.CanCollide = false
  2394. p21.Locked = true
  2395. p21.BottomSurface = Enum.SurfaceType.Smooth
  2396. p21.TopSurface = Enum.SurfaceType.Smooth
  2397. p22 = Instance.new("Part", m)
  2398. p22.BrickColor = BrickColor.new("Institutional white")
  2399. p22.Material = Enum.Material.Neon
  2400. p22.FormFactor = Enum.FormFactor.Custom
  2401. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2402. p22.CFrame = CFrame.new(67.5129166, 6.29977846, -14.2641516, 1.00007939, -5.96046448e-007, 2.24182997e-007, -2.14576721e-006, 0.999991298, 5.06646757e-007, -1.23776351e-006, 6.40773351e-007, 1.00006759)
  2403. p22.CanCollide = false
  2404. p22.Locked = true
  2405. p22.BottomSurface = Enum.SurfaceType.Smooth
  2406. p22.TopSurface = Enum.SurfaceType.Smooth
  2407. b9 = Instance.new("SpecialMesh", p22)
  2408. b9.MeshType = Enum.MeshType.Sphere
  2409. b9.Name = "Mesh"
  2410. w1 = Instance.new("Weld", p1)
  2411. w1.Name = "Part_Weld"
  2412. w1.Part0 = p1
  2413. w1.C0 = CFrame.new(-67.3029404, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2414. w1.Part1 = p2
  2415. w1.C1 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2416. w2 = Instance.new("Weld", p2)
  2417. w2.Name = "Part_Weld"
  2418. w2.Part0 = p2
  2419. w2.C0 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2420. w2.Part1 = p3
  2421. w2.C1 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  2422. w3 = Instance.new("Weld", p3)
  2423. w3.Name = "Part_Weld"
  2424. w3.Part0 = p3
  2425. w3.C0 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
  2426. w3.Part1 = p4
  2427. w3.C1 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2428. w4 = Instance.new("Weld", p4)
  2429. w4.Name = "Part_Weld"
  2430. w4.Part0 = p4
  2431. w4.C0 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2432. w4.Part1 = p5
  2433. w4.C1 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2434. w5 = Instance.new("Weld", p5)
  2435. w5.Name = "Part_Weld"
  2436. w5.Part0 = p5
  2437. w5.C0 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2438. w5.Part1 = p6
  2439. w5.C1 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2440. w6 = Instance.new("Weld", p6)
  2441. w6.Name = "Part_Weld"
  2442. w6.Part0 = p6
  2443. w6.C0 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
  2444. w6.Part1 = p7
  2445. w6.C1 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2446. w7 = Instance.new("Weld", p7)
  2447. w7.Name = "Part_Weld"
  2448. w7.Part0 = p7
  2449. w7.C0 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2450. w7.Part1 = p8
  2451. w7.C1 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  2452. w8 = Instance.new("Weld", p8)
  2453. w8.Name = "Part_Weld"
  2454. w8.Part0 = p8
  2455. w8.C0 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
  2456. w8.Part1 = p9
  2457. w8.C1 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2458. w9 = Instance.new("Weld", p9)
  2459. w9.Name = "Part_Weld"
  2460. w9.Part0 = p9
  2461. w9.C0 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
  2462. w9.Part1 = p10
  2463. w9.C1 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  2464. w10 = Instance.new("Weld", p10)
  2465. w10.Name = "Main_Weld"
  2466. w10.Part0 = p10
  2467. w10.C0 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
  2468. w10.Part1 = p11
  2469. w10.C1 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2470. w11 = Instance.new("Weld", p11)
  2471. w11.Name = "Part_Weld"
  2472. w11.Part0 = p11
  2473. w11.C0 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2474. w11.Part1 = p12
  2475. w11.C1 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  2476. w12 = Instance.new("Weld", p12)
  2477. w12.Name = "Part_Weld"
  2478. w12.Part0 = p12
  2479. w12.C0 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
  2480. w12.Part1 = p13
  2481. w12.C1 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2482. w13 = Instance.new("Weld", p13)
  2483. w13.Name = "Part_Weld"
  2484. w13.Part0 = p13
  2485. w13.C0 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
  2486. w13.Part1 = p14
  2487. w13.C1 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2488. w14 = Instance.new("Weld", p14)
  2489. w14.Name = "Part_Weld"
  2490. w14.Part0 = p14
  2491. w14.C0 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2492. w14.Part1 = p15
  2493. w14.C1 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2494. w15 = Instance.new("Weld", p15)
  2495. w15.Name = "Part_Weld"
  2496. w15.Part0 = p15
  2497. w15.C0 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
  2498. w15.Part1 = p16
  2499. w15.C1 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  2500. w16 = Instance.new("Weld", p16)
  2501. w16.Name = "Part_Weld"
  2502. w16.Part0 = p16
  2503. w16.C0 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
  2504. w16.Part1 = p17
  2505. w16.C1 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  2506. w17 = Instance.new("Weld", p17)
  2507. w17.Name = "Part_Weld"
  2508. w17.Part0 = p17
  2509. w17.C0 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
  2510. w17.Part1 = p18
  2511. w17.C1 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2512. w18 = Instance.new("Weld", p18)
  2513. w18.Name = "Part_Weld"
  2514. w18.Part0 = p18
  2515. w18.C0 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2516. w18.Part1 = p19
  2517. w18.C1 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2518. w19 = Instance.new("Weld", p19)
  2519. w19.Name = "Part_Weld"
  2520. w19.Part0 = p19
  2521. w19.C0 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2522. w19.Part1 = p20
  2523. w19.C1 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2524. w20 = Instance.new("Weld", p20)
  2525. w20.Name = "Part_Weld"
  2526. w20.Part0 = p20
  2527. w20.C0 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2528. w20.Part1 = p21
  2529. w20.C1 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2530. w21 = Instance.new("Weld", p21)
  2531. w21.Name = "Part_Weld"
  2532. w21.Part0 = p21
  2533. w21.C0 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2534. w21.Part1 = p22
  2535. w21.C1 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2536. w22 = Instance.new("Weld", p22)
  2537. w22.Name = "Wedge_Weld"
  2538. w22.Part0 = p22
  2539. w22.C0 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2540. m.Parent = torso
  2541. m:MakeJoints()
  2542. ----------------------------------------------------
  2543. local cor5 = Instance.new("Part", torso.Torso)
  2544. cor5.Name = "Thingy"
  2545. cor5.Locked = true
  2546. cor5.BottomSurface = 0
  2547. cor5.CanCollide = false
  2548. cor5.Size = Vector3.new(2, 1, 1)
  2549. cor5.Transparency = 1
  2550. cor5.TopSurface = 0
  2551. corw2 = Instance.new("Weld", cor5)
  2552. corw2.Part0 = torso
  2553. corw2.Part1 = cor5
  2554. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2555. corw2.C1 = CFrame.new(0, 0, 0)
  2556. weld2 = Instance.new("Weld", torso.Torso)
  2557. weld2.Part0 = cor5
  2558. weld2.Part1 = p11
  2559. weld2.C0 = CFrame.new(0, 0, 0)
  2560. ----------------------------------------------------
  2561. local m = Instance.new("Model")
  2562. m.Name = "RightLeg"
  2563. p1 = Instance.new("Part", m)
  2564. p1.BrickColor = BrickColor.new("Institutional white")
  2565. p1.Material = Enum.Material.Neon
  2566. p1.FormFactor = Enum.FormFactor.Custom
  2567. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2568. p1.CFrame = CFrame.new(67.2429962, 5.49923229, -14.269578, 1.00045943, -5.51538596e-006, -2.14306033e-006, -7.25689733e-006, 0.999951601, 3.93318305e-006, -2.55180248e-006, 4.05587616e-006, 1.00038624)
  2569. p1.CanCollide = false
  2570. p1.Locked = true
  2571. p1.BottomSurface = Enum.SurfaceType.Smooth
  2572. p1.TopSurface = Enum.SurfaceType.Smooth
  2573. b1 = Instance.new("SpecialMesh", p1)
  2574. b1.MeshType = Enum.MeshType.Sphere
  2575. b1.Name = "Mesh"
  2576. p2 = Instance.new("Part", m)
  2577. p2.BrickColor = BrickColor.new("Institutional white")
  2578. p2.Material = Enum.Material.Neon
  2579. p2.FormFactor = Enum.FormFactor.Custom
  2580. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2581. p2.CFrame = CFrame.new(67.6437836, 4.79925013, -14.2696915, 1.00046372, -5.51538369e-006, -2.14306829e-006, -7.37613163e-006, 0.999951243, 3.93319806e-006, -2.57999613e-006, 4.14531632e-006, 1.00039005)
  2582. p2.CanCollide = false
  2583. p2.Locked = true
  2584. p2.BottomSurface = Enum.SurfaceType.Smooth
  2585. p2.TopSurface = Enum.SurfaceType.Smooth
  2586. b2 = Instance.new("SpecialMesh", p2)
  2587. b2.MeshType = Enum.MeshType.Sphere
  2588. b2.Name = "Mesh"
  2589. p3 = Instance.new("Part", m)
  2590. p3.BrickColor = BrickColor.new("New Yeller")
  2591. p3.Material = Enum.Material.Neon
  2592. p3.FormFactor = Enum.FormFactor.Custom
  2593. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2594. p3.CFrame = CFrame.new(66.8881302, 5.17327356, -14.2696877, -0.707441688, -0.707433701, -2.14858301e-006, 0.707077265, -0.707066894, 4.0476084e-006, 4.7538756e-006, -1.07312485e-006, 1.00039387)
  2595. p3.CanCollide = false
  2596. p3.Locked = true
  2597. p3.BottomSurface = Enum.SurfaceType.Smooth
  2598. p3.TopSurface = Enum.SurfaceType.Smooth
  2599. p4 = Instance.new("Part", m)
  2600. p4.BrickColor = BrickColor.new("Institutional white")
  2601. p4.Material = Enum.Material.Neon
  2602. p4.FormFactor = Enum.FormFactor.Custom
  2603. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2604. p4.CFrame = CFrame.new(66.5432739, 4.7992568, -14.2696896, 1.00046802, -5.54323196e-006, -2.17126149e-006, -7.42077827e-006, 0.999950886, 4.02261594e-006, -2.58000705e-006, 4.14531496e-006, 1.00039387)
  2605. p4.CanCollide = false
  2606. p4.Locked = true
  2607. p4.BottomSurface = Enum.SurfaceType.Smooth
  2608. p4.TopSurface = Enum.SurfaceType.Smooth
  2609. b3 = Instance.new("SpecialMesh", p4)
  2610. b3.MeshType = Enum.MeshType.Sphere
  2611. b3.Name = "Mesh"
  2612. p5 = Instance.new("Part", m)
  2613. p5.BrickColor = BrickColor.new("New Yeller")
  2614. p5.Material = Enum.Material.Neon
  2615. p5.FormFactor = Enum.FormFactor.Custom
  2616. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2617. p5.CFrame = CFrame.new(67.8495178, 4.41932487, -14.269804, -0.906733274, 0.422823101, -2.17126944e-006, -0.422590762, -0.906265974, 4.0226314e-006, 5.74146384e-007, -4.94026517e-006, 1.00039768)
  2618. p5.CanCollide = false
  2619. p5.Locked = true
  2620. p5.BottomSurface = Enum.SurfaceType.Smooth
  2621. p5.TopSurface = Enum.SurfaceType.Smooth
  2622. p6 = Instance.new("Part", m)
  2623. p6.BrickColor = BrickColor.new("New Yeller")
  2624. p6.Material = Enum.Material.Neon
  2625. p6.FormFactor = Enum.FormFactor.Custom
  2626. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2627. p6.CFrame = CFrame.new(66.5438004, 4.21363878, -14.2698011, 1.00047636, -7.68899918e-006, -2.17678416e-006, -5.51342964e-006, 0.999950111, 4.13704174e-006, -2.63088032e-006, 4.20975539e-006, 1.0004015)
  2628. p6.CanCollide = false
  2629. p6.Locked = true
  2630. p6.BottomSurface = Enum.SurfaceType.Smooth
  2631. p6.TopSurface = Enum.SurfaceType.Smooth
  2632. p7 = Instance.new("Part", m)
  2633. p7.BrickColor = BrickColor.new("Institutional white")
  2634. p7.Material = Enum.Material.Metal
  2635. p7.Name = "Main"
  2636. p7.FormFactor = Enum.FormFactor.Custom
  2637. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2638. p7.CFrame = CFrame.new(67.2447891, 3.99926972, -13.1694622, 1.00048089, -5.69129634e-006, -2.186149e-006, -7.65911773e-006, 0.999949753, 4.1418657e-006, -2.63640663e-006, 4.32419529e-006, 1.00040531)
  2639. p7.CanCollide = false
  2640. p7.Locked = true
  2641. p7.BottomSurface = Enum.SurfaceType.Smooth
  2642. p7.TopSurface = Enum.SurfaceType.Smooth
  2643. p8 = Instance.new("Part", m)
  2644. p8.BrickColor = BrickColor.new("New Yeller")
  2645. p8.Material = Enum.Material.Neon
  2646. p8.FormFactor = Enum.FormFactor.Custom
  2647. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2648. p8.CFrame = CFrame.new(67.1560593, 4.19274044, -14.2700233, -0.766423643, -0.643097878, -2.21435107e-006, 0.642760634, -0.766000509, 4.23129995e-006, 4.88720252e-006, -1.69966381e-006, 1.00041294)
  2649. p8.CanCollide = false
  2650. p8.Locked = true
  2651. p8.BottomSurface = Enum.SurfaceType.Smooth
  2652. p8.TopSurface = Enum.SurfaceType.Smooth
  2653. p9 = Instance.new("WedgePart", m)
  2654. p9.BrickColor = BrickColor.new("New Yeller")
  2655. p9.Material = Enum.Material.Neon
  2656. p9.Name = "Wedge"
  2657. p9.FormFactor = Enum.FormFactor.Custom
  2658. p9.Size = Vector3.new(1, 1.19999981, 4)
  2659. p9.CFrame = CFrame.new(67.3460693, 3.49928832, -10.7686377, -1.00049889, -4.27957411e-006, 4.5400966e-006, 8.07642937e-006, 0.906259179, -0.422600418, 2.61850914e-006, -0.422791958, -0.906690836)
  2660. p9.CanCollide = false
  2661. p9.Locked = true
  2662. p9.TopSurface = Enum.SurfaceType.Smooth
  2663. b4 = Instance.new("SpecialMesh", p9)
  2664. b4.MeshType = Enum.MeshType.Wedge
  2665. b4.Name = "Mesh"
  2666. b4.Scale = Vector3.new(0.600000024, 1, 1)
  2667. p10 = Instance.new("Part", m)
  2668. p10.BrickColor = BrickColor.new("Institutional white")
  2669. p10.Material = Enum.Material.Neon
  2670. p10.FormFactor = Enum.FormFactor.Custom
  2671. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2672. p10.CFrame = CFrame.new(68.0469971, 3.99923301, -14.2702446, 1.00050783, -6.09550762e-006, -2.27330474e-006, -8.07715332e-006, 0.999947786, 4.38094139e-006, -2.69438578e-006, 4.64916229e-006, 1.0004282)
  2673. p10.CanCollide = false
  2674. p10.Locked = true
  2675. p10.BottomSurface = Enum.SurfaceType.Smooth
  2676. p10.TopSurface = Enum.SurfaceType.Smooth
  2677. b5 = Instance.new("SpecialMesh", p10)
  2678. b5.MeshType = Enum.MeshType.Sphere
  2679. b5.Name = "Mesh"
  2680. p11 = Instance.new("Part", m)
  2681. p11.BrickColor = BrickColor.new("Institutional white")
  2682. p11.Material = Enum.Material.Neon
  2683. p11.FormFactor = Enum.FormFactor.Custom
  2684. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2685. p11.CFrame = CFrame.new(66.5467682, 3.59925723, -14.2703533, 1.00051641, -6.21477238e-006, -2.30150818e-006, -8.22622587e-006, 0.999947011, 4.47037792e-006, -2.72259308e-006, 4.73860473e-006, 1.00043583)
  2686. p11.CanCollide = false
  2687. p11.Locked = true
  2688. p11.BottomSurface = Enum.SurfaceType.Smooth
  2689. p11.TopSurface = Enum.SurfaceType.Smooth
  2690. b6 = Instance.new("SpecialMesh", p11)
  2691. b6.MeshType = Enum.MeshType.Sphere
  2692. b6.Name = "Mesh"
  2693. p12 = Instance.new("Part", m)
  2694. p12.BrickColor = BrickColor.new("New Yeller")
  2695. p12.Material = Enum.Material.Neon
  2696. p12.FormFactor = Enum.FormFactor.Custom
  2697. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2698. p12.CFrame = CFrame.new(67.558609, 3.39274073, -14.2704687, -0.766450763, -0.643119991, -2.33134415e-006, 0.642759323, -0.765998006, 4.5598149e-006, 5.20550884e-006, -1.92419975e-006, 1.00044346)
  2699. p12.CanCollide = false
  2700. p12.Locked = true
  2701. p12.BottomSurface = Enum.SurfaceType.Smooth
  2702. p12.TopSurface = Enum.SurfaceType.Smooth
  2703. p13 = Instance.new("Part", m)
  2704. p13.BrickColor = BrickColor.new("Institutional white")
  2705. p13.Material = Enum.Material.Neon
  2706. p13.FormFactor = Enum.FormFactor.Custom
  2707. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2708. p13.CFrame = CFrame.new(67.0482101, 2.79927826, -14.2705812, 1.00053358, -6.43730164e-006, -2.36118058e-006, -8.5234642e-006, 0.999945402, 4.64126742e-006, -2.78064022e-006, 4.90151251e-006, 1.00045109)
  2709. p13.CanCollide = false
  2710. p13.Locked = true
  2711. p13.BottomSurface = Enum.SurfaceType.Smooth
  2712. p13.TopSurface = Enum.SurfaceType.Smooth
  2713. b7 = Instance.new("SpecialMesh", p13)
  2714. b7.MeshType = Enum.MeshType.Sphere
  2715. b7.Name = "Mesh"
  2716. p14 = Instance.new("WedgePart", m)
  2717. p14.BrickColor = BrickColor.new("New Yeller")
  2718. p14.Material = Enum.Material.Neon
  2719. p14.Name = "Wedge"
  2720. p14.FormFactor = Enum.FormFactor.Custom
  2721. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2722. p14.CFrame = CFrame.new(66.8462448, 2.3492887, -14.7586241, 1.00054216, -6.55656913e-006, -2.38459074e-006, -8.61293847e-006, 0.999944568, 4.66311894e-006, -2.81690609e-006, 5.04259924e-006, 1.00045872)
  2723. p14.CanCollide = false
  2724. p14.Locked = true
  2725. p14.TopSurface = Enum.SurfaceType.Smooth
  2726. b8 = Instance.new("SpecialMesh", p14)
  2727. b8.MeshType = Enum.MeshType.Wedge
  2728. b8.Name = "Mesh"
  2729. b8.Scale = Vector3.new(0.200000003, 1, 1)
  2730. p15 = Instance.new("WedgePart", m)
  2731. p15.BrickColor = BrickColor.new("New Yeller")
  2732. p15.Material = Enum.Material.Neon
  2733. p15.Name = "Wedge"
  2734. p15.FormFactor = Enum.FormFactor.Custom
  2735. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2736. p15.CFrame = CFrame.new(68.0474777, 2.34926867, -14.7587423, 1.00055075, -6.67583618e-006, -2.41442808e-006, -8.73221416e-006, 0.999943614, 4.74457238e-006, -2.84674707e-006, 5.12405404e-006, 1.00046635)
  2737. p15.CanCollide = false
  2738. p15.Locked = true
  2739. p15.TopSurface = Enum.SurfaceType.Smooth
  2740. b9 = Instance.new("SpecialMesh", p15)
  2741. b9.MeshType = Enum.MeshType.Wedge
  2742. b9.Name = "Mesh"
  2743. b9.Scale = Vector3.new(0.200000003, 1, 1)
  2744. p16 = Instance.new("WedgePart", m)
  2745. p16.BrickColor = BrickColor.new("New Yeller")
  2746. p16.Material = Enum.Material.Neon
  2747. p16.Name = "Wedge"
  2748. p16.FormFactor = Enum.FormFactor.Custom
  2749. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2750. p16.CFrame = CFrame.new(67.4477234, 2.34926438, -14.7588549, 1.00055933, -6.79510413e-006, -2.44426587e-006, -8.85149075e-006, 0.99994266, 4.82602672e-006, -2.8765885e-006, 5.20550975e-006, 1.00047398)
  2751. p16.CanCollide = false
  2752. p16.Locked = true
  2753. p16.TopSurface = Enum.SurfaceType.Smooth
  2754. b10 = Instance.new("SpecialMesh", p16)
  2755. b10.MeshType = Enum.MeshType.Wedge
  2756. b10.Name = "Mesh"
  2757. b10.Scale = Vector3.new(0.200000003, 1, 1)
  2758. w1 = Instance.new("Weld", p1)
  2759. w1.Name = "Part_Weld"
  2760. w1.Part0 = p1
  2761. w1.C0 = CFrame.new(-67.2025909, -3.50003719, 14.2622871, 1, -8.94065977e-008, 5.79734944e-008, 8.94065977e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2762. w1.Part1 = p2
  2763. w1.C1 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2764. w2 = Instance.new("Weld", p2)
  2765. w2.Name = "Part_Weld"
  2766. w2.Part0 = p2
  2767. w2.C0 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2768. w2.Part1 = p3
  2769. w2.C1 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  2770. w3 = Instance.new("Weld", p3)
  2771. w3.Name = "Part_Weld"
  2772. w3.Part0 = p3
  2773. w3.C0 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
  2774. w3.Part1 = p4
  2775. w3.C1 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2776. w4 = Instance.new("Weld", p4)
  2777. w4.Name = "Part_Weld"
  2778. w4.Part0 = p4
  2779. w4.C0 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
  2780. w4.Part1 = p5
  2781. w4.C1 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2782. w5 = Instance.new("Weld", p5)
  2783. w5.Name = "Part_Weld"
  2784. w5.Part0 = p5
  2785. w5.C0 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2786. w5.Part1 = p6
  2787. w5.C1 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  2788. w6 = Instance.new("Weld", p6)
  2789. w6.Name = "Part_Weld"
  2790. w6.Part0 = p6
  2791. w6.C0 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
  2792. w6.Part1 = p7
  2793. w6.C1 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2794. w7 = Instance.new("Weld", p7)
  2795. w7.Name = "Part_Weld"
  2796. w7.Part0 = p7
  2797. w7.C0 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  2798. w7.Part1 = p8
  2799. w7.C1 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2800. w8 = Instance.new("Weld", p8)
  2801. w8.Name = "Wedge_Weld"
  2802. w8.Part0 = p8
  2803. w8.C0 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2804. w8.Part1 = p9
  2805. w8.C1 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  2806. w9 = Instance.new("Weld", p9)
  2807. w9.Name = "Part_Weld"
  2808. w9.Part0 = p9
  2809. w9.C0 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
  2810. w9.Part1 = p10
  2811. w9.C1 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2812. w10 = Instance.new("Weld", p10)
  2813. w10.Name = "Part_Weld"
  2814. w10.Part0 = p10
  2815. w10.C0 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2816. w10.Part1 = p11
  2817. w10.C1 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2818. w11 = Instance.new("Weld", p11)
  2819. w11.Name = "Part_Weld"
  2820. w11.Part0 = p11
  2821. w11.C0 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  2822. w11.Part1 = p12
  2823. w11.C1 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2824. w12 = Instance.new("Weld", p12)
  2825. w12.Name = "Part_Weld"
  2826. w12.Part0 = p12
  2827. w12.C0 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2828. w12.Part1 = p13
  2829. w12.C1 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2830. w13 = Instance.new("Weld", p13)
  2831. w13.Name = "Wedge_Weld"
  2832. w13.Part0 = p13
  2833. w13.C0 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  2834. w13.Part1 = p14
  2835. w13.C1 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2836. w14 = Instance.new("Weld", p14)
  2837. w14.Name = "Wedge_Weld"
  2838. w14.Part0 = p14
  2839. w14.C0 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2840. w14.Part1 = p15
  2841. w14.C1 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2842. w15 = Instance.new("Weld", p15)
  2843. w15.Name = "Wedge_Weld"
  2844. w15.Part0 = p15
  2845. w15.C0 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2846. w15.Part1 = p16
  2847. w15.C1 = CFrame.new(-67.4004517, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  2848. m.Parent = rleg
  2849. m:MakeJoints()
  2850. ----------------------------------------------------
  2851. local cor6 = Instance.new("Part", rleg.RightLeg)
  2852. cor6.Name = "Thingy"
  2853. cor6.Locked = true
  2854. cor6.BottomSurface = 0
  2855. cor6.CanCollide = false
  2856. cor6.Size = Vector3.new(2, 1, 1)
  2857. cor6.Transparency = 1
  2858. cor6.TopSurface = 0
  2859. corw2 = Instance.new("Weld", cor6)
  2860. corw2.Part0 = rleg
  2861. corw2.Part1 = cor6
  2862. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2863. corw2.C1 = CFrame.new(0, 0, 0)
  2864. weld2 = Instance.new("Weld", rleg.RightLeg)
  2865. weld2.Part0 = cor6
  2866. weld2.Part1 = p7
  2867. weld2.C0 = CFrame.new(0, 0, 0)
  2868. ----------------------------------------------------
  2869. local m = Instance.new("Model")
  2870. m.Name = "LeftLeg"
  2871. p1 = Instance.new("WedgePart", m)
  2872. p1.BrickColor = BrickColor.new("New Yeller")
  2873. p1.Material = Enum.Material.Neon
  2874. p1.Name = "Wedge"
  2875. p1.FormFactor = Enum.FormFactor.Custom
  2876. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2877. p1.CFrame = CFrame.new(64.3107605, 2.34980536, -14.7520046, 1.00008786, -7.1526415e-007, 2.00803143e-007, -2.2649931e-006, 0.999990404, 5.36453001e-007, -1.27237047e-006, 7.81809263e-007, 1.00007522)
  2878. p1.CanCollide = false
  2879. p1.Locked = true
  2880. p1.TopSurface = Enum.SurfaceType.Smooth
  2881. b1 = Instance.new("SpecialMesh", p1)
  2882. b1.MeshType = Enum.MeshType.Wedge
  2883. b1.Name = "Mesh"
  2884. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2885. p2 = Instance.new("WedgePart", m)
  2886. p2.BrickColor = BrickColor.new("New Yeller")
  2887. p2.Material = Enum.Material.Neon
  2888. p2.Name = "Wedge"
  2889. p2.FormFactor = Enum.FormFactor.Custom
  2890. p2.Size = Vector3.new(1, 1.19999981, 4)
  2891. p2.CFrame = CFrame.new(64.9138336, 3.49979234, -10.7640553, -1.00009644, -6.38643314e-007, 1.81689501e-007, 2.53323037e-006, 0.906298041, -0.422614515, 1.23479219e-006, -0.422652602, -0.906383216)
  2892. p2.CanCollide = false
  2893. p2.Locked = true
  2894. p2.TopSurface = Enum.SurfaceType.Smooth
  2895. b2 = Instance.new("SpecialMesh", p2)
  2896. b2.MeshType = Enum.MeshType.Wedge
  2897. b2.Name = "Mesh"
  2898. b2.Scale = Vector3.new(0.600000024, 1, 1)
  2899. p3 = Instance.new("Part", m)
  2900. p3.BrickColor = BrickColor.new("Institutional white")
  2901. p3.Material = Enum.Material.Metal
  2902. p3.Name = "Main"
  2903. p3.FormFactor = Enum.FormFactor.Custom
  2904. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2905. p3.CFrame = CFrame.new(65.0144501, 3.99976897, -13.1643734, 1.00010526, -9.43461771e-007, 1.5135204e-007, -2.48442234e-006, 0.999988973, 7.74860382e-007, -1.32394814e-006, 8.94069672e-007, 1.00009048)
  2906. p3.CanCollide = false
  2907. p3.Locked = true
  2908. p3.BottomSurface = Enum.SurfaceType.Smooth
  2909. p3.TopSurface = Enum.SurfaceType.Smooth
  2910. p4 = Instance.new("Part", m)
  2911. p4.BrickColor = BrickColor.new("Institutional white")
  2912. p4.Material = Enum.Material.Neon
  2913. p4.FormFactor = Enum.FormFactor.Custom
  2914. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2915. p4.CFrame = CFrame.new(64.8149185, 4.09976244, -14.2645903, 1.00011396, -1.07351866e-006, 1.23178822e-007, -2.62327239e-006, 0.999988258, 8.64272579e-007, -1.33881622e-006, 1.01328953e-006, 1.00009811)
  2916. p4.CanCollide = false
  2917. p4.Locked = true
  2918. p4.BottomSurface = Enum.SurfaceType.Smooth
  2919. p4.TopSurface = Enum.SurfaceType.Smooth
  2920. b3 = Instance.new("SpecialMesh", p4)
  2921. b3.MeshType = Enum.MeshType.Sphere
  2922. b3.Name = "Mesh"
  2923. p5 = Instance.new("WedgePart", m)
  2924. p5.BrickColor = BrickColor.new("New Yeller")
  2925. p5.Material = Enum.Material.Neon
  2926. p5.Name = "Wedge"
  2927. p5.FormFactor = Enum.FormFactor.Custom
  2928. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2929. p5.CFrame = CFrame.new(64.9130707, 2.34976578, -14.7524614, 1.00012243, -1.19274011e-006, 9.97973828e-008, -2.74250215e-006, 0.999987364, 8.94081438e-007, -1.37342522e-006, 1.15432931e-006, 1.00010574)
  2930. p5.CanCollide = false
  2931. p5.Locked = true
  2932. p5.TopSurface = Enum.SurfaceType.Smooth
  2933. b4 = Instance.new("SpecialMesh", p5)
  2934. b4.MeshType = Enum.MeshType.Wedge
  2935. b4.Name = "Mesh"
  2936. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2937. p6 = Instance.new("Part", m)
  2938. p6.BrickColor = BrickColor.new("New Yeller")
  2939. p6.Material = Enum.Material.Neon
  2940. p6.FormFactor = Enum.FormFactor.Custom
  2941. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  2942. p6.CFrame = CFrame.new(65.1539307, 3.56787443, -14.2648125, -0.81925869, 0.573652625, 6.3568308e-008, -0.573566198, -0.819142461, 1.03511331e-006, 4.69596898e-007, -1.7646264e-006, 1.00011337)
  2943. p6.CanCollide = false
  2944. p6.Locked = true
  2945. p6.BottomSurface = Enum.SurfaceType.Smooth
  2946. p6.TopSurface = Enum.SurfaceType.Smooth
  2947. p7 = Instance.new("Part", m)
  2948. p7.BrickColor = BrickColor.new("New Yeller")
  2949. p7.Material = Enum.Material.Neon
  2950. p7.FormFactor = Enum.FormFactor.Custom
  2951. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  2952. p7.CFrame = CFrame.new(64.9899063, 4.4266243, -14.2649202, 0.86614728, 0.500068843, 4.87115699e-008, -0.499995351, 0.866011381, 1.14634361e-006, -1.86828663e-006, 3.82691809e-007, 1.000121)
  2953. p7.CanCollide = false
  2954. p7.Locked = true
  2955. p7.BottomSurface = Enum.SurfaceType.Smooth
  2956. p7.TopSurface = Enum.SurfaceType.Smooth
  2957. p8 = Instance.new("Part", m)
  2958. p8.BrickColor = BrickColor.new("Institutional white")
  2959. p8.Material = Enum.Material.Neon
  2960. p8.FormFactor = Enum.FormFactor.Custom
  2961. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2962. p8.CFrame = CFrame.new(65.2172623, 4.89969873, -14.2650318, 1.00014877, -1.43051147e-006, 2.05365609e-008, -3.09944153e-006, 0.99998486, 1.2357583e-006, -1.44150738e-006, 1.38478742e-006, 1.00012863)
  2963. p8.CanCollide = false
  2964. p8.Locked = true
  2965. p8.BottomSurface = Enum.SurfaceType.Smooth
  2966. p8.TopSurface = Enum.SurfaceType.Smooth
  2967. b5 = Instance.new("SpecialMesh", p8)
  2968. b5.MeshType = Enum.MeshType.Sphere
  2969. b5.Name = "Mesh"
  2970. p9 = Instance.new("Part", m)
  2971. p9.BrickColor = BrickColor.new("Institutional white")
  2972. p9.Material = Enum.Material.Neon
  2973. p9.FormFactor = Enum.FormFactor.Custom
  2974. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2975. p9.CFrame = CFrame.new(65.517868, 2.99971151, -14.2651463, 1.00015736, -1.5520751e-006, -9.27031252e-009, -3.21633729e-006, 0.999984026, 1.32517368e-006, -1.46969478e-006, 1.46621869e-006, 1.00013626)
  2976. p9.CanCollide = false
  2977. p9.Locked = true
  2978. p9.BottomSurface = Enum.SurfaceType.Smooth
  2979. p9.TopSurface = Enum.SurfaceType.Smooth
  2980. b6 = Instance.new("SpecialMesh", p9)
  2981. b6.MeshType = Enum.MeshType.Sphere
  2982. b6.Name = "Mesh"
  2983. p10 = Instance.new("Part", m)
  2984. p10.BrickColor = BrickColor.new("New Yeller")
  2985. p10.Material = Enum.Material.Neon
  2986. p10.FormFactor = Enum.FormFactor.Custom
  2987. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  2988. p10.CFrame = CFrame.new(64.79879, 5.1497221, -14.2652512, -0.642893076, 0.766172707, -3.7446263e-008, -0.766029418, -0.64277941, 1.40660427e-006, -2.27817864e-007, -2.14863894e-006, 1.00014389)
  2989. p10.CanCollide = false
  2990. p10.Locked = true
  2991. p10.BottomSurface = Enum.SurfaceType.Smooth
  2992. p10.TopSurface = Enum.SurfaceType.Smooth
  2993. p11 = Instance.new("Part", m)
  2994. p11.BrickColor = BrickColor.new("New Yeller")
  2995. p11.Material = Enum.Material.Neon
  2996. p11.FormFactor = Enum.FormFactor.Custom
  2997. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  2998. p11.CFrame = CFrame.new(65.2189484, 5.30325174, -14.2653618, 1.00017476, -1.78813934e-006, -6.56227002e-008, -3.4570694e-006, 0.999982595, 1.49602079e-006, -1.52770292e-006, 1.64505627e-006, 1.00015152)
  2999. p11.CanCollide = false
  3000. p11.Locked = true
  3001. p11.BottomSurface = Enum.SurfaceType.Smooth
  3002. p11.TopSurface = Enum.SurfaceType.Smooth
  3003. p12 = Instance.new("WedgePart", m)
  3004. p12.BrickColor = BrickColor.new("New Yeller")
  3005. p12.Material = Enum.Material.Neon
  3006. p12.Name = "Wedge"
  3007. p12.FormFactor = Enum.FormFactor.Custom
  3008. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3009. p12.CFrame = CFrame.new(65.5171509, 2.34969687, -14.7532635, 1.00018334, -1.89246384e-006, -8.90070169e-008, -3.54650388e-006, 0.999981821, 1.52583425e-006, -1.56231545e-006, 1.78610321e-006, 1.00015914)
  3010. p12.CanCollide = false
  3011. p12.Locked = true
  3012. p12.TopSurface = Enum.SurfaceType.Smooth
  3013. b7 = Instance.new("SpecialMesh", p12)
  3014. b7.MeshType = Enum.MeshType.Wedge
  3015. b7.Name = "Mesh"
  3016. b7.Scale = Vector3.new(0.200000003, 1, 1)
  3017. p13 = Instance.new("Part", m)
  3018. p13.BrickColor = BrickColor.new("Institutional white")
  3019. p13.Material = Enum.Material.Neon
  3020. p13.FormFactor = Enum.FormFactor.Custom
  3021. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3022. p13.CFrame = CFrame.new(64.3198929, 5.59963703, -14.2655821, 1.00019193, -1.97098893e-006, -1.23608402e-007, -3.67657594e-006, 0.999981046, 1.66687016e-006, -1.58571254e-006, 1.81590929e-006, 1.00016677)
  3023. p13.CanCollide = false
  3024. p13.Locked = true
  3025. p13.BottomSurface = Enum.SurfaceType.Smooth
  3026. p13.TopSurface = Enum.SurfaceType.Smooth
  3027. b8 = Instance.new("SpecialMesh", p13)
  3028. b8.MeshType = Enum.MeshType.Sphere
  3029. b8.Name = "Mesh"
  3030. p14 = Instance.new("Part", m)
  3031. p14.BrickColor = BrickColor.new("Institutional white")
  3032. p14.Material = Enum.Material.Neon
  3033. p14.FormFactor = Enum.FormFactor.Custom
  3034. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3035. p14.CFrame = CFrame.new(65.2206192, 5.79961872, -14.2656937, 1.00020039, -2.10105645e-006, -1.51786239e-007, -3.75511786e-006, 0.99998033, 1.7562885e-006, -1.6139021e-006, 1.90533035e-006, 1.0001744)
  3036. p14.CanCollide = false
  3037. p14.Locked = true
  3038. p14.BottomSurface = Enum.SurfaceType.Smooth
  3039. p14.TopSurface = Enum.SurfaceType.Smooth
  3040. b9 = Instance.new("SpecialMesh", p14)
  3041. b9.MeshType = Enum.MeshType.Sphere
  3042. b9.Name = "Mesh"
  3043. w1 = Instance.new("Weld", p1)
  3044. w1.Name = "Wedge_Weld"
  3045. w1.Part0 = p1
  3046. w1.C0 = CFrame.new(-64.3004303, -0.350028396, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3047. w1.Part1 = p2
  3048. w1.C1 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  3049. w2 = Instance.new("Weld", p2)
  3050. w2.Name = "Part_Weld"
  3051. w2.Part0 = p2
  3052. w2.C0 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
  3053. w2.Part1 = p3
  3054. w2.C1 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3055. w3 = Instance.new("Weld", p3)
  3056. w3.Name = "Part_Weld"
  3057. w3.Part0 = p3
  3058. w3.C0 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3059. w3.Part1 = p4
  3060. w3.C1 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3061. w4 = Instance.new("Weld", p4)
  3062. w4.Name = "Wedge_Weld"
  3063. w4.Part0 = p4
  3064. w4.C0 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3065. w4.Part1 = p5
  3066. w4.C1 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3067. w5 = Instance.new("Weld", p5)
  3068. w5.Name = "Part_Weld"
  3069. w5.Part0 = p5
  3070. w5.C0 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3071. w5.Part1 = p6
  3072. w5.C1 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3073. w6 = Instance.new("Weld", p6)
  3074. w6.Name = "Part_Weld"
  3075. w6.Part0 = p6
  3076. w6.C0 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3077. w6.Part1 = p7
  3078. w6.C1 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3079. w7 = Instance.new("Weld", p7)
  3080. w7.Name = "Part_Weld"
  3081. w7.Part0 = p7
  3082. w7.C0 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
  3083. w7.Part1 = p8
  3084. w7.C1 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3085. w8 = Instance.new("Weld", p8)
  3086. w8.Name = "Part_Weld"
  3087. w8.Part0 = p8
  3088. w8.C0 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3089. w8.Part1 = p9
  3090. w8.C1 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3091. w9 = Instance.new("Weld", p9)
  3092. w9.Name = "Part_Weld"
  3093. w9.Part0 = p9
  3094. w9.C0 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
  3095. w9.Part1 = p10
  3096. w9.C1 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3097. w10 = Instance.new("Weld", p10)
  3098. w10.Name = "Part_Weld"
  3099. w10.Part0 = p10
  3100. w10.C0 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3101. w10.Part1 = p11
  3102. w10.C1 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3103. w11 = Instance.new("Weld", p11)
  3104. w11.Name = "Wedge_Weld"
  3105. w11.Part0 = p11
  3106. w11.C0 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3107. w11.Part1 = p12
  3108. w11.C1 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3109. w12 = Instance.new("Weld", p12)
  3110. w12.Name = "Part_Weld"
  3111. w12.Part0 = p12
  3112. w12.C0 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
  3113. w12.Part1 = p13
  3114. w12.C1 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3115. w13 = Instance.new("Weld", p13)
  3116. w13.Name = "Part_Weld"
  3117. w13.Part0 = p13
  3118. w13.C0 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3119. w13.Part1 = p14
  3120. w13.C1 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3121. w14 = Instance.new("Weld", p14)
  3122. w14.Name = "Wedge_Weld"
  3123. w14.Part0 = p14
  3124. w14.C0 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
  3125. m.Parent = lleg
  3126. m:MakeJoints()
  3127. ----------------------------------------------------
  3128. local cor7 = Instance.new("Part", lleg.LeftLeg)
  3129. cor7.Name = "Thingy"
  3130. cor7.Locked = true
  3131. cor7.BottomSurface = 0
  3132. cor7.CanCollide = false
  3133. cor7.Size = Vector3.new(2, 1, 1)
  3134. cor7.Transparency = 1
  3135. cor7.TopSurface = 0
  3136. corw2 = Instance.new("Weld", cor7)
  3137. corw2.Part0 = lleg
  3138. corw2.Part1 = cor7
  3139. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3140. corw2.C1 = CFrame.new(0, 0, 0)
  3141. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3142. weld2.Part0 = cor7
  3143. weld2.Part1 = p3
  3144. weld2.C0 = CFrame.new(0, 0, 0)
  3145. ----------------------------------------------------
  3146. function weld5(part0, part1, c0, c1)
  3147. weeld=Instance.new("Weld", part0)
  3148. weeld.Part0=part0
  3149. weeld.Part1=part1
  3150. weeld.C0=c0
  3151. weeld.C1=c1
  3152. return weeld
  3153. end
  3154. ----------------------------------------------------
  3155. function newRay(start,face,range,wat)
  3156. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  3157. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  3158. return rey,hit,pos
  3159. end
  3160. ----------------------------------------------------
  3161. mod5 = Instance.new("Model",char)
  3162.  
  3163. function FindNearestTorso(Position,Distance,SinglePlayer)
  3164. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3165. local List = {}
  3166. for i,v in pairs(workspace:GetChildren())do
  3167. if v:IsA("Model")then
  3168. if v:findFirstChild("Torso")then
  3169. if v ~= char then
  3170. if(v.Torso.Position -Position).magnitude <= Distance then
  3171. table.insert(List,v)
  3172. end
  3173. end
  3174. end
  3175. end
  3176. end
  3177. return List
  3178. end
  3179.  
  3180. function Landing()
  3181. part=Instance.new('Part',mod5)
  3182. part.Anchored=true
  3183. part.CanCollide=false
  3184. part.FormFactor='Custom'
  3185. part.Size=Vector3.new(.2,.2,.2)
  3186. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  3187. part.Transparency=.7
  3188. part.BrickColor=BrickColor.new('Institutional white')
  3189. part2=part:clone()
  3190. part2.Parent = mod5
  3191. part2.BrickColor=BrickColor.new('New Yeller')
  3192. mesh=Instance.new('SpecialMesh',part)
  3193. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3194. mesh.Scale=Vector3.new(10,5,10)
  3195. mesh2=mesh:clone()
  3196. mesh2.Parent=part2
  3197. mesh2.Scale=Vector3.new(12, 6, 12)
  3198.  
  3199. for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
  3200. if v:FindFirstChild('Humanoid') then
  3201. v.Humanoid:TakeDamage(math.huge)
  3202. v.Humanoid.PlatformStand = true
  3203. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
  3204. end
  3205. end
  3206.  
  3207. coroutine.resume(coroutine.create(function()
  3208. for i=0,3.8,0.05 do
  3209. wait()
  3210. part.CFrame=part.CFrame
  3211. part.Transparency=i
  3212. part2.CFrame=part2.CFrame
  3213. part2.Transparency=i
  3214. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  3215. mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
  3216. end
  3217. part.Parent = nil
  3218. end))
  3219. end
  3220. ----------------------------------------------------
  3221. mod4 = Instance.new("Model",char)
  3222.  
  3223. ptez = {0.7, 0.8, 0.9, 1}
  3224.  
  3225. function FindNearestTorso(Position,Distance,SinglePlayer)
  3226. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3227. local List = {}
  3228. for i,v in pairs(workspace:GetChildren())do
  3229. if v:IsA("Model")then
  3230. if v:findFirstChild("Torso")then
  3231. if v ~= char then
  3232. if(v.Torso.Position -Position).magnitude <= Distance then
  3233. table.insert(List,v)
  3234. end
  3235. end
  3236. end
  3237. end
  3238. end
  3239. return List
  3240. end
  3241.  
  3242. function GroundPound()
  3243. part=Instance.new('Part',mod4)
  3244. part.Anchored=true
  3245. part.CanCollide=false
  3246. part.FormFactor='Custom'
  3247. part.Size=Vector3.new(.2,.2,.2)
  3248. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  3249. part.Transparency=.7
  3250. part.BrickColor=BrickColor.new('Institutional white')
  3251. mesh=Instance.new('SpecialMesh',part)
  3252. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3253. mesh.Scale=Vector3.new(3,3,3)
  3254. part2=Instance.new('Part',mod4)
  3255. part2.Anchored=true
  3256. part2.CanCollide=false
  3257. part2.FormFactor='Custom'
  3258. part2.Size=Vector3.new(.2,.2,.2)
  3259. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  3260. part2.Transparency=.7
  3261. part2.BrickColor=BrickColor.new('New Yeller')
  3262. mesh2=Instance.new('SpecialMesh',part2)
  3263. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  3264. mesh2.Scale=Vector3.new(3,1.5,3)
  3265. x = Instance.new("Sound",char)
  3266. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  3267. x.Pitch = ptez[math.random(1,#ptez)]
  3268. x.Volume = 1
  3269. wait(.1)
  3270. x:Play()
  3271. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  3272. if v:FindFirstChild('Humanoid') then
  3273. v.Humanoid:TakeDamage(math.huge)
  3274. end
  3275. end
  3276. coroutine.resume(coroutine.create(function()
  3277. for i=0,0.62,0.13 do
  3278. wait()
  3279. part.CFrame=part.CFrame
  3280. part.Transparency=i
  3281. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  3282. part2.CFrame=part2.CFrame
  3283. part2.Transparency=i
  3284. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  3285. end
  3286. part.Parent=nil
  3287. part2.Parent=nil
  3288. x:Destroy()
  3289. end))
  3290. end
  3291. ----------------------------------------------------
  3292. mod=Instance.new('Model',char)
  3293.  
  3294. function charge()
  3295. hed.Velocity=hed.CFrame.lookVector*200
  3296. part=Instance.new('Part',mod)
  3297. part.Anchored=true
  3298. part.CanCollide=false
  3299. part.FormFactor='Custom'
  3300. part.Size=Vector3.new(.2,.2,.2)
  3301. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  3302. part.Transparency=.7
  3303. part.BrickColor=BrickColor.new('Institutional white')
  3304. mesh=Instance.new('SpecialMesh',part)
  3305. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3306. mesh.Scale=Vector3.new(10,5,10)
  3307. part2=part:clone()
  3308. part2.Parent=mod
  3309. part2.BrickColor=BrickColor.new('New Yeller')
  3310. mesh2=mesh:clone()
  3311. mesh2.Parent=part2
  3312. mesh2.Scale=Vector3.new(20,10,20)
  3313. part3=part2:clone()
  3314. part3.Parent = mod
  3315. part3.BrickColor=BrickColor.new('Institutional white')
  3316. mesh3=mesh2:clone()
  3317. mesh2.Parent=part3
  3318. mesh3.Scale=Vector3.new(30,15,30)
  3319. coroutine.resume(coroutine.create(function()
  3320. for i=0,1,0.1 do
  3321. wait()
  3322. part.CFrame=part.CFrame
  3323. part.Transparency=i
  3324. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  3325. part2.CFrame=part2.CFrame
  3326. part2.Transparency=i
  3327. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3328. part3.CFrame=part3.CFrame
  3329. part3.Transparency=i
  3330. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  3331. end
  3332. part.Parent=nil
  3333. part2.Parent=nil
  3334. part3.Parent = nil
  3335. end))
  3336. end
  3337. ----------------------------------------------------
  3338. function FindNearestTorso(Position,Distance,SinglePlayer)
  3339. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3340. local List = {}
  3341. for i,v in pairs(workspace:GetChildren())do
  3342. if v:IsA("Model")then
  3343. if v:findFirstChild("Torso")then
  3344. if v ~= char then
  3345. if(v.Torso.Position -Position).magnitude <= Distance then
  3346. table.insert(List,v)
  3347. end
  3348. end
  3349. end
  3350. end
  3351. end
  3352. return List
  3353. end
  3354.  
  3355. mod3 = Instance.new("Model",rleg)
  3356.  
  3357. function Stomp()
  3358. part=Instance.new('Part',mod3)
  3359. part.Anchored=true
  3360. part.CanCollide=false
  3361. part.FormFactor='Custom'
  3362. part.Size=Vector3.new(.2,.2,.2)
  3363. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  3364. part.Transparency=.7
  3365. part.BrickColor=BrickColor.new('Institutional white')
  3366. mesh=Instance.new('SpecialMesh',part)
  3367. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3368. mesh.Scale=Vector3.new(25,25,25)
  3369. part2=part:clone()
  3370. part2.Parent=mod3
  3371. part2.BrickColor=BrickColor.new('New yeller')
  3372. mesh2=mesh:clone()
  3373. mesh2.Parent=part2
  3374. mesh2.Scale=Vector3.new(15,15,15)
  3375. part3=part:clone()
  3376. part3.Parent=mod3
  3377. part3.TopSurface=0
  3378. part3.BottomSurface=0
  3379. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  3380. mesh3=Instance.new('SpecialMesh',part3)
  3381. mesh3.MeshType = 3
  3382. mesh3.Scale=Vector3.new(12,12,12)
  3383. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  3384. if v:FindFirstChild('Humanoid') then
  3385. v.Humanoid:TakeDamage(math.huge)
  3386. v.Humanoid.PlatformStand = true
  3387. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  3388. end
  3389. end
  3390. coroutine.resume(coroutine.create(function()
  3391. for i=0,3.8,0.05 do
  3392. wait()
  3393. part.CFrame=part.CFrame
  3394. part.Transparency=i
  3395. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  3396. part2.CFrame=part2.CFrame
  3397. part2.Transparency=i
  3398. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3399. part3.CFrame=part3.CFrame
  3400. part3.Transparency=i
  3401. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  3402. end
  3403. end))
  3404. end
  3405. ----------------------------------------------------
  3406.  
  3407. local acos = math.acos
  3408. local sqrt = math.sqrt
  3409. local Vec3 = Vector3.new
  3410. local fromAxisAngle = CFrame.fromAxisAngle
  3411.  
  3412. local function toAxisAngle(CFr)
  3413. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  3414. local Angle = math.acos((R00+R11+R22-1)/2)
  3415. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3416. A = A == 0 and 0.00001 or A
  3417. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3418. B = B == 0 and 0.00001 or B
  3419. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3420. C = C == 0 and 0.00001 or C
  3421. local x = (R21-R12)/sqrt(A)
  3422. local y = (R02-R20)/sqrt(B)
  3423. local z = (R10-R01)/sqrt(C)
  3424. return Vec3(x,y,z),Angle
  3425. end
  3426.  
  3427. function ApplyTrig(Num,Func)
  3428. local Min,Max = Func(0),Func(1)
  3429. local i = Func(Num)
  3430. return (i-Min)/(Max-Min)
  3431. --[[if Func == "sin" then
  3432. return (math.sin((1-Num)*math.pi)+1)/2
  3433. elseif Func == "cos" then
  3434. return (math.cos((1-Num)*math.pi)+1)/2
  3435. end]]
  3436. end
  3437.  
  3438. function LerpCFrame(CFrame1,CFrame2,Num)
  3439. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  3440. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  3441. end
  3442.  
  3443. function Crater(Torso,Radius)
  3444. Spawn(function()
  3445. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  3446. local Ignore = {}
  3447. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3448. if v.Character ~= nil then
  3449. Ignore[#Ignore+1] = v.Character
  3450. end
  3451. end
  3452. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  3453. if Hit == nil then return end
  3454. local Parts = {}
  3455. for i = 1,360,10 do
  3456. local P = Instance.new("Part",Torso.Parent)
  3457. P.Anchored = true
  3458. P.FormFactor = "Custom"
  3459. P.BrickColor = Hit.BrickColor
  3460. P.Material = Hit.Material
  3461. P.TopSurface = "Smooth"
  3462. P.BottomSurface = "Smooth"
  3463. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  3464. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  3465. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  3466. if math.random(0,5) == 0 then -- rubble
  3467. local P = Instance.new("Part",Torso.Parent)
  3468. P.Anchored = true
  3469. P.FormFactor = "Custom"
  3470. P.BrickColor = Hit.BrickColor
  3471. P.Material = Hit.Material
  3472. P.TopSurface = "Smooth"
  3473. P.BottomSurface = "Smooth"
  3474. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  3475. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  3476. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  3477. end
  3478. end
  3479. for i = 0,1,0.05 do
  3480. for i2,v in pairs(Parts) do
  3481. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  3482. end
  3483. wait(0.02)
  3484. end
  3485. for i,v in pairs(Parts) do
  3486. if v[1].Size.X > 2.1 then
  3487. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  3488. end
  3489. v[1].Anchored = false
  3490. end
  3491. for i = 0,1,0.05 do
  3492. for i2,v in pairs(Parts) do
  3493. v[1].Transparency = i
  3494. if i == 1 then
  3495. v[1]:Destroy()
  3496. elseif i >= 0.25 then
  3497. v[1].CanCollide = false
  3498. end
  3499. end
  3500. wait(0.02)
  3501. end
  3502. Parts = nil
  3503. end)
  3504. end
  3505.  
  3506. ----------------------------------------------------
  3507. mouse.KeyDown:connect(function(key)
  3508. if key == "r" then
  3509. larm.BrickColor = BrickColor.new("New yeller")
  3510. rarm.BrickColor = BrickColor.new("New yeller")
  3511. if Debounces.CanAttack == true then
  3512. Debounces.CanAttack = false
  3513. Debounces.on = true
  3514. Debounces.NoIdl = true
  3515. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3516. hit = ht.Parent
  3517. if ht and hit:IsA("Model") then
  3518. if hit:FindFirstChild("Humanoid") then
  3519. if hit.Name ~= p.Name then
  3520. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3521. Debounces.Slashed = true]]--
  3522. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  3523. wait(1)
  3524. --Debounces.Slashed = false
  3525. --end
  3526. end
  3527. end
  3528. elseif ht and hit:IsA("Hat") then
  3529. if hit.Parent.Name ~= p.Name then
  3530. if hit.Parent:FindFirstChild("Humanoid") then
  3531. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3532. Debounces.Slashed = true]]--
  3533. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  3534. wait(1)
  3535. --Debounces.Slashed = false
  3536. end
  3537. end
  3538. end
  3539. end)
  3540. q = Instance.new("Sound",hed)
  3541. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3542. q.Pitch = 0.85
  3543. q.Looped = false
  3544. q1 = Instance.new("Sound",hed)
  3545. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3546. q1.Pitch = 0.85
  3547. q1.Looped = false
  3548. q:Play()
  3549. q1:Play()
  3550. for i = 1,20 do
  3551. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  3552. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  3553. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  3554. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3555. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3556. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3557. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.25)
  3558. if Debounces.on == false then break end
  3559. rs:wait(.6)
  3560. end
  3561. n = Instance.new("Sound",hed)
  3562. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3563. n.Pitch = 0.94
  3564. n.Looped = false
  3565. n1 = Instance.new("Sound",hed)
  3566. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3567. n1.Pitch = 0.94
  3568. n1.Looped = false
  3569. n:Play()
  3570. n1:Play()
  3571. b = Instance.new("Sound",hed)
  3572. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3573. b.Pitch = 0.94
  3574. b.Looped = false
  3575. b1 = Instance.new("Sound",hed)
  3576. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3577. b1.Pitch = 0.94
  3578. b1.Looped = false
  3579. b:Play()
  3580. b1:Play()
  3581. for i = 1,26 do
  3582. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.25)
  3583. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.25)
  3584. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),0.25)
  3585. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
  3586. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
  3587. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
  3588. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.25)
  3589. if Debounces.on == false then break end
  3590. rs:wait(1)
  3591. end
  3592. wait(.5)
  3593. to:disconnect()
  3594. q:Destroy()
  3595. q1:Destroy()
  3596. n:Destroy()
  3597. n1:Destroy()
  3598. larm.BrickColor = BrickColor.new("Really black")
  3599. rarm.BrickColor = BrickColor.new("Really black")
  3600. if Debounces.CanAttack == false then
  3601. Debounces.CanAttack = true
  3602. Debounces.on = false
  3603. Debounces.NoIdl = false
  3604. end
  3605. end
  3606. end
  3607. end)
  3608. ----------------------------------------------------
  3609. mouse.KeyDown:connect(function(key)
  3610. if key == "q" then
  3611. larm.BrickColor = BrickColor.new("New Yeller")
  3612. rarm.BrickColor = BrickColor.new("New Yeller")
  3613. if Debounces.CanAttack == true then
  3614. Debounces.CanAttack = false
  3615. Debounces.on = true
  3616. Debounces.NoIdl = true
  3617. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3618. hit = ht.Parent
  3619. if ht and hit:IsA("Model") then
  3620. if hit:FindFirstChild("Humanoid") then
  3621. if hit.Name ~= p.Name then
  3622. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3623. Debounces.Slashed = true]]--
  3624. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  3625. wait(1)
  3626. --Debounces.Slashed = false
  3627. --end
  3628. end
  3629. end
  3630. elseif ht and hit:IsA("Hat") then
  3631. if hit.Parent.Name ~= p.Name then
  3632. if hit.Parent:FindFirstChild("Humanoid") then
  3633. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3634. Debounces.Slashed = true]]--
  3635. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  3636. wait(1)
  3637. --Debounces.Slashed = false
  3638. end
  3639. end
  3640. end
  3641. end)
  3642. for i = 1, 20 do
  3643. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
  3644. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
  3645. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  3646. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  3647. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3648. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3649. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3650. if Debounces.on == false then break end
  3651. rs:wait(2)
  3652. end
  3653. z = Instance.new("Sound",hed)
  3654. z.SoundId = "rbxassetid://160069154"
  3655. z.Looped = false
  3656. z.Pitch = .9
  3657. z1 = Instance.new("Sound",hed)
  3658. z1.SoundId = "rbxassetid://160069154"
  3659. z1.Looped = false
  3660. z1.Pitch = .9
  3661. wait(0.01)
  3662. z:Play()
  3663. z1:Play()
  3664. for i = 1, 20 do
  3665. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
  3666. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.9,-1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
  3667. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  3668. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
  3669. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  3670. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  3671. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3672. if Debounces.on == false then break end
  3673. rs:wait(2)
  3674. end
  3675. for i = 1, 20 do
  3676. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
  3677. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
  3678. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  3679. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  3680. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3681. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3682. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3683. if Debounces.on == false then break end
  3684. rs:wait(2)
  3685. end
  3686. z = Instance.new("Sound",hed)
  3687. z.SoundId = "rbxassetid://168586621"
  3688. z.Looped = false
  3689. z.Pitch = 1
  3690. z1 = Instance.new("Sound",hed)
  3691. z1.SoundId = "rbxassetid://168586621"
  3692. z1.Looped = false
  3693. z1.Pitch = 1
  3694. wait(0.01)
  3695. z:Play()
  3696. z1:Play()
  3697. for i = 1, 20 do
  3698. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
  3699. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
  3700. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  3701. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  3702. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  3703. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  3704. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
  3705. if Debounces.on == false then break end
  3706. rs:wait(2)
  3707. end
  3708. to:disconnect()
  3709. larm.BrickColor = BrickColor.new("Institutional white")
  3710. rarm.BrickColor = BrickColor.new("Institutional white")
  3711. if Debounces.CanAttack == false then
  3712. Debounces.CanAttack = true
  3713. Debounces.on = false
  3714. Debounces.NoIdl = false
  3715. end
  3716. end
  3717. end
  3718. end)
  3719. ----------------------------------------------------
  3720. Sit = false
  3721. mouse.KeyDown:connect(function(key)
  3722. if key == "v" then
  3723. if Sit == false then
  3724. Sit = true
  3725. hum.WalkSpeed = 0.001
  3726. stanceToggle = "Sitting"
  3727. elseif Sit == true then
  3728. Sit = false
  3729. hum.WalkSpeed = 112
  3730. stanceToggle = "Normal"
  3731. end
  3732. end
  3733. end)
  3734. ----------------------------------------------------
  3735. mouse.KeyDown:connect(function(key)
  3736. if key == "t" then
  3737. if Debounces.CanAttack == true then
  3738. Debounces.CanAttack = false
  3739. Debounces.on = true
  3740. Debounces.NoIdl = true
  3741. for i = 1, 20 do
  3742. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
  3743. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
  3744. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
  3745. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3746. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
  3747. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  3748. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  3749. if Debounces.on == false then break end
  3750. rs:wait(2.6)
  3751. end
  3752. Spawn(function()
  3753. local Parts = {}
  3754. for Y = -5,5 do
  3755. local P = Instance.new("Part",char)
  3756. P.Anchored = true
  3757. P.FormFactor = "Custom"
  3758. P.CanCollide = false
  3759. P.Size = Vector3.new(1,2,1)
  3760. P.TopSurface = "SmoothNoOutlines"
  3761. P.BottomSurface = "SmoothNoOutlines"
  3762. P.BrickColor = BrickColor.new("Really black")
  3763. P.Name = tostring(Y)
  3764. local i = (Y+5)/(10)
  3765. i = 1-math.cos(math.pi*i-(math.pi/2))
  3766. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  3767. --[[P.Touched:connect(function(ht)
  3768. local hit = ht.Parent
  3769. if hit:FindFirstChild("Humanoid") then
  3770. hit.Humanoid:TakeDamage(math.huge)
  3771. end
  3772. end)]]--
  3773. s = Instance.new("Sound",P)
  3774. s.SoundId = "rbxassetid://228343271"
  3775. s.Volume = .7
  3776. s.Pitch = 0.9
  3777. s:Play()
  3778. P.Touched:connect(function(ht)
  3779. hit = ht.Parent
  3780. if ht and hit:IsA("Model") then
  3781. if hit:FindFirstChild("Humanoid") then
  3782. if hit.Name ~= p.Name then
  3783. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3784. Debounces.Slashed = true]]--
  3785. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  3786. hit:FindFirstChild("Humanoid").PlatformStand = true
  3787. wait(1)
  3788. --Debounces.Slashed = false
  3789. --end
  3790. end
  3791. end
  3792. elseif ht and hit:IsA("Hat") then
  3793. if hit.Parent.Name ~= p.Name then
  3794. if hit.Parent:FindFirstChild("Humanoid") then
  3795. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3796. Debounces.Slashed = true]]--
  3797. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  3798. hit:FindFirstChild("Humanoid").PlatformStand = true
  3799. wait(1)
  3800. --Debounces.Slashed = false
  3801. --end
  3802. end
  3803. end
  3804. end
  3805. end)
  3806. Parts[#Parts+1] = P
  3807. end
  3808. local BREAKIT = false
  3809. local CParts = {}
  3810. local Rocks = {}
  3811. local LastPos = nil
  3812. for i = 1,70 do
  3813. for i2,v in pairs(Parts) do
  3814. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  3815. local cf = v.CFrame
  3816. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  3817. v.CFrame = cf
  3818. v.Transparency = v.Transparency+0.02
  3819. if v.Transparency >= 0.975 then BREAKIT = true end
  3820. if v.Name == "0" then
  3821. local Ignore = {}
  3822. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3823. if v.Character ~= nil then
  3824. Ignore[#Ignore+1] = v.Character
  3825. end
  3826. end
  3827. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  3828. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  3829. if Hit ~= nil then
  3830. if #Rocks == 0 then
  3831. for i = 1,5 do
  3832. local P = Instance.new("Part",char)
  3833. Rocks[#Rocks+1] = P
  3834. P.Anchored = true
  3835. P.FormFactor = "Custom"
  3836. P.BrickColor = Hit.BrickColor
  3837. P.Material = Hit.Material
  3838. P.TopSurface = "Smooth"
  3839. P.BottomSurface = "Smooth"
  3840. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  3841. end
  3842. end
  3843. for i,P in pairs(Rocks) do
  3844. P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  3845. end
  3846. local P = Instance.new("Part",char)
  3847. CParts[#CParts+1] = {P,tick()}
  3848. P.Anchored = true
  3849. P.FormFactor = "Custom"
  3850. P.BrickColor = Hit.BrickColor
  3851. P.Material = Hit.Material
  3852. P.TopSurface = "Smooth"
  3853. P.BottomSurface = "Smooth"
  3854. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  3855. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3856. Pos = Pos.p
  3857. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
  3858. local P = P:Clone()
  3859. CParts[#CParts+1] = {P,tick()}
  3860. P.Parent = char
  3861. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  3862. Pos = Pos.p
  3863. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
  3864. if LastPos ~= nil then
  3865. local P = P:Clone()
  3866. CParts[#CParts+1] = {P,tick()}
  3867. P.Parent = char
  3868. P.BrickColor = BrickColor.new("Institutional white")
  3869. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3870. Pos = Pos.p
  3871. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3872. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  3873. --P.Velocity = Vector3.new(0,-1000,0)
  3874. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  3875. end
  3876. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3877. end
  3878. end
  3879. end
  3880. if BREAKIT then break end
  3881. wait(0.002)
  3882. end
  3883. for i,v in pairs(Rocks) do
  3884. CParts[#CParts+1] = {v,tick()}
  3885. end
  3886. for i,v in pairs(Parts) do
  3887. v:Destroy()
  3888. end
  3889. Parts = nil
  3890. while true do
  3891. local t = tick()
  3892. local p = nil
  3893. for i,v in pairs(CParts) do
  3894. if t-v[2] > 4 then
  3895. v[1].Transparency = v[1].Transparency+0.05
  3896. if v[1].Transparency >= 1 then
  3897. v[1]:Destroy()
  3898. CParts[i] = nil
  3899. end
  3900. end
  3901. p = v
  3902. end
  3903. if p == nil then break end
  3904. wait(0.002)
  3905. end
  3906. for i,v in pairs(CParts) do
  3907. v:Destroy()
  3908. end
  3909. CParts = {}
  3910. end)
  3911. for i = 1, 20 do
  3912. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
  3913. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,.8,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
  3914. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
  3915. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  3916. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  3917. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  3918. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
  3919. if Debounces.on == false then break end
  3920. rs:wait(2)
  3921. end
  3922. if Debounces.CanAttack == false then
  3923. Debounces.CanAttack = true
  3924. Debounces.on = false
  3925. Debounces.NoIdl = false
  3926. end
  3927. end
  3928. end
  3929. end)
  3930. ----------------------------------------------------
  3931. mouse.KeyDown:connect(function(key)
  3932. if key == "e" then
  3933. larm.BrickColor = BrickColor.new("New Yeller")
  3934. rarm.BrickColor = BrickColor.new("New Yeller")
  3935. if Debounces.CanAttack == true then
  3936. Debounces.CanAttack = false
  3937. Debounces.on = true
  3938. Debounces.NoIdl = true
  3939. for i = 1, 18 do
  3940. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
  3941. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  3942. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  3943. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  3944. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  3945. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  3946. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  3947. if Debounces.on == false then break end
  3948. rs:wait(4)
  3949. end
  3950. local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0,8.8,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  3951. local rng = Instance.new("Part", char.Absolution.Handle)
  3952. rng.Anchored = true
  3953. rng.BrickColor = BrickColor.new("Institutional white")
  3954. rng.CanCollide = true
  3955. rng.FormFactor = 3
  3956. rng.Name = "Ring"
  3957. rng.Size = Vector3.new(1, 1, 1)
  3958. rng.CanCollide = false
  3959. rng.Transparency = 0.35
  3960. rng.TopSurface = 0
  3961. rng.BottomSurface = 0
  3962. rng.CFrame = HandCF
  3963. local rngm = Instance.new("SpecialMesh", rng)
  3964. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3965. rngm.Scale = Vector3.new(1, 1, 2)
  3966. x = Instance.new("Sound", hed)
  3967. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3968. x.Looped = false
  3969. x.Pitch = .7
  3970. x.Volume = 1
  3971. x1 = Instance.new("Sound", hed)
  3972. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3973. x1.Looped = false
  3974. x1.Pitch = .7
  3975. x1.Volume = 1
  3976. x:Play()
  3977. x1:Play()
  3978. rngto = rng.Touched:connect(function(ht)
  3979. hit = ht.Parent
  3980. if ht and hit:IsA("Model") then
  3981. if hit:FindFirstChild("Humanoid") then
  3982. if hit.Name ~= p.Name then
  3983. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3984. Debounces.Slashed = true]]--
  3985. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  3986. hit:FindFirstChild("Humanoid").PlatformStand = true
  3987. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  3988. --Debounces.Slashed = false
  3989. --end
  3990. end
  3991. end
  3992. elseif ht and hit:IsA("Hat") then
  3993. if hit.Parent.Name ~= p.Name then
  3994. if hit.Parent:FindFirstChild("Humanoid") then
  3995. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3996. Debounces.Slashed = true]]--
  3997. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  3998. hit:FindFirstChild("Humanoid").PlatformStand = true
  3999. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4000. --Debounces.Slashed = false
  4001. end
  4002. end
  4003. end
  4004. end)
  4005. coroutine.wrap(function()
  4006. for i = 1, 60, 2 do
  4007. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  4008. rng.Size = rngm.Scale
  4009. rng.CFrame = HandCF
  4010. rng.Transparency = i/60
  4011. wait()
  4012. end
  4013. wait()
  4014. rng:Destroy()
  4015. end)()
  4016. for i = 1, 18 do
  4017. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
  4018. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
  4019. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4020. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4021. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4022. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4023. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4024. if Debounces.on == false then break end
  4025. rs:wait(2.4)
  4026. end
  4027. larm.BrickColor = BrickColor.new("Institutional white")
  4028. rarm.BrickColor = BrickColor.new("Institutional white")
  4029. x:Destroy()
  4030. x1:Destroy()
  4031. if Debounces.CanAttack == false then
  4032. Debounces.CanAttack = true
  4033. Debounces.on = false
  4034. Debounces.NoIdl = false
  4035. end
  4036. end
  4037. end
  4038. end)
  4039. ----------------------------------------------------
  4040. mouse.KeyDown:connect(function(key)
  4041. if key == "y" then
  4042. if Debounces.CanAttack == true then
  4043. Debounces.CanAttack = false
  4044. Debounces.on = true
  4045. Debounces.NoIdl = true
  4046. for i = 1, 15 do
  4047. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
  4048. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-89)), 0.6)
  4049. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4050. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  4051. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4052. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4053. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4054. if Debounces.on == false then break end
  4055. rs:wait(2.7)
  4056. end
  4057. x = Instance.new("Sound",char)
  4058. x.SoundId = "rbxassetid://228343271"
  4059. x.Pitch = 1
  4060. x.Volume = .8
  4061. wait(.1)
  4062. x:Play()
  4063. Debounces.on = false
  4064. Debounces.Here = false
  4065. shot = shot + 1
  4066. local rng = Instance.new("Part", char)
  4067. rng.Anchored = true
  4068. rng.BrickColor = BrickColor.new("New Yeller")
  4069. rng.CanCollide = false
  4070. rng.FormFactor = 3
  4071. rng.Name = "Ring"
  4072. rng.Size = Vector3.new(1, 1, 1)
  4073. rng.Transparency = 0.35
  4074. rng.TopSurface = 0
  4075. rng.BottomSurface = 0
  4076. rng2 = rng:clone()
  4077. rng3 = rng2:clone()
  4078. rng4 = rng2:clone()
  4079. local rngm = Instance.new("SpecialMesh", rng)
  4080. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4081. rngm.Scale = Vector3.new(10, 10, 1)
  4082. rngm2 = rngm:clone()
  4083. rngm2.Scale = Vector3.new(5, 5, 3)
  4084. rngm3=rngm2:clone()
  4085. rngm3.Parent = rng3
  4086. rngm3.Scale = Vector3.new(8, 8, 1)
  4087. rngm4 = rngm2:clone()
  4088. rngm4.Parent = rng4
  4089. rngm4.Scale = Vector3.new(6, 6, 1)
  4090. local bem = Instance.new("Part", char)
  4091. bem.Anchored = true
  4092. bem.BrickColor = BrickColor.new("Institutional white")
  4093. bem.CanCollide = false
  4094. bem.FormFactor = 3
  4095. bem.Name = "Beam" .. shot
  4096. bem.Size = Vector3.new(1, 1, 1)
  4097. bem.Transparency = 0.35
  4098. bem.TopSurface = 0
  4099. bem.BottomSurface = 0
  4100. local bemm = Instance.new("SpecialMesh", bem)
  4101. bemm.MeshType = 4
  4102. bemm.Scale = Vector3.new(1, 4, 4)
  4103. local out = Instance.new("Part", char)
  4104. out.Anchored = true
  4105. out.BrickColor = BrickColor.new("Institutional white")
  4106. out.CanCollide = false
  4107. out.FormFactor = 3
  4108. out.Name = "Out"
  4109. out.Size = Vector3.new(4, 4, 4)
  4110. out.Transparency = 0.35
  4111. out.TopSurface = 0
  4112. out.BottomSurface = 0
  4113. local outm = Instance.new("SpecialMesh", out)
  4114. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4115. outm.Scale = Vector3.new(4, 4, 4)
  4116. local bnd = Instance.new("Part", char)
  4117. bnd.Anchored = true
  4118. bnd.BrickColor = BrickColor.new("New Yeller")
  4119. bnd.CanCollide = false
  4120. bnd.FormFactor = 3
  4121. bnd.Name = "Bend"
  4122. bnd.Size = Vector3.new(1, 1, 1)
  4123. bnd.Transparency = 1
  4124. bnd.TopSurface = 0
  4125. bnd.BottomSurface = 0
  4126. local bndm = Instance.new("SpecialMesh", bnd)
  4127. bndm.MeshType = 3
  4128. bndm.Scale = Vector3.new(8, 8, 8)
  4129. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4130. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4131. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4132. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4133. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4134. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4135. Debounces.Shewt = true
  4136. coroutine.wrap(function()
  4137. for i = 1, 20, 0.2 do
  4138. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4139. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4140. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4141. rng.Transparency = i/20
  4142. rng3.Transparency = 1/24
  4143. rng4.Transparency = i/26
  4144. wait()
  4145. end
  4146. wait()
  4147. rng:Destroy()
  4148. end)()
  4149. if Debounces.Shewt == true then
  4150. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4151. hit = ht.Parent
  4152. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4153. if HasntTouched(hit.Name) == true and deb == false then
  4154. deb = true
  4155. coroutine.wrap(function()
  4156. hit:FindFirstChild("Humanoid").PlatformStand = true
  4157. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4158. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4159. end)()
  4160. table.insert(Touche, hit.Name)
  4161. deb = false
  4162. end
  4163. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4164. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4165. deb = true
  4166. coroutine.wrap(function()
  4167. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4168. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4169. wait(1)
  4170. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4171. end)()
  4172. table.insert(Touche, hit.Parent.Name)
  4173. deb = false
  4174. for i, v in pairs(Touche) do
  4175. print(v)
  4176. end
  4177. end
  4178. end
  4179. end)
  4180. end
  4181. for i = 0, 260, 8 do
  4182. bem.Size = Vector3.new(i, 2, 2)
  4183. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4184. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4185. bnd.Size = Vector3.new(1,1,1)
  4186. bndm.Scale = Vector3.new(8,8,8)
  4187. if i % 10 == 0 then
  4188. local newRng = rng2:Clone()
  4189. newRng.Parent = char
  4190. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4191. local newRngm = rngm2:clone()
  4192. newRngm.Parent=newRng
  4193. coroutine.wrap(function()
  4194. for i = 1, 10, 0.2 do
  4195. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4196. newRng.Transparency = i/10
  4197. wait()
  4198. end
  4199. wait()
  4200. newRng:Destroy()
  4201. end)()
  4202. end
  4203. wait()
  4204. end
  4205. wait()
  4206. Debounces.Shewt = false
  4207. bem:Destroy()
  4208. out:Destroy()
  4209. bnd:Destroy()
  4210. Debounces.Ready = false
  4211. for i, v in pairs(Touche) do
  4212. table.remove(Touche, i)
  4213. end
  4214. wait()
  4215. table.insert(Touche, char.Name)
  4216. Debounces.NoIdl = false
  4217. if Debounces.CanAttack == false then
  4218. Debounces.CanAttack = true
  4219. end
  4220. end
  4221. end
  4222. end)
  4223. ----------------------------------------------------
  4224. sidz = {"231917888", "231917845", "231917806"}
  4225. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  4226. mouse.KeyDown:connect(function(key)
  4227. if key == "f" then
  4228. larm.BrickColor = BrickColor.new("New Yeller")
  4229. rarm.BrickColor = BrickColor.new("New Yeller")
  4230. if Debounces.CanAttack == true then
  4231. Debounces.CanAttack = false
  4232. Debounces.on = true
  4233. Debounces.NoIdl = true
  4234. for i = 1, 20 do
  4235. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  4236. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  4237. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4238. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4239. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4240. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4241. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4242. if Debounces.on == false then break end
  4243. rs:wait(6)
  4244. end
  4245. z = Instance.new("Sound",char)
  4246. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  4247. z.Pitch = ptz[math.random(1,#ptz)]
  4248. z.Volume = 1
  4249. z1 = Instance.new("Sound",char)
  4250. z1.SoundId = z.SoundId
  4251. z1.Pitch = z.Pitch
  4252. z1.Volume = 1
  4253. z:Play()
  4254. z1:Play()
  4255. Stomp()
  4256. for i = 1, 20 do
  4257. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  4258. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  4259. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
  4260. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  4261. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4262. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4263. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4264. if Debounces.on == false then break end
  4265. rs:wait(2.5)
  4266. end
  4267. if Debounces.CanAttack == false then
  4268. Debounces.CanAttack = true
  4269. Debounces.on = false
  4270. Debounces.NoIdl = false
  4271. larm.BrickColor = BrickColor.new("Institutional white")
  4272. rarm.BrickColor = BrickColor.new("Institutional white")
  4273. end
  4274. end
  4275. end
  4276. end)
  4277. ----------------------------------------------------
  4278. mouse.KeyDown:connect(function(key)
  4279. if key == "g" then
  4280. larm.BrickColor = BrickColor.new("New yeller")
  4281. rarm.BrickColor = BrickColor.new("New yeller")
  4282. if Debounces.CanAttack == true then
  4283. Debounces.CanAttack = false
  4284. Debounces.on = true
  4285. Debounces.NoIdl = true
  4286. chrg = lleg.Touched:connect(function(ht)
  4287. hit = ht.Parent
  4288. if ht and hit:IsA("Model") then
  4289. if hit:FindFirstChild("Humanoid") then
  4290. if hit.Name ~= p.Name then
  4291. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4292. Debounces.Slashed = true]]--
  4293. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  4294. hit:FindFirstChild("Humanoid").PlatformStand = true
  4295. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4296. --Debounces.Slashed = false
  4297. --end
  4298. end
  4299. end
  4300. elseif ht and hit:IsA("Hat") then
  4301. if hit.Parent.Name ~= p.Name then
  4302. if hit.Parent:FindFirstChild("Humanoid") then
  4303. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4304. Debounces.Slashed = true]]--
  4305. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  4306. hit:FindFirstChild("Humanoid").PlatformStand = true
  4307. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4308. --Debounces.Slashed = false
  4309. end
  4310. end
  4311. end
  4312. end)
  4313. for i = 1, 14 do
  4314. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  4315. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.2)
  4316. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.2)
  4317. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.2)
  4318. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.8, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  4319. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
  4320. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  4321. if Debounces.on == false then break end
  4322. rs:wait(3)
  4323. end
  4324. charge()
  4325. z = Instance.new("Sound",char)
  4326. z.SoundId = "rbxassetid://200632875"
  4327. z.Volume = 1
  4328. z.Pitch = .8
  4329. z1 = Instance.new("Sound",char)
  4330. z1.SoundId = "rbxassetid://200632875"
  4331. z1.Volume = 1
  4332. z1.Pitch = .9
  4333. z:Play()
  4334. z1:Play()
  4335. wait(1)
  4336. z:Destroy()
  4337. z1:Destroy()
  4338. chrg:disconnect()
  4339. if Debounces.CanAttack == false then
  4340. Debounces.CanAttack = true
  4341. Debounces.on = false
  4342. Debounces.NoIdl = false
  4343. larm.BrickColor = BrickColor.new("Institutional white")
  4344. rarm.BrickColor = BrickColor.new("Institutional white")
  4345. end
  4346. end
  4347. end
  4348. end)
  4349. ----------------------------------------------------
  4350. pt = {0.7, 0.8, 0.9}
  4351. mouse.KeyDown:connect(function(key)
  4352. if key == "h" then
  4353. if Debounces.CanJoke == true then
  4354. Debounces.CanJoke = false
  4355. u = Instance.new("Sound")
  4356. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4357. u.Parent = char
  4358. u.Looped = false
  4359. u.Pitch = pt[math.random(1,#pt)]
  4360. u.Volume = 1
  4361. u2 = Instance.new("Sound")
  4362. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4363. u2.Parent = char
  4364. u2.Looped = false
  4365. u2.Pitch = u.Pitch
  4366. u2.Volume = 1
  4367. wait(.01)
  4368. u:Play()
  4369. u2:Play()
  4370. wait(6)
  4371. u:Destroy()
  4372. u2:Destroy()
  4373. if Debounces.CanJoke == false then
  4374. Debounces.CanJoke = true
  4375. end
  4376. end
  4377. end
  4378. end)
  4379. ----------------------------------------------------
  4380. mouse.KeyDown:connect(function(key)
  4381. if key == "j" then
  4382. if Debounces.CanJoke == true then
  4383. Debounces.CanJoke = false
  4384. z = Instance.new("Sound",char)
  4385. z.SoundId = "rbxassetid://135017755"
  4386. z.Pitch = .76
  4387. z.Volume = 1
  4388. wait()
  4389. z:Play()
  4390. wait(3)
  4391. z:Destroy()
  4392. if Debounces.CanJoke == false then
  4393. Debounces.CanJoke = true
  4394. end
  4395. end
  4396. end
  4397. end)
  4398. ----------------------------------------------------
  4399. mouse.KeyDown:connect(function(key)
  4400. if key == "k" then
  4401. if Debounces.CanJoke == true then
  4402. Debounces.CanJoke = false
  4403. z = Instance.new("Sound",char)
  4404. z.SoundId = "rbxassetid://135017578"
  4405. z.Pitch = .76
  4406. z.Volume = 1
  4407. wait()
  4408. z:Play()
  4409. wait(2)
  4410. z:Destroy()
  4411. if Debounces.CanJoke == false then
  4412. Debounces.CanJoke = true
  4413. end
  4414. end
  4415. end
  4416. end)
  4417. ----------------------------------------------------
  4418. mouse.KeyDown:connect(function(key)
  4419. if key == "x" then
  4420. if Debounces.CanAttack == true then
  4421. Debounces.CanAttack = false
  4422. Debounces.NoIdl = true
  4423. Debounces.on = true
  4424. Debounces.ks = true
  4425. for i = 1, 10 do
  4426. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  4427. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7,.9,-.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(20)), 0.2)
  4428. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
  4429. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  4430. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  4431. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, .6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.2)
  4432. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4433. if Debounces.on == false then break end
  4434. rs:wait(1)
  4435. end
  4436. z = Instance.new("Sound",hed)
  4437. z.SoundId = "rbxassetid://169445092"
  4438. z.Volume = 1
  4439. wait(0.1)
  4440. z:Play()
  4441. kik = rleg.Touched:connect(function(ht)
  4442. hit = ht.Parent
  4443. if ht and hit:IsA("Model") then
  4444. if hit:FindFirstChild("Humanoid") then
  4445. if hit.Name ~= p.Name then
  4446. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4447. Debounces.Slashed = true]]--
  4448. if Debounces.ks==true then
  4449. z = Instance.new("Sound",hed)
  4450. z.SoundId = "rbxassetid://169380525"
  4451. z.Volume = 1
  4452. z:Play()
  4453. Debounces.ks=false
  4454. end
  4455. hit:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  4456. hit:FindFirstChild("Humanoid").PlatformStand = true
  4457. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4458. --Debounces.Slashed = false
  4459. --end
  4460. end
  4461. end
  4462. elseif ht and hit:IsA("Hat") then
  4463. if hit.Parent.Name ~= p.Name then
  4464. if hit.Parent:FindFirstChild("Humanoid") then
  4465. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4466. Debounces.Slashed = true]]--
  4467. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.huge)
  4468. hit:FindFirstChild("Humanoid").PlatformStand = true
  4469. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4470. --Debounces.Slashed = false
  4471. --end
  4472. end
  4473. end
  4474. end
  4475. end)
  4476. for i = 1, 8 do
  4477. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.3)
  4478. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.3)
  4479. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
  4480. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
  4481. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.3)
  4482. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.3)
  4483. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4484. if Debounces.on == false then break end
  4485. rs:wait(.7)
  4486. end
  4487. kik:disconnect()
  4488. if Debounces.CanAttack == false then
  4489. Debounces.CanAttack = true
  4490. Debounces.on = false
  4491. Debounces.NoIdl = false
  4492. end
  4493. end
  4494. end
  4495. end)
  4496. ----------------------------------------------------
  4497. mouse.KeyDown:connect(function(key)
  4498. if key == "c" then
  4499. if Debounces.CanAttack == true then
  4500. Debounces.CanAttack = false
  4501. Debounces.NoIdl = true
  4502. Debounces.on = true
  4503. SIDZ = {"231917744", "231917742"}
  4504. PTZ = {0.7, 0.8, 0.9, 1}
  4505. for i = 1, 20 do
  4506. wait()
  4507. for i,v in pairs(char.Absolution:children()) do
  4508. if v:IsA("Part") or v:IsA("WedgePart") then
  4509. v.Transparency = v.Transparency + 0.05
  4510. end
  4511. end
  4512. end
  4513. function FindNearestTorso(Position,Distance,SinglePlayer)
  4514. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4515. local List = {}
  4516. for i,v in pairs(workspace:GetChildren())do
  4517. if v:IsA("Model")then
  4518. if v:findFirstChild("Torso")then
  4519. if v ~= char then
  4520. if(v.Torso.Position -Position).magnitude <= Distance then
  4521. table.insert(List,v)
  4522. end
  4523. end
  4524. end
  4525. end
  4526. end
  4527. return List
  4528. end
  4529. GroundPound()
  4530. for i = 1, 11 do
  4531. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4532. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4533. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4534. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4535. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4536. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4537. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4538. if Debounces.on == false then break end
  4539. rs:wait(1.4)
  4540. end
  4541. GroundPound()
  4542. for i = 1, 11 do
  4543. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4544. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4545. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4546. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4547. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4548. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4549. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4550. if Debounces.on == false then break end
  4551. rs:wait(1.4)
  4552. end
  4553. GroundPound()
  4554. for i = 1, 11 do
  4555. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4556. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4557. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4558. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4559. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4560. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4561. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4562. if Debounces.on == false then break end
  4563. rs:wait(1.4)
  4564. end
  4565. GroundPound()
  4566. for i = 1, 11 do
  4567. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4568. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4569. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4570. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4571. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4572. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4573. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4574. if Debounces.on == false then break end
  4575. rs:wait(1.4)
  4576. end
  4577. GroundPound()
  4578. for i = 1, 11 do
  4579. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
  4580. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
  4581. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4582. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4583. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4584. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4585. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4586. if Debounces.on == false then break end
  4587. rs:wait(1.4)
  4588. end
  4589. GroundPound()
  4590. for i = 1, 11 do
  4591. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
  4592. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
  4593. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4594. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4595. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4596. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4597. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  4598. if Debounces.on == false then break end
  4599. rs:wait(1.4)
  4600. end
  4601. for i = 1, 24 do
  4602. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.2)
  4603. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(10)), 0.2)
  4604. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4605. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4606. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4607. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4608. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4609. if Debounces.on == false then break end
  4610. rs:wait(3)
  4611. end
  4612. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  4613. if v:FindFirstChild('Humanoid') then
  4614. v.Humanoid:TakeDamage(math.random(20,60))
  4615. v.Humanoid.PlatformStand = true
  4616. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4617. end
  4618. end
  4619. x = Instance.new("Sound",char)
  4620. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  4621. x.Pitch = PTZ[math.random(1,#PTZ)]
  4622. x.Volume = 1
  4623. wait(0.1)
  4624. x:Play()
  4625. Crater(hed,20)
  4626. for i = 1, 20 do
  4627. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)), 0.6)
  4628. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)), 0.6)
  4629. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  4630. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  4631. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  4632. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
  4633. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4634. if Debounces.on == false then break end
  4635. rs:wait(2)
  4636. end
  4637. if Debounces.CanAttack == false then
  4638. Debounces.CanAttack = true
  4639. Debounces.on = false
  4640. Debounces.NoIdl = false
  4641. for i = 1, 20 do
  4642. wait()
  4643. for i,v in pairs(char.Absolution:children()) do
  4644. if v:IsA("Part") or v:IsA("WedgePart") then
  4645. v.Transparency = v.Transparency - 0.05
  4646. end
  4647. end
  4648. end
  4649. end
  4650. end
  4651. end
  4652. end)
  4653. ----------------------------------------------------176349813
  4654. mouse.KeyDown:connect(function(key)
  4655. if key == "b" then
  4656. hum.WalkSpeed = 0.01
  4657. if Debounces.CanAttack == true then
  4658. Debounces.CanAttack = false
  4659. Debounces.NoIdl = true
  4660. Debounces.on = true
  4661. for i = 1, 30 do
  4662. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
  4663. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
  4664. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4665. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4666. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4667. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4668. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4669. if Debounces.on == false then break end
  4670. rs:wait(6)
  4671. end
  4672. v = Instance.new("Sound")
  4673. v.SoundId = "rbxassetid://181384451"
  4674. v.Parent = char
  4675. v.Looped = false
  4676. v.Pitch = .94
  4677. v.Volume = 1
  4678. wait(.01)
  4679. v:Play()
  4680.  
  4681. if Daytime == true then
  4682. Daytime = false
  4683. l.TimeOfDay = 24
  4684. else
  4685. Daytime = true
  4686. l.TimeOfDay = 12
  4687. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  4688. end
  4689.  
  4690. local Shockwave = function()
  4691. local rng1 = Instance.new("Part", char)
  4692. rng1.Anchored = true
  4693. rng1.BrickColor = BrickColor.new("Institutional white")
  4694. rng1.CanCollide = false
  4695. rng1.FormFactor = 3
  4696. rng1.Name = "Ring"
  4697. rng1.Size = Vector3.new(1, 1, 1)
  4698. rng1.Transparency = 0.35
  4699. rng1.TopSurface = 0
  4700. rng1.BottomSurface = 0
  4701. local rngm1 = Instance.new("SpecialMesh", rng)
  4702. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4703. rngm1.Scale = Vector3.new(10, 10, 1)
  4704. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  4705. local Wave = Instance.new("Part", game.Workspace--[[?]])
  4706. Wave.Name = "Shockwave"
  4707. Wave.BrickColor = BrickColor.new("Institutional white")
  4708. Wave.Size = Vector3.new(1, 1, 1)
  4709. Wave.Shape = "Ball"
  4710. Wave.CanCollide = false
  4711. Wave.Anchored = true
  4712. Wave.TopSurface = 0
  4713. Wave.BottomSurface = 0
  4714. Wave.Touched:connect(function(hit)
  4715. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4716. local Occlude = true
  4717. local NotOccludes = {
  4718. char.Name;
  4719. "Wings";
  4720. "Scythe";
  4721. "Thingy";
  4722. "Thingy2"; -- put all of the names in a table pls
  4723. }
  4724. for i,v in pairs(NotOccludes) do
  4725. if hit.Parent.Name == v then
  4726. Occlude = false
  4727. end
  4728. end
  4729. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  4730. if Occlude then
  4731. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4732. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4733. end
  4734. end
  4735. end)
  4736.  
  4737. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  4738.  
  4739. coroutine.wrap(function()
  4740. for i = 1, 20, 0.2 do
  4741. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4742. rng1.Transparency = i/20
  4743. wait()
  4744. end
  4745. wait()
  4746. rng1:Destroy()
  4747. end)()
  4748.  
  4749. Delay(0, function()
  4750.  
  4751. if Daytime == false then
  4752. for i = 1, 50, 1 do
  4753. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4754. Wave.CFrame = char.Torso.CFrame
  4755. local t = i / 50
  4756. Wave.Transparency = t
  4757. wait()
  4758. end
  4759. else
  4760. for i = 1, 50, 1 do
  4761. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4762. Wave.CFrame = char.Torso.CFrame
  4763. local t = i / 50
  4764. Wave.Transparency = t
  4765. wait()
  4766. end
  4767. end
  4768. Wave:Destroy()
  4769. end)
  4770. Delay(0, function()
  4771. while wait() do
  4772. if Wave ~= nil then
  4773. Wave.CFrame = char.Torso.CFrame
  4774. else
  4775. break
  4776. end
  4777. end
  4778. end)
  4779. end
  4780. Shockwave()
  4781. for i = 1, 30 do
  4782. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.3)
  4783. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
  4784. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
  4785. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
  4786. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  4787. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3.2, .3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4788. if Debounces.on == false then break end
  4789. rs:wait()
  4790. end
  4791. wait(2.4)
  4792. Debounces.NoIdl = false
  4793. hum.WalkSpeed = 5
  4794. Debounces.on = false
  4795. wait()
  4796. if Debounces.CanAttack == false then
  4797. Debounces.CanAttack = true
  4798. v:Destroy()
  4799. end
  4800. end
  4801. end
  4802. end)
  4803. ----------------------------------------------------
  4804. mouse.KeyDown:connect(function(key)
  4805. if key == "l" then
  4806. for i = 1, 20 do
  4807. wait()
  4808. for i,v in pairs(char.Absolution:children()) do
  4809. if v:IsA("Part") or v:IsA("WedgePart") then
  4810. v.Transparency = v.Transparency + 0.05
  4811. end
  4812. end
  4813. end
  4814. if Debounces.CanAttack == true then
  4815. Debounces.CanAttack = false
  4816. Debounces.NoIdl = true
  4817. Debounces.on = true
  4818. bv = Instance.new("BodyVelocity",torso)
  4819. bv.maxForce = Vector3.new(0,200000,0)
  4820. bv.P = 100000
  4821. bv.velocity = Vector3.new(0,500,0)
  4822. wait(2)
  4823. bv:Destroy()
  4824. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  4825. for i = 1, 20 do
  4826. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  4827. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  4828. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
  4829. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
  4830. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4831. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  4832. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4833. if Debounces.on == false then break end
  4834. wait()
  4835. end
  4836. for i = 1, 360, 20 do wait()
  4837. torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
  4838. end
  4839. end
  4840. torso.Weld.C1 = CFrame.new(0,-1.2,0)
  4841. local ry,ht,ps=nil,nil,nil
  4842. while ht==nil do
  4843. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  4844. wait()
  4845. end
  4846. z = Instance.new("Sound",char)
  4847. z.SoundId = "rbxassetid://245537790"
  4848. z.Pitch = 1
  4849. z.Volume = 1
  4850. wait(0.1)
  4851. z:Play()
  4852. local sp = Instance.new("Part", char)
  4853. sp.Name = "Energy"
  4854. sp.BrickColor = BrickColor.new("Institutional white")
  4855. sp.Size = Vector3.new(1, 1, 1)
  4856. sp.Shape = "Ball"
  4857. sp.CanCollide = false
  4858. sp.Anchored = true
  4859. sp.TopSurface = 0
  4860. sp.BottomSurface = 0
  4861. local spm = Instance.new("SpecialMesh",sp)
  4862. spm.MeshId = "rbxassetid://9982590"
  4863. spm.Scale = Vector3.new(3,3,3)
  4864. local sp2 = Instance.new("Part", char)
  4865. sp2.Name = "Energy2"
  4866. sp2.BrickColor = BrickColor.new("Institutional white")
  4867. sp2.Size = Vector3.new(1, 1, 1)
  4868. sp2.Shape = "Ball"
  4869. sp2.CanCollide = false
  4870. sp2.Anchored = true
  4871. sp2.TopSurface = 0
  4872. sp2.BottomSurface = 0
  4873. local spm2 = Instance.new("SpecialMesh",sp2)
  4874. spm2.MeshId = "rbxassetid://9982590"
  4875. spm2.Scale = Vector3.new(3,3,3)
  4876. sp.Touched:connect(function(hit)
  4877. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4878. local Occlude = true
  4879. local NotOccludes = {
  4880. char.Name;
  4881. "Wings";
  4882. "Scythe";
  4883. "Thingy";
  4884. "Thingy2"; -- put all of the names in a table pls
  4885. }
  4886. for i,v in pairs(NotOccludes) do
  4887. if hit.Parent.Name == v then
  4888. Occlude = false
  4889. end
  4890. end
  4891. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  4892. if Occlude then
  4893. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - math.huge
  4894. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4895. end
  4896. end
  4897. end)
  4898. sp2.Touched:connect(function(hit)
  4899. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4900. local Occlude = true
  4901. local NotOccludes = {
  4902. char.Name;
  4903. "Wings";
  4904. "Scythe";
  4905. "Thingy";
  4906. "Thingy2"; -- put all of the names in a table pls
  4907. }
  4908. for i,v in pairs(NotOccludes) do
  4909. if hit.Parent.Name == v then
  4910. Occlude = false
  4911. end
  4912. end
  4913. --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
  4914. if Occlude then
  4915. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4916. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4917. end
  4918. end
  4919. end)
  4920. for i = 1, 100, 1 do
  4921. sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4922. sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4923. sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
  4924. sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  4925. spm.Scale = sp.Size
  4926. spm2.Scale = sp2.Size
  4927. local t = i / 100
  4928. sp.Transparency = t
  4929. sp2.Transparency = t
  4930. wait()
  4931. end
  4932. sp:Destroy()
  4933. sp2:Destroy()
  4934. z:Destroy()
  4935. for i = 1, 20 do
  4936. wait()
  4937. for i,v in pairs(char.Absolution:children()) do
  4938. if v:IsA("Part") or v:IsA("WedgePart") then
  4939. v.Transparency = v.Transparency - 0.05
  4940. end
  4941. end
  4942. end
  4943. if Debounces.CanAttack == false then
  4944. Debounces.CanAttack = true
  4945. Debounces.NoIdl = false
  4946. Debounces.on = false
  4947. end
  4948. end
  4949. end
  4950. end)
  4951. ----------------------------------------------------
  4952. local orbt={}
  4953. local stlt={}
  4954. local chot={}
  4955. local cfxt={}
  4956. local pfxt={}
  4957. local cns=0
  4958. local cnOrb=nil
  4959. mouse.KeyDown:connect(function(key)
  4960. if key == "u" then
  4961. if Debounces.CanAttack == true then
  4962. Debounces.CanAttack = false
  4963. Debounces.NoIdl = true
  4964. Debounces.on = true
  4965. orbt={}
  4966. stlt={}
  4967. chot={}
  4968. cfxt={}
  4969. for i = 1, 20 do
  4970. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(30)), 0.2)
  4971. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(170),math.rad(-20),math.rad(-30)), 0.2)
  4972. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  4973. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  4974. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(20), math.rad(-10)), 0.2)
  4975. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, -0.4) * CFrame.Angles(math.rad(20), math.rad(-10), math.rad(10)), 0.2)
  4976. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  4977. if Debounces.on == false then end
  4978. rs:wait()
  4979. end
  4980. z = Instance.new("Sound",char)
  4981. z.SoundId = "rbxassetid://170053944"
  4982. z.Pitch = 1.07
  4983. z.Volume = 1
  4984. wait(0.1)
  4985. z:Play()
  4986. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Institutional white")
  4987. debris:AddItem(cnOrb,50)
  4988. cnOrb.Mesh.MeshType=3
  4989. table.insert(orbt,cnOrb)
  4990. table.insert(stlt,cnOrb)
  4991. local nt=0
  4992. for i=0,5,0.02 do
  4993. nt=nt+1
  4994. cns=i
  4995. if nt>=2 then
  4996. nt=0
  4997. local cho=nwPrt(mod3,Vector3.new(2,2,2),cnOrb.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"Really black")
  4998. debris:AddItem(cho,1)
  4999. cho.Mesh.MeshType=3
  5000. table.insert(chot,cho)
  5001. end
  5002. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  5003. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  5004. wait()
  5005. end
  5006. for i = 1, 14 do
  5007. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
  5008. if Debounces.on == false then end
  5009. rs:wait()
  5010. end
  5011. coroutine.wrap(function()
  5012. for i = 1, 20 do
  5013. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.45)
  5014. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.8,-.3)*CFrame.Angles(math.rad(70),math.rad(20),math.rad(50)), 0.6)
  5015. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  5016. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  5017. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, -0.4) * CFrame.Angles(math.rad(60), math.rad(20), math.rad(-10)), 0.5)
  5018. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0.4) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.5)
  5019. if Debounces.on == false then end
  5020. rs:wait()
  5021. end
  5022. end)()
  5023. wait(0.1)
  5024. stlt={}
  5025. local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
  5026. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  5027. local nt=0
  5028. for i=0,160,3 do
  5029. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  5030. nt=nt+1
  5031. if nt>=6 then
  5032. nt=0
  5033. local cfx=nwPrt(mod3,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Really black")
  5034. cfx.Mesh.MeshId="rbxassetid://20329976"
  5035. cfx.Transparency=0.4
  5036. table.insert(cfxt,cfx)
  5037. debris:AddItem(cfx,1)
  5038. end
  5039. if (cnOrb.Position-ps).magnitude<6 then
  5040. break
  5041. end
  5042. wait()
  5043. end
  5044. orbt={}
  5045.  
  5046. for i=0,1,0.1 do
  5047. local cs=cnOrb.Mesh.Scale
  5048. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  5049. wait()
  5050. end
  5051. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"New yeller")
  5052. ofx.Transparency=0.5
  5053. ofx.Mesh.MeshType=3
  5054. ofx.Mesh.Scale=Vector3.new(30,30,30)
  5055. for _,v in pairs(game:service"Players":GetChildren()) do
  5056. pcall(function()
  5057. for _,c in pairs(v.Character:GetChildren()) do
  5058. if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<60 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>15 then
  5059. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  5060. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  5061. end
  5062. end
  5063. end)
  5064. end
  5065. for i=0,1,0.05 do
  5066. local cs=cnOrb.Mesh.Scale
  5067. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  5068. local ofs=ofx.Mesh.Scale
  5069. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  5070. ofx.Transparency=Tween(ofx.Transparency,1,i)
  5071. wait()
  5072. end
  5073. ofx:Destroy()
  5074. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  5075. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Institutional white")
  5076. cnfx.Mesh.MeshType=3
  5077. cnOrb.Transparency=0.05
  5078. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Institutional white")
  5079. cnr.Mesh.MeshType=3
  5080. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Institutional white")
  5081. rn1.Transparency=1
  5082. rn1.Mesh.MeshId="rbxassetid://3270017"
  5083. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Institutional white")
  5084. rn2.Transparency=1
  5085. rn2.Mesh.MeshId="rbxassetid://3270017"
  5086. local nt=0
  5087. local cs=nil
  5088. for i=0,1,0.05 do
  5089. cs=cnOrb.Mesh.Scale
  5090. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5091. local fs=cnfx.Mesh.Scale
  5092. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  5093. cnfx.Transparency=cnfx.Transparency+0.05
  5094. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5095. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5096. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5097. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5098. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  5099. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  5100. local rs=cnr.Mesh.Scale
  5101. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  5102. nt=nt+1
  5103. if nt>=6 then
  5104. local pls={}
  5105. for _,v in pairs(game.Players:GetChildren()) do
  5106. table.insert(pls,v)
  5107. end
  5108. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5109. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"New yeller")
  5110. pffx.Mesh.MeshId="rbxassetid://20329976"
  5111. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  5112. debris:AddItem(pffx,2)
  5113. table.insert(pfxt,pffx)
  5114. nt=0
  5115. end
  5116. wait()
  5117. end
  5118. local int=0
  5119. coroutine.wrap(function()
  5120. for i=1,500 do
  5121. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5122. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5123. nt=nt+1
  5124. int=int+1
  5125. local htd={p}
  5126. for _,v in pairs(game:service"Players":GetChildren()) do
  5127. pcall(function()
  5128. for _,c in pairs(v.Character:GetChildren()) do
  5129. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5130. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  5131. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  5132. table.insert(htd,v)
  5133. end
  5134. end
  5135. end)
  5136. end
  5137. htd={p}
  5138. if int>=6 then
  5139. for _,v in pairs(game:service"Players":GetChildren()) do
  5140. pcall(function()
  5141. for _,c in pairs(v.Character:GetChildren()) do
  5142. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5143. table.insert(htd,v)
  5144. local hfx=nwPrt(mod3,Vector3.new(1,1,1),c.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),"New yeller")
  5145. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5146. hfx.Mesh.MeshType=3
  5147. debris:AddItem(hfx,2)
  5148. coroutine.wrap(function()
  5149. pcall(function()
  5150. for i=0,1,0.05 do
  5151. pcall(function()
  5152. local hs=hfx.Mesh.Scale
  5153. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5154. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5155. end)
  5156. wait()
  5157. end
  5158. hfx:Destroy()
  5159. end)
  5160. end)()
  5161. end
  5162. end
  5163. end)
  5164. end
  5165. int=0
  5166. end
  5167. if nt>=4 then
  5168. local pls={}
  5169. for _,v in pairs(game.Players:GetChildren()) do
  5170. table.insert(pls,v)
  5171. end
  5172. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5173. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"New yeller")
  5174. pffx.Transparency=0.4
  5175. pffx.Mesh.MeshId="rbxassetid://20329976"
  5176. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5177. debris:AddItem(pffx,2)
  5178. table.insert(pfxt,pffx)
  5179. nt=0
  5180. end
  5181. wait()
  5182. end
  5183. cnOrb:Destroy()
  5184. cnfx:Destroy()
  5185. for _,v in pairs(mod3:GetChildren()) do
  5186. v:Destroy()
  5187. end
  5188. orbt={}
  5189. stlt={}
  5190. chot={}
  5191. cfxt={}
  5192. pfxt={}
  5193. end)()
  5194. if Debounces.CanAttack == false then
  5195. Debounces.CanAttack = true
  5196. Debounces.NoIdl = false
  5197. Debounces.on = false
  5198. end
  5199. end
  5200. end
  5201. end)
  5202. ----------------------------------------------------
  5203. mouse.KeyDown:connect(function(key)
  5204. if key == "m" then
  5205. if Debounces.CanAttack == true then
  5206. Debounces.CanAttack = false
  5207. Debounces.on = true
  5208. Debounces.NoIdl = true
  5209. --[[x = Instance.new("Sound",char)
  5210. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  5211. x.Looped = false
  5212. x.Pitch = 1.1
  5213. x.Volume = 1
  5214. x:Play()
  5215. x2 = Instance.new("Sound",char)
  5216. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  5217. x2.Looped = false
  5218. x2.Pitch = .7
  5219. x2.Volume = 1
  5220. wait(.1)
  5221. x:Play()
  5222. x2:Play()
  5223. for i = 1, 20 do
  5224. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,0.6,-.2) *CFrame.Angles (math.rad (45),math.rad(0),math.rad(32)), 0.2)
  5225. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1,0)*CFrame.Angles(math.rad (0),math.rad(0),math.rad(-20)), 0.2)
  5226. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad (- 8),math.rad(-40), math.rad(-8)),0.2)
  5227. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3.2, 0) * CFrame.Angles (math.rad (-50), math.rad(40), math.rad(0)), 0.2)
  5228. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -1.6) * CFrame.Angles (math.rad (30), 0, math.rad(20)), 0.2)
  5229. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.6, -2, 0) * CFrame.Angles (math.rad(- 10), math.rad(-40), math.rad(0)), 0.2)
  5230. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.4)
  5231. if Debounces.on == false then break end
  5232. wait()
  5233. x:Destroy()
  5234. x2:Destroy()
  5235. end
  5236. wait(1)]]--
  5237. local rng = Instance.new("Part", char)
  5238. rng.Anchored = true
  5239. rng.BrickColor = BrickColor.new("Institutional white")
  5240. rng.CanCollide = false
  5241. rng.FormFactor = 3
  5242. rng.Name = "Ring"
  5243. rng.Size = Vector3.new(1, 1, 1)
  5244. rng.Transparency = 0.35
  5245. rng.TopSurface = 0
  5246. rng.BottomSurface = 0
  5247. rng.Position = torso.Position - Vector3.new(0,5,0)
  5248. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5249. local rngm = Instance.new("SpecialMesh", rng)
  5250. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5251. rngm.Scale = Vector3.new(1, 1, 2)
  5252. x = Instance.new("Sound",char)
  5253. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  5254. x.Looped = false
  5255. x.Pitch = .7
  5256. x.Volume = 1
  5257. x:Play()
  5258. coroutine.wrap(function()
  5259. for i = 1, 60, 2 do
  5260. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  5261. rng.Transparency = i/60
  5262. wait()
  5263. end
  5264. wait()
  5265. rng:Destroy()
  5266. end)()
  5267. hum.WalkSpeed = 110
  5268. BV = Instance.new("BodyVelocity", torso)
  5269. BV.maxForce = Vector3.new(0,200000,0)
  5270. BV.P = 240000
  5271. BV.velocity = Vector3.new(0,700,0)
  5272. for i = 1, 20 do
  5273. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.7)
  5274. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.7)
  5275. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5276. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(20)), 0.7)
  5277. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5278. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5279. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5280. if Debounces.on == false then break end
  5281. wait()
  5282. end
  5283. x:Destroy()
  5284. BV:Destroy()
  5285. --[[for i = 1, 30 do
  5286. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5287. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad (0), math.rad(0)), 0.3)
  5288. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.3)
  5289. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.3)
  5290. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  5291. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  5292. if Debounces.on == false then break end
  5293. wait()
  5294. end]]--
  5295. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5296. for i = 1, 30 do
  5297. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
  5298. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
  5299. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-120)), 0.3)
  5300. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)), 0.3)
  5301. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
  5302. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  5303. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5304. if Debounces.on == false then break end
  5305. wait()
  5306. end
  5307. end
  5308. Debounces.on = false
  5309. Debounces.NoIdl = false
  5310. local ry,ht,ps=nil,nil,nil
  5311. while ht==nil do
  5312. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5313. wait()
  5314. end
  5315. z = Instance.new("Sound",char)
  5316. z.SoundId = "rbxassetid://142070127"
  5317. z.Volume = 1
  5318. wait(.1)
  5319. z:Play()
  5320. Landing()
  5321. hum.WalkSpeed = 8
  5322. if Debounces.CanAttack == false then
  5323. Debounces.CanAttack = true
  5324. end
  5325. end
  5326. end
  5327. end)
  5328. ----------------------------------------------------
  5329. Grab = false
  5330. mouse.KeyDown:connect(function(key)
  5331. if key == "z" then
  5332. Debounces.on = true
  5333. Debounces.NoIdl = true
  5334. if Grab == false then
  5335. gp = nil
  5336. con1=larm.Touched:connect(function(hit) -- this is grab
  5337. ht = hit.Parent
  5338. hum1=ht:FindFirstChild('Humanoid')
  5339. if hum1 ~= nil then
  5340. hum1.PlatformStand=true
  5341. gp = ht
  5342. Grab = true
  5343. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  5344. asd.Parent = larm
  5345. asd.Name = "asd"
  5346. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  5347. con1:disconnect()
  5348. elseif hum1 ~= nil then
  5349. con1:disconnect()
  5350. wait() return
  5351. end
  5352. end)
  5353. for i = 1, 18 do
  5354. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(36)), 0.2)
  5355. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65,.9,-.5)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
  5356. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5357. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  5358. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  5359. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
  5360. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
  5361. if Debounces.on == false then break end
  5362. wait()
  5363. end
  5364. con1:disconnect()
  5365. Debounces.on = false
  5366. Debounces.NoIdl = false
  5367. elseif Grab == true then
  5368. Grab = false
  5369. for i = 1, 20 do
  5370. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.2)
  5371. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-20)), 0.1)
  5372. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5373. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5374. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5375. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5376. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5377. if Debounces.on == false then end
  5378. wait()
  5379. end
  5380. if gp ~= nil then
  5381. for i,v in pairs(larm:GetChildren()) do
  5382. if v.Name == "asd" and v:IsA("Weld") then
  5383. v:Remove()
  5384. end
  5385. end
  5386. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  5387. bv.maxForce = Vector3.new(400000, 400000, 400000)
  5388. bv.P = 125000
  5389. bv.velocity = char.Head.CFrame.lookVector * 200
  5390. for i = 1, 12 do
  5391. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.75)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(20)), 0.5)
  5392. if Debounces.on == false then end
  5393. wait()
  5394. end--
  5395. ht=nil
  5396. Spawn(function()
  5397. wait(0.5)
  5398. bv:Destroy()
  5399. end)
  5400. Debounces.on = false
  5401. Debounces.NoIdl = false
  5402. elseif ht == nil then wait()
  5403. Grab = false
  5404. Debounces.on = false
  5405. Debounces.NoIdl = false
  5406. end
  5407. end
  5408. end
  5409. end)
  5410. ----------------------------------------------------
  5411. mouse.KeyDown:connect(function(key)
  5412. if string.byte(key) == 52 then
  5413. char.Humanoid.WalkSpeed = 70
  5414. end
  5415. end)
  5416. mouse.KeyUp:connect(function(key)
  5417. if string.byte(key) == 52 then
  5418. char.Humanoid.WalkSpeed = 70
  5419. end
  5420. end)
  5421. ----------------------------------------------------
  5422. Change = false
  5423. mouse.KeyDown:connect(function(key)
  5424. if key == "n" then
  5425. if Change == false then
  5426. Change = true
  5427. stanceToggle = "Normal2"
  5428. elseif Change == true then
  5429. Change = false
  5430. stanceToggle = "Normal"
  5431. end
  5432. end
  5433. end)
  5434. ----------------------------------------------------
  5435. local animpose = "Idle"
  5436. local lastanimpose = "Idle"
  5437. local sine = 0
  5438. local change = 1
  5439. local val = 0
  5440. local ffing = false
  5441. local och = 0
  5442. ----------------------------------------------------
  5443. game:GetService("RunService").RenderStepped:connect(function()
  5444. --[[if char.Humanoid.Jump == true then
  5445. jump = true
  5446. else
  5447. jump = false
  5448. end]]
  5449. char.Humanoid.FreeFalling:connect(function(f)
  5450. if f then
  5451. ffing = true
  5452. else
  5453. ffing = false
  5454. end
  5455. end)
  5456. sine = sine + change
  5457. if jumpn == true then
  5458. animpose = "Jumping"
  5459. elseif ffing == true then
  5460. animpose = "Freefalling"
  5461. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5462. animpose = "Idle"
  5463. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5464. animpose = "Walking"
  5465. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5466. animpose = "Running"
  5467. end
  5468. if animpose ~= lastanimpose then
  5469. sine = 0
  5470. if Debounces.NoIdl == false then
  5471. if animpose == "Idle" then
  5472. for i = 1, 2 do
  5473. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
  5474. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  5475. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5476. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5477. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5478. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5479. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5480. end
  5481. elseif animpose == "Walking" then
  5482. for i = 1, 2 do
  5483. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
  5484. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  5485. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
  5486. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  5487. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5488. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5489. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5490. end
  5491. elseif animpose == "Running" then
  5492. for i = 1, 2 do
  5493. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
  5494. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
  5495. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  5496. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  5497. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  5498. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  5499. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5500. end
  5501. rs:wait(2)
  5502. end
  5503. else
  5504. end
  5505. end
  5506. lastanimpose = animpose
  5507. if Debounces.NoIdl == false then
  5508. if animpose == "Idle" then
  5509. if stanceToggle == "Normal" then
  5510. change = 0.5
  5511. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
  5512. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  5513. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  5514. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  5515. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  5516. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  5517. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5518. elseif stanceToggle == "Sitting" then
  5519. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
  5520. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(math.rad(-36+1*math.cos(sine/14)), math.rad(0), math.rad(-30)), 0.2)
  5521. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
  5522. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.8, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
  5523. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
  5524. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
  5525. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5526. elseif stanceToggle == "Normal2" then
  5527. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(30+2*math.cos(sine/14)),math.rad(40),math.rad(40)), 0.2)
  5528. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-20),math.rad(30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  5529. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(-40),0), 0.2)
  5530. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5531. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(-20), math.rad(-14)), 0.2)
  5532. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(10), math.rad(-30), math.rad(18)), 0.2)
  5533. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5534. end
  5535. elseif animpose == "Walking" then
  5536. if stanceToggle == "Normal" then
  5537. change = 1
  5538. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(90+2*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
  5539. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
  5540. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0-8*math.cos(sine/14)), math.rad(0)),0.2)
  5541. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), math.rad(0+8*math.cos(sine/14)), math.rad(0)), 0.2)
  5542. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + -math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  5543. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
  5544. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  5545. elseif stanceToggle == "Normal2" then
  5546. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), math.sin(sine/14)/2)*CFrame.Angles(-math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(20)), 0.2)
  5547. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(-20)), 0.2)
  5548. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
  5549. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
  5550. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
  5551. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
  5552. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5553. end
  5554. elseif animpose == "Running" then
  5555. change = 1
  5556. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
  5557. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
  5558. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
  5559. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
  5560. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
  5561. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
  5562. cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
  5563. end
  5564. end
  5565. och=och+1
  5566. for _,v in pairs(orbt) do
  5567. pcall(function()
  5568. v.Mesh.Scale=Vector3.new(cns+(0.2*math.cos(och/12)),cns+(0.2*math.cos(och/10)),cns+(0.2*math.cos(och/8)))
  5569. end)
  5570. end
  5571. for _,v in pairs(stlt) do
  5572. pcall(function()
  5573. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  5574. end)
  5575. end
  5576. for _,v in pairs(chot) do
  5577. pcall(function()
  5578. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  5579. v.Mesh.Scale=Vector3.new(Tween(v.Mesh.Scale.X,0,0.1),Tween(v.Mesh.Scale.Y,0,0.1),Tween(v.Mesh.Scale.Z,0,0.1))
  5580. end)
  5581. end
  5582. for _,v in pairs(cfxt) do
  5583. pcall(function()
  5584. local vs=v.Mesh.Scale
  5585. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  5586. v.Transparency=v.Transparency+0.05
  5587. end)
  5588. end
  5589. for _,v in pairs(pfxt) do
  5590. pcall(function()
  5591. local vs=v.Mesh.Scale
  5592. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  5593. v.Transparency=v.Transparency+0.025
  5594. end)
  5595. end
  5596. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement