Advertisement
rcubed1003

Blue lord fe ver

Sep 19th, 2019
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 289.08 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147. --[[User: TheDarkRevenant
  148. Script: Absalom (Armored).lua
  149. Pass: cUpnjTnT]]
  150.  
  151. local p = game.Players.LocalPlayer
  152. local char = p.Character
  153. local mouse = p:GetMouse()
  154. local larm = char["Left Arm"]
  155. local rarm = char["Right Arm"]
  156. local lleg = char["Left Leg"]
  157. local rleg = char["Right Leg"]
  158. local hed = char.Head
  159. local torso = char.Torso
  160. local hum = char.Humanoid
  161. local cam = game.Workspace.CurrentCamera
  162. local root = char.HumanoidRootPart
  163. local deb = false
  164. local shot = 0
  165. local l = game:GetService("Lighting")
  166. local rs = game:GetService("RunService").RenderStepped
  167. local debris=game:service"Debris"
  168. local stanceToggle = "Normal"
  169. math.randomseed(os.time())
  170. hum.WalkSpeed = 7
  171. char.Health:Destroy()
  172. hum.MaxHealth = 50000
  173. wait(0.1)
  174. hum.Health = 50000
  175. ----------------------------------------------------
  176. ypcall(function()
  177. char.Shirt:Destroy()
  178. char.Pants:Destroy()
  179. shirt = Instance.new("Shirt", char)
  180. shirt.Name = "Shirt"
  181. pants = Instance.new("Pants", char)
  182. pants.Name = "Pants"
  183. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
  184. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
  185. end)
  186. ----------------------------------------------------
  187. Debounces = {
  188. on = false;
  189. ks = false;
  190. CanAttack = true;
  191. CanJoke = true;
  192. NoIdl = false;
  193. Slashing = false;
  194. Slashed = false;
  195. Grabbing = false;
  196. Grabbed = false;
  197. }
  198. local Touche = {char.Name, }
  199. ----------------------------------------------------
  200. function lerp(a, b, t) -- Linear interpolation
  201. return a + (b - a)*t
  202. end
  203.  
  204. function slerp(a, b, t) --Spherical interpolation
  205. dot = a:Dot(b)
  206. if dot > 0.99999 or dot < -0.99999 then
  207. return t <= 0.5 and a or b
  208. else
  209. r = math.acos(dot)
  210. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  211. end
  212. end
  213.  
  214. function matrixInterpolate(a, b, t)
  215. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  216. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  217. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  218. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  219. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  220. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  221. local t = v1:Dot(v2)
  222. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  223. return CFrame.new()
  224. end
  225. return CFrame.new(
  226. v0.x, v0.y, v0.z,
  227. v1.x, v1.y, v1.z,
  228. v2.x, v2.y, v2.z,
  229. v3.x, v3.y, v3.z)
  230. end
  231. ----------------------------------------------------
  232. function genWeld(a,b)
  233. local w = Instance.new("Weld",a)
  234. w.Part0 = a
  235. w.Part1 = b
  236. return w
  237. end
  238. function weld(a, b)
  239. local weld = Instance.new("Weld")
  240. weld.Name = "W"
  241. weld.Part0 = a
  242. weld.Part1 = b
  243. weld.C0 = a.CFrame:inverse() * b.CFrame
  244. weld.Parent = a
  245. return weld;
  246. end
  247. ----------------------------------------------------
  248. function Lerp(c1,c2,al)
  249. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  250. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  251. for i,v in pairs(com1) do
  252. com1[i] = v+(com2[i]-v)*al
  253. end
  254. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  255. end
  256. ----------------------------------------------------
  257. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  258. local wld = Instance.new("Weld", wp1)
  259. wld.Part0 = wp0
  260. wld.Part1 = wp1
  261. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  262. end
  263. ----------------------------------------------------
  264. function Tween(a,b,c)
  265. return a+(b-a)*c
  266. end
  267. ----------------------------------------------------
  268. function nwPrt(prnt,siz,cf,col)
  269. local prt=Instance.new("Part")
  270. prt.Parent=prnt
  271. prt.FormFactor=3
  272. prt.Name="Part"
  273. prt.Size=siz
  274. prt.CanCollide=false
  275. prt.Anchored=true
  276. prt.Locked=true
  277. prt.TopSurface=10
  278. prt.BottomSurface=10
  279. prt.FrontSurface=10
  280. prt.BackSurface=10
  281. prt.LeftSurface=10
  282. prt.RightSurface=10
  283. prt:BreakJoints()
  284. prt.CFrame=cf or CFrame.new(30,10,30)
  285. prt.Material="Neon"
  286. prt.BrickColor=BrickColor.new(col)
  287. m=Instance.new("SpecialMesh",prt)
  288. m.MeshType=6
  289. return prt
  290. end
  291. ----------------------------------------------------
  292. function nwSnd(prnt,pch,vol,id)
  293. local s=Instance.new("Sound",prnt)
  294. s.Pitch=pch
  295. s.Volume=vol
  296. s.SoundId="rbxassetid://"..id
  297. s.PlayOnRemove=true
  298. return s
  299. end
  300. ----------------------------------------------------
  301. function newRay(start,face,range,wat)
  302. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  303. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  304. return rey,hit,pos
  305. end
  306. ----------------------------------------------------
  307. for i,v in pairs(char:children()) do
  308. if v:IsA("Hat") then
  309. v:Destroy()
  310. end
  311. end
  312. for i,v in pairs(hed:children()) do
  313. if v:IsA("Sound") then
  314. v:Destroy()
  315. end
  316. end
  317. ----------------------------------------------------
  318. function HasntTouched(plrname)
  319. local ret = true
  320. for _, v in pairs(Touche) do
  321. if v == plrname then
  322. ret = false
  323. end
  324. end
  325. return ret
  326. end
  327. ----------------------------------------------------
  328. larm.Size = larm.Size * 2
  329. rarm.Size = rarm.Size * 2
  330. lleg.Size = lleg.Size * 2
  331. rleg.Size = rleg.Size * 2
  332. torso.Size = torso.Size * 2
  333. hed.Size = hed.Size * 2
  334. root.Size = root.Size * 2
  335. ----------------------------------------------------
  336. newWeld(torso, larm, -1.5, 0.5, 0)
  337. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  338. newWeld(torso, rarm, 1.5, 0.5, 0)
  339. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  340. newWeld(torso, hed, 0, 1.5, 0)
  341. newWeld(torso, lleg, -0.5, -1, 0)
  342. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  343. newWeld(torso, rleg, 0.5, -1, 0)
  344. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  345. newWeld(root, torso, 0, -1, 0)
  346. torso.Weld.C1 = CFrame.new(0, -1, 0)
  347. ----------------------------------------------------
  348. hed.face.Texture = "rbxassetid://272299908"
  349. z=Instance.new('Decal',hed)
  350. z.Face = 'Front'
  351. z.Texture='rbxassetid://99174105'
  352. z1=Instance.new('Decal',hed)
  353. z1.Face = 'Right'
  354. hed.BrickColor = BrickColor.new("Really black")
  355. lite = Instance.new("PointLight", torso)
  356. lite.Brightness = 14
  357. lite.Range = 10
  358. lite.Color = Color3.new(1, 0, 0)
  359. --[[local hed2 = hed:Clone()
  360. hed2.CanCollide = false
  361. hed2.Parent = char
  362. hed2:ClearAllChildren()
  363. hed2.Transparency = 1
  364. hed2.Name = "DARP"
  365. local w = Instance.new("Weld",hed2)
  366. w.Part0 = hed
  367. w.Part1 = hed2
  368. w.C0 = CFrame.new(0,0,-0.175)
  369. z=Instance.new("SurfaceGui",hed2)
  370. z.Enabled = true
  371. z.Face = "Front"
  372. z.Adornee = hed2
  373. z.CanvasSize = Vector2.new(100,100)
  374. local face = Instance.new("ImageLabel",z)
  375. face.Size = UDim2.new(1,-30,1,0)
  376. face.Position = UDim2.new(0,15,0,0)
  377. face.BackgroundTransparency = 1
  378. face.Image='rbxassetid://46282671']]--
  379. ----------------------------------------------------
  380. z = Instance.new("Sound", char)
  381. z.SoundId = "rbxassetid://303570180"--242463565
  382. z.Looped = true
  383. z.Pitch = .6
  384. z.Volume = 1
  385. wait(.01)
  386. z:Play()
  387. ----------------------------------------------------
  388. local l = game.Lighting
  389. local sky = Instance.new("Sky",l)
  390. sky.CelestialBodiesShown = false
  391. sky.SkyboxBk = "http://www.roblox.com/asset/?id=156925041"
  392. sky.SkyboxDn = "http://www.roblox.com/asset/?id=156925047"
  393. sky.SkyboxFt = "http://www.roblox.com/asset/?id=156925045"
  394. sky.SkyboxLf = "http://www.roblox.com/asset/?id=156925043"
  395. sky.SkyboxRt = "http://www.roblox.com/asset/?id=156925038"
  396. sky.SkyboxUp = "http://www.roblox.com/asset/?id=156925055"
  397. sky.StarCount = 0
  398. sky.Name = "GreenSpace"
  399. ----------------------------------------------------
  400. local m = Instance.new("Model")
  401. m.Name = "Absolution"
  402. p1 = Instance.new("Part", m)
  403. p1.BrickColor = BrickColor.new("Bright blue")
  404. p1.Material = "Neon"
  405. p1.FormFactor = Enum.FormFactor.Custom
  406. p1.Size = Vector3.new(1, 0.600000024, 1.5)
  407. 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)
  408. p1.CanCollide = false
  409. p1.Locked = true
  410. p1.Elasticity = 0
  411. p1.BottomSurface = Enum.SurfaceType.Smooth
  412. p1.TopSurface = Enum.SurfaceType.Smooth
  413. b1 = Instance.new("SpecialMesh", p1)
  414. b1.MeshType = Enum.MeshType.Wedge
  415. b1.Name = "Mesh"
  416. b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  417. p2 = Instance.new("Part", m)
  418. p2.BrickColor = BrickColor.new("Really black")
  419. p2.FormFactor = Enum.FormFactor.Custom
  420. p2.Size = Vector3.new(1, 2.9000001, 1)
  421. 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)
  422. p2.CanCollide = false
  423. p2.Locked = true
  424. p2.Elasticity = 0
  425. p2.BottomSurface = Enum.SurfaceType.Smooth
  426. p2.TopSurface = Enum.SurfaceType.Smooth
  427. b2 = Instance.new("BlockMesh", p2)
  428. b2.Name = "Mesh"
  429. b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  430. p3 = Instance.new("Part", m)
  431. p3.BrickColor = BrickColor.new("Bright blue")
  432. p3.Material = "Neon"
  433. p3.FormFactor = Enum.FormFactor.Custom
  434. p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
  435. 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)
  436. p3.CanCollide = false
  437. p3.Locked = true
  438. p3.Elasticity = 0
  439. p3.BottomSurface = Enum.SurfaceType.Smooth
  440. p3.TopSurface = Enum.SurfaceType.Smooth
  441. b3 = Instance.new("SpecialMesh", p3)
  442. b3.MeshType = Enum.MeshType.Wedge
  443. b3.Name = "Mesh"
  444. b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  445. p4 = Instance.new("Part", m)
  446. p4.BrickColor = BrickColor.new("Bright blue")
  447. p4.Material = "Neon"
  448. p4.FormFactor = Enum.FormFactor.Custom
  449. p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
  450. 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)
  451. p4.CanCollide = false
  452. p4.Locked = true
  453. p4.Elasticity = 0
  454. p4.BottomSurface = Enum.SurfaceType.Smooth
  455. p4.TopSurface = Enum.SurfaceType.Smooth
  456. b4 = Instance.new("SpecialMesh", p4)
  457. b4.MeshType = Enum.MeshType.Wedge
  458. b4.Name = "Mesh"
  459. b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  460. p5 = Instance.new("Part", m)
  461. p5.BrickColor = BrickColor.new("Bright blue")
  462. p5.Material = "Neon"
  463. p5.FormFactor = Enum.FormFactor.Custom
  464. p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
  465. 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)
  466. p5.CanCollide = false
  467. p5.Locked = true
  468. p5.Elasticity = 0
  469. p5.BottomSurface = Enum.SurfaceType.Smooth
  470. p5.TopSurface = Enum.SurfaceType.Smooth
  471. b5 = Instance.new("SpecialMesh", p5)
  472. b5.MeshType = Enum.MeshType.Wedge
  473. b5.Name = "Mesh"
  474. b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
  475. p6 = Instance.new("Part", m)
  476. p6.Name = "Handle"
  477. p6.BrickColor = BrickColor.new("Really black")
  478. p6.FormFactor = Enum.FormFactor.Custom
  479. p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
  480. 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)
  481. p6.CanCollide = false
  482. p6.Locked = true
  483. p6.Elasticity = 0
  484. p6.BottomSurface = Enum.SurfaceType.Smooth
  485. p6.TopSurface = Enum.SurfaceType.Smooth
  486. b6 = Instance.new("BlockMesh", p6)
  487. b6.Name = "Mesh"
  488. b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  489. p7 = Instance.new("Part", m)
  490. p7.BrickColor = BrickColor.new("Bright blue")
  491. p7.Material = "Neon"
  492. p7.FormFactor = Enum.FormFactor.Custom
  493. p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
  494. 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)
  495. p7.CanCollide = false
  496. p7.Locked = true
  497. p7.Elasticity = 0
  498. p7.BottomSurface = Enum.SurfaceType.Smooth
  499. p7.TopSurface = Enum.SurfaceType.Smooth
  500. b7 = Instance.new("SpecialMesh", p7)
  501. b7.MeshType = Enum.MeshType.Wedge
  502. b7.Name = "Mesh"
  503. b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  504. p8 = Instance.new("Part", m)
  505. p8.BrickColor = BrickColor.new("Bright blue")
  506. p8.Material = "Neon"
  507. p8.FormFactor = Enum.FormFactor.Custom
  508. p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
  509. 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)
  510. p8.CanCollide = false
  511. p8.Locked = true
  512. p8.Elasticity = 0
  513. p8.BottomSurface = Enum.SurfaceType.Smooth
  514. p8.TopSurface = Enum.SurfaceType.Smooth
  515. b8 = Instance.new("SpecialMesh", p8)
  516. b8.MeshType = Enum.MeshType.Wedge
  517. b8.Name = "Mesh"
  518. b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  519. p9 = Instance.new("Part", m)
  520. p9.BrickColor = BrickColor.new("Really black")
  521. p9.FormFactor = Enum.FormFactor.Custom
  522. p9.Size = Vector3.new(1, 1.07999957, 1)
  523. 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)
  524. p9.CanCollide = false
  525. p9.Locked = true
  526. p9.Elasticity = 0
  527. p9.BottomSurface = Enum.SurfaceType.Smooth
  528. p9.TopSurface = Enum.SurfaceType.Smooth
  529. b9 = Instance.new("BlockMesh", p9)
  530. b9.Name = "Mesh"
  531. b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  532. p10 = Instance.new("Part", m)
  533. p10.BrickColor = BrickColor.new("Really black")
  534. p10.FormFactor = Enum.FormFactor.Custom
  535. p10.Size = Vector3.new(1, 1.41999948, 1)
  536. 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)
  537. p10.CanCollide = false
  538. p10.Locked = true
  539. p10.Elasticity = 0
  540. p10.BottomSurface = Enum.SurfaceType.Smooth
  541. p10.TopSurface = Enum.SurfaceType.Smooth
  542. b10 = Instance.new("BlockMesh", p10)
  543. b10.Name = "Mesh"
  544. b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  545. p11 = Instance.new("Part", m)
  546. p11.BrickColor = BrickColor.new("Really black")
  547. p11.FormFactor = Enum.FormFactor.Custom
  548. p11.Size = Vector3.new(1, 1.50999951, 1)
  549. 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)
  550. p11.CanCollide = false
  551. p11.Locked = true
  552. p11.Elasticity = 0
  553. p11.BottomSurface = Enum.SurfaceType.Smooth
  554. p11.TopSurface = Enum.SurfaceType.Smooth
  555. b11 = Instance.new("BlockMesh", p11)
  556. b11.Name = "Mesh"
  557. b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
  558. p12 = Instance.new("Part", m)
  559. p12.Name = "BladeCenter"
  560. p12.BrickColor = BrickColor.new("Dark stone grey")
  561. p12.Material = Enum.Material.Concrete
  562. p12.FormFactor = Enum.FormFactor.Symmetric
  563. p12.Size = Vector3.new(1, 2, 2)
  564. 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)
  565. p12.CanCollide = false
  566. p12.Locked = true
  567. p12.BottomSurface = Enum.SurfaceType.Smooth
  568. p12.TopSurface = Enum.SurfaceType.Smooth
  569. b12 = Instance.new("SpecialMesh", p12)
  570. b12.MeshType = Enum.MeshType.Brick
  571. b12.Name = "Mesh"
  572. b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
  573. p13 = Instance.new("Part", m)
  574. p13.BrickColor = BrickColor.new("Really black")
  575. p13.FormFactor = Enum.FormFactor.Custom
  576. p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
  577. 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)
  578. p13.CanCollide = false
  579. p13.Locked = true
  580. p13.Elasticity = 0
  581. p13.BottomSurface = Enum.SurfaceType.Smooth
  582. p13.TopSurface = Enum.SurfaceType.Smooth
  583. b13 = Instance.new("BlockMesh", p13)
  584. b13.Name = "Mesh"
  585. b13.Scale = Vector3.new(1, 1, 0.400000006)
  586. p14 = Instance.new("Part", m)
  587. p14.BrickColor = BrickColor.new("Really black")
  588. p14.FormFactor = Enum.FormFactor.Custom
  589. p14.Size = Vector3.new(2.5, 2.17999935, 1)
  590. 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)
  591. p14.CanCollide = false
  592. p14.Locked = true
  593. p14.Elasticity = 0
  594. p14.BottomSurface = Enum.SurfaceType.Smooth
  595. p14.TopSurface = Enum.SurfaceType.Smooth
  596. b14 = Instance.new("BlockMesh", p14)
  597. b14.Name = "Mesh"
  598. b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  599. p15 = Instance.new("Part", m)
  600. p15.BrickColor = BrickColor.new("Really black")
  601. p15.FormFactor = Enum.FormFactor.Custom
  602. p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
  603. 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)
  604. p15.CanCollide = false
  605. p15.Locked = true
  606. p15.Elasticity = 0
  607. p15.BottomSurface = Enum.SurfaceType.Smooth
  608. p15.TopSurface = Enum.SurfaceType.Smooth
  609. b15 = Instance.new("BlockMesh", p15)
  610. b15.Name = "Mesh"
  611. b15.Scale = Vector3.new(1, 1, 0.400000006)
  612. p16 = Instance.new("Part", m)
  613. p16.BrickColor = BrickColor.new("Really black")
  614. p16.FormFactor = Enum.FormFactor.Custom
  615. p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
  616. 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)
  617. p16.CanCollide = false
  618. p16.Locked = true
  619. p16.Elasticity = 0
  620. p16.BottomSurface = Enum.SurfaceType.Smooth
  621. p16.TopSurface = Enum.SurfaceType.Smooth
  622. b16 = Instance.new("BlockMesh", p16)
  623. b16.Name = "Mesh"
  624. b16.Scale = Vector3.new(1, 1, 0.400000006)
  625. p17 = Instance.new("Part", m)
  626. p17.BrickColor = BrickColor.new("Really black")
  627. p17.FormFactor = Enum.FormFactor.Custom
  628. p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
  629. 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)
  630. p17.CanCollide = false
  631. p17.Locked = true
  632. p17.Elasticity = 0
  633. p17.BottomSurface = Enum.SurfaceType.Smooth
  634. p17.TopSurface = Enum.SurfaceType.Smooth
  635. b17 = Instance.new("BlockMesh", p17)
  636. b17.Name = "Mesh"
  637. b17.Scale = Vector3.new(1, 1, 0.400000006)
  638. p18 = Instance.new("WedgePart", m)
  639. p18.BrickColor = BrickColor.new("Dark stone grey")
  640. p18.Name = "BladePart1"
  641. p18.Material = Enum.Material.Concrete
  642. p18.Name = "Wedge"
  643. p18.FormFactor = Enum.FormFactor.Symmetric
  644. p18.Size = Vector3.new(1, 4, 2)
  645. 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)
  646. p18.CanCollide = false
  647. p18.Locked = true
  648. p18.BottomSurface = Enum.SurfaceType.Smooth
  649. p18.TopSurface = Enum.SurfaceType.Smooth
  650. b18 = Instance.new("SpecialMesh", p18)
  651. b18.MeshType = Enum.MeshType.Wedge
  652. b18.Name = "Mesh"
  653. b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  654. p19 = Instance.new("WedgePart", m)
  655. p19.BrickColor = BrickColor.new("Dark stone grey")
  656. p19.Name = "BladePart2"
  657. p19.Material = Enum.Material.Concrete
  658. p19.Name = "Wedge"
  659. p19.FormFactor = Enum.FormFactor.Symmetric
  660. p19.Size = Vector3.new(1, 4, 2)
  661. 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)
  662. p19.CanCollide = false
  663. p19.Locked = true
  664. p19.BottomSurface = Enum.SurfaceType.Smooth
  665. p19.TopSurface = Enum.SurfaceType.Smooth
  666. b19 = Instance.new("SpecialMesh", p19)
  667. b19.MeshType = Enum.MeshType.Wedge
  668. b19.Name = "Mesh"
  669. b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
  670. p20 = Instance.new("Part", m)
  671. p20.BrickColor = BrickColor.new("Really black")
  672. p20.FormFactor = Enum.FormFactor.Custom
  673. p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
  674. 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)
  675. p20.CanCollide = false
  676. p20.Locked = true
  677. p20.Elasticity = 0
  678. p20.BottomSurface = Enum.SurfaceType.Smooth
  679. p20.TopSurface = Enum.SurfaceType.Smooth
  680. b20 = Instance.new("BlockMesh", p20)
  681. b20.Name = "Mesh"
  682. b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
  683. p21 = Instance.new("Part", m)
  684. p21.BrickColor = BrickColor.new("Bright blue")
  685. p21.Material = "Neon"
  686. p21.FormFactor = Enum.FormFactor.Custom
  687. p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
  688. 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)
  689. p21.CanCollide = false
  690. p21.Locked = true
  691. p21.Elasticity = 0
  692. p21.BottomSurface = Enum.SurfaceType.Smooth
  693. p21.TopSurface = Enum.SurfaceType.Smooth
  694. b21 = Instance.new("SpecialMesh", p21)
  695. b21.MeshType = Enum.MeshType.Wedge
  696. b21.Name = "Mesh"
  697. b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
  698. w1 = Instance.new("Weld", p1)
  699. w1.Name = "Part_Weld"
  700. w1.Part0 = p1
  701. 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)
  702. w1.Part1 = p2
  703. 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)
  704. w2 = Instance.new("Weld", p2)
  705. w2.Name = "Part_Weld"
  706. w2.Part0 = p2
  707. 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)
  708. w2.Part1 = p3
  709. 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)
  710. w3 = Instance.new("Weld", p3)
  711. w3.Name = "Part_Weld"
  712. w3.Part0 = p3
  713. 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)
  714. w3.Part1 = p4
  715. 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)
  716. w4 = Instance.new("Weld", p4)
  717. w4.Name = "Part_Weld"
  718. w4.Part0 = p4
  719. 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)
  720. w4.Part1 = p5
  721. 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)
  722. w5 = Instance.new("Weld", p5)
  723. w5.Name = "Part_Weld"
  724. w5.Part0 = p5
  725. 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)
  726. w5.Part1 = p6
  727. 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)
  728. w6 = Instance.new("Weld", p6)
  729. w6.Name = "Part_Weld"
  730. w6.Part0 = p6
  731. 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)
  732. w6.Part1 = p7
  733. 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)
  734. w7 = Instance.new("Weld", p7)
  735. w7.Name = "Part_Weld"
  736. w7.Part0 = p7
  737. 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)
  738. w7.Part1 = p8
  739. 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)
  740. w8 = Instance.new("Weld", p8)
  741. w8.Name = "Part_Weld"
  742. w8.Part0 = p8
  743. 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)
  744. w8.Part1 = p9
  745. 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)
  746. w9 = Instance.new("Weld", p9)
  747. w9.Name = "Part_Weld"
  748. w9.Part0 = p9
  749. 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)
  750. w9.Part1 = p10
  751. 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)
  752. w10 = Instance.new("Weld", p10)
  753. w10.Name = "Part_Weld"
  754. w10.Part0 = p10
  755. 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)
  756. w10.Part1 = p11
  757. 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)
  758. w11 = Instance.new("Weld", p11)
  759. w11.Name = "Part_Weld"
  760. w11.Part0 = p11
  761. 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)
  762. w11.Part1 = p12
  763. 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)
  764. w12 = Instance.new("Weld", p12)
  765. w12.Name = "Part_Weld"
  766. w12.Part0 = p12
  767. 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)
  768. w12.Part1 = p13
  769. 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)
  770. w13 = Instance.new("Weld", p13)
  771. w13.Name = "Part_Weld"
  772. w13.Part0 = p13
  773. 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)
  774. w13.Part1 = p14
  775. 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)
  776. w14 = Instance.new("Weld", p14)
  777. w14.Name = "Part_Weld"
  778. w14.Part0 = p14
  779. 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)
  780. w14.Part1 = p15
  781. 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)
  782. w15 = Instance.new("Weld", p15)
  783. w15.Name = "Part_Weld"
  784. w15.Part0 = p15
  785. 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)
  786. w15.Part1 = p16
  787. 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)
  788. w16 = Instance.new("Weld", p16)
  789. w16.Name = "Part_Weld"
  790. w16.Part0 = p16
  791. 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)
  792. w16.Part1 = p17
  793. 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)
  794. w17 = Instance.new("Weld", p17)
  795. w17.Name = "Wedge_Weld"
  796. w17.Part0 = p17
  797. 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)
  798. w17.Part1 = p18
  799. 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)
  800. w18 = Instance.new("Weld", p18)
  801. w18.Name = "Wedge_Weld"
  802. w18.Part0 = p18
  803. 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)
  804. w18.Part1 = p19
  805. 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)
  806. w19 = Instance.new("Weld", p19)
  807. w19.Name = "Part_Weld"
  808. w19.Part0 = p19
  809. 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)
  810. w19.Part1 = p20
  811. 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)
  812. w20 = Instance.new("Weld", p20)
  813. w20.Name = "Part_Weld"
  814. w20.Part0 = p20
  815. 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)
  816. w20.Part1 = p21
  817. 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)
  818. m.Parent = char
  819. m:MakeJoints()
  820. ----------------------------------------------------
  821. local cor = Instance.new("Part", char.Absolution)
  822. cor.Name = "Thingy"
  823. cor.Locked = true
  824. cor.BottomSurface = 0
  825. cor.CanCollide = false
  826. cor.Size = Vector3.new(1, 13, 1)
  827. cor.Transparency = 1
  828. cor.TopSurface = 0
  829. corw = Instance.new("Weld", cor)
  830. corw.Part0 = rarm
  831. corw.Part1 = cor
  832. corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  833. corw.C1 = CFrame.new(0, 0, 0)
  834. weld1 = Instance.new("Weld", char.Absolution)
  835. weld1.Part0 = cor
  836. weld1.Part1 = p6
  837. weld1.C0 = CFrame.new(0, 0, 0)
  838. ----------------------------------------------------
  839. hitb = Instance.new("Part", char.Absolution)
  840. hitb.Name = "Thingy2"
  841. hitb.Locked = true
  842. hitb.BottomSurface = 0
  843. hitb.CanCollide = false
  844. hitb.Size = Vector3.new(0, 8, 6)
  845. hitb.Transparency = 1
  846. hitb.TopSurface = 0
  847. weld2 = Instance.new("Weld", char.Absolution)
  848. weld2.Part0 = hitb
  849. weld2.Part1 = p12
  850. weld2.C0 = CFrame.new(0, .6, 1)
  851. ----------------------------------------------------
  852. local m = Instance.new("Model")
  853. m.Name = "Claw"
  854. p1 = Instance.new("Part", m)
  855. p1.BrickColor = BrickColor.new("Really black")
  856. p1.FormFactor = Enum.FormFactor.Custom
  857. p1.Size = Vector3.new(1.5, 0.5, 0.5)
  858. 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)
  859. p1.CanCollide = false
  860. p1.Locked = true
  861. p1.BottomSurface = Enum.SurfaceType.Smooth
  862. p1.TopSurface = Enum.SurfaceType.Smooth
  863. b1 = Instance.new("BlockMesh", p1)
  864. b1.Name = "Mesh"
  865. p2 = Instance.new("WedgePart", m)
  866. p2.BrickColor = BrickColor.new("Really black")
  867. p2.Name = "Wedge"
  868. p2.FormFactor = Enum.FormFactor.Custom
  869. p2.Size = Vector3.new(3, 1, 0.5)
  870. 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)
  871. p2.CanCollide = false
  872. p2.Locked = true
  873. p2.BottomSurface = Enum.SurfaceType.Smooth
  874. p2.TopSurface = Enum.SurfaceType.Smooth
  875. p3 = Instance.new("Part", m)
  876. p3.BrickColor = BrickColor.new("Really black")
  877. p3.FormFactor = Enum.FormFactor.Custom
  878. p3.Size = Vector3.new(1.5, 0.5, 0.5)
  879. 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)
  880. p3.CanCollide = false
  881. p3.Locked = true
  882. p3.BottomSurface = Enum.SurfaceType.Smooth
  883. p3.TopSurface = Enum.SurfaceType.Smooth
  884. b2 = Instance.new("BlockMesh", p3)
  885. b2.Name = "Mesh"
  886. p4 = Instance.new("WedgePart", m)
  887. p4.BrickColor = BrickColor.new("Really black")
  888. p4.Name = "Wedge"
  889. p4.FormFactor = Enum.FormFactor.Custom
  890. p4.Size = Vector3.new(3, 1, 0.5)
  891. 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)
  892. p4.CanCollide = false
  893. p4.Locked = true
  894. p4.BottomSurface = Enum.SurfaceType.Smooth
  895. p4.TopSurface = Enum.SurfaceType.Smooth
  896. p5 = Instance.new("Part", m)
  897. p5.BrickColor = BrickColor.new("Really black")
  898. p5.FormFactor = Enum.FormFactor.Custom
  899. p5.Size = Vector3.new(1.5, 0.5, 0.5)
  900. 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)
  901. p5.CanCollide = false
  902. p5.Locked = true
  903. p5.BottomSurface = Enum.SurfaceType.Smooth
  904. p5.TopSurface = Enum.SurfaceType.Smooth
  905. b3 = Instance.new("BlockMesh", p5)
  906. b3.Name = "Mesh"
  907. p6 = Instance.new("Part", m)
  908. p6.BrickColor = BrickColor.new("Really black")
  909. p6.FormFactor = Enum.FormFactor.Custom
  910. p6.Size = Vector3.new(1.5, 0.5, 0.5)
  911. 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)
  912. p6.CanCollide = false
  913. p6.Locked = true
  914. p6.BottomSurface = Enum.SurfaceType.Smooth
  915. p6.TopSurface = Enum.SurfaceType.Smooth
  916. b4 = Instance.new("BlockMesh", p6)
  917. b4.Name = "Mesh"
  918. p7 = Instance.new("Part", m)
  919. p7.BrickColor = BrickColor.new("Really black")
  920. p7.FormFactor = Enum.FormFactor.Custom
  921. p7.Size = Vector3.new(3, 1, 1.20000005)
  922. 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)
  923. p7.CanCollide = false
  924. p7.Locked = true
  925. p7.BottomSurface = Enum.SurfaceType.Smooth
  926. p7.TopSurface = Enum.SurfaceType.Smooth
  927. b5 = Instance.new("BlockMesh", p7)
  928. b5.Name = "Mesh"
  929. p8 = Instance.new("Part", m)
  930. p8.BrickColor = BrickColor.new("Bright blue")
  931. p8.Material = "Neon"
  932. p8.FormFactor = Enum.FormFactor.Symmetric
  933. p8.Size = Vector3.new(1, 1, 1)
  934. 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)
  935. p8.CanCollide = false
  936. p8.Locked = true
  937. b6 = Instance.new("SpecialMesh", p8)
  938. b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  939. b6.TextureId = ""
  940. b6.MeshType = Enum.MeshType.FileMesh
  941. b6.Name = "Mesh"
  942. b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  943. p9 = Instance.new("Part", m)
  944. p9.BrickColor = BrickColor.new("Really black")
  945. p9.FormFactor = Enum.FormFactor.Custom
  946. p9.Size = Vector3.new(1.5, 0.5, 0.5)
  947. 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)
  948. p9.CanCollide = false
  949. p9.Locked = true
  950. p9.BottomSurface = Enum.SurfaceType.Smooth
  951. p9.TopSurface = Enum.SurfaceType.Smooth
  952. b7 = Instance.new("BlockMesh", p9)
  953. b7.Name = "Mesh"
  954. p10 = Instance.new("Part", m)
  955. p10.BrickColor = BrickColor.new("Bright blue")
  956. p10.Material = "Neon"
  957. p10.FormFactor = Enum.FormFactor.Symmetric
  958. p10.Size = Vector3.new(1, 1, 1)
  959. 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)
  960. p10.CanCollide = false
  961. p10.Locked = true
  962. b8 = Instance.new("SpecialMesh", p10)
  963. b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  964. b8.TextureId = ""
  965. b8.MeshType = Enum.MeshType.FileMesh
  966. b8.Name = "Mesh"
  967. b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  968. p11 = Instance.new("Part", m)
  969. p11.BrickColor = BrickColor.new("Really black")
  970. p11.FormFactor = Enum.FormFactor.Custom
  971. p11.Size = Vector3.new(1.5, 0.5, 0.5)
  972. 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)
  973. p11.CanCollide = false
  974. p11.Locked = true
  975. p11.BottomSurface = Enum.SurfaceType.Smooth
  976. p11.TopSurface = Enum.SurfaceType.Smooth
  977. b9 = Instance.new("BlockMesh", p11)
  978. b9.Name = "Mesh"
  979. p12 = Instance.new("Part", m)
  980. p12.BrickColor = BrickColor.new("Really black")
  981. p12.FormFactor = Enum.FormFactor.Custom
  982. p12.Size = Vector3.new(1.5, 0.5, 0.5)
  983. 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)
  984. p12.CanCollide = false
  985. p12.Locked = true
  986. p12.BottomSurface = Enum.SurfaceType.Smooth
  987. p12.TopSurface = Enum.SurfaceType.Smooth
  988. b10 = Instance.new("BlockMesh", p12)
  989. b10.Name = "Mesh"
  990. p13 = Instance.new("Part", m)
  991. p13.BrickColor = BrickColor.new("Really black")
  992. p13.FormFactor = Enum.FormFactor.Custom
  993. p13.Size = Vector3.new(1.5, 0.5, 0.5)
  994. 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)
  995. p13.CanCollide = false
  996. p13.Locked = true
  997. p13.BottomSurface = Enum.SurfaceType.Smooth
  998. p13.TopSurface = Enum.SurfaceType.Smooth
  999. b11 = Instance.new("BlockMesh", p13)
  1000. b11.Name = "Mesh"
  1001. p14 = Instance.new("Part", m)
  1002. p14.BrickColor = BrickColor.new("Bright blue")
  1003. p14.Material = "Neon"
  1004. p14.FormFactor = Enum.FormFactor.Symmetric
  1005. p14.Size = Vector3.new(1, 1, 1)
  1006. 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)
  1007. p14.CanCollide = false
  1008. p14.Locked = true
  1009. b12 = Instance.new("SpecialMesh", p14)
  1010. b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1011. b12.TextureId = ""
  1012. b12.MeshType = Enum.MeshType.FileMesh
  1013. b12.Name = "Mesh"
  1014. b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1015. p15 = Instance.new("Part", m)
  1016. p15.BrickColor = BrickColor.new("Medium stone grey")
  1017. p15.Transparency = 1
  1018. p15.Name = "ArmPart"
  1019. p15.FormFactor = Enum.FormFactor.Custom
  1020. p15.Size = Vector3.new(2, 1, 1)
  1021. 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)
  1022. p15.CanCollide = false
  1023. p15.Locked = true
  1024. p15.BottomSurface = Enum.SurfaceType.Smooth
  1025. p15.TopSurface = Enum.SurfaceType.Smooth
  1026. b13 = Instance.new("BlockMesh", p15)
  1027. b13.Name = "Mesh"
  1028. p16 = Instance.new("Part", m)
  1029. p16.BrickColor = BrickColor.new("Really black")
  1030. p16.FormFactor = Enum.FormFactor.Custom
  1031. p16.Size = Vector3.new(3, 1, 2.4000001)
  1032. 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)
  1033. p16.CanCollide = false
  1034. p16.Locked = true
  1035. p16.BottomSurface = Enum.SurfaceType.Smooth
  1036. p16.TopSurface = Enum.SurfaceType.Smooth
  1037. b14 = Instance.new("BlockMesh", p16)
  1038. b14.Name = "Mesh"
  1039. p17 = Instance.new("Part", m)
  1040. p17.BrickColor = BrickColor.new("Really black")
  1041. p17.FormFactor = Enum.FormFactor.Custom
  1042. p17.Size = Vector3.new(1.5, 0.5, 0.5)
  1043. 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)
  1044. p17.CanCollide = false
  1045. p17.Locked = true
  1046. p17.BottomSurface = Enum.SurfaceType.Smooth
  1047. p17.TopSurface = Enum.SurfaceType.Smooth
  1048. b15 = Instance.new("BlockMesh", p17)
  1049. b15.Name = "Mesh"
  1050. p18 = Instance.new("Part", m)
  1051. p18.BrickColor = BrickColor.new("Bright blue")
  1052. p18.Material = "Neon"
  1053. p18.FormFactor = Enum.FormFactor.Symmetric
  1054. p18.Size = Vector3.new(1, 1, 1)
  1055. 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)
  1056. p18.CanCollide = false
  1057. p18.Locked = true
  1058. b16 = Instance.new("SpecialMesh", p18)
  1059. b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1060. b16.TextureId = ""
  1061. b16.MeshType = Enum.MeshType.FileMesh
  1062. b16.Name = "Mesh"
  1063. b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1064. p19 = Instance.new("Part", m)
  1065. p19.BrickColor = BrickColor.new("Bright blue")
  1066. p19.Material = "Neon"
  1067. p19.FormFactor = Enum.FormFactor.Symmetric
  1068. p19.Size = Vector3.new(1, 1, 1)
  1069. 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)
  1070. p19.CanCollide = false
  1071. p19.Locked = true
  1072. b17 = Instance.new("SpecialMesh", p19)
  1073. b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  1074. b17.TextureId = ""
  1075. b17.MeshType = Enum.MeshType.FileMesh
  1076. b17.Name = "Mesh"
  1077. b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
  1078. p20 = Instance.new("Part", m)
  1079. p20.BrickColor = BrickColor.new("Really black")
  1080. p20.FormFactor = Enum.FormFactor.Custom
  1081. p20.Size = Vector3.new(3, 1, 2.4000001)
  1082. 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)
  1083. p20.CanCollide = false
  1084. p20.Locked = true
  1085. p20.BottomSurface = Enum.SurfaceType.Smooth
  1086. p20.TopSurface = Enum.SurfaceType.Smooth
  1087. b18 = Instance.new("BlockMesh", p20)
  1088. b18.Name = "Mesh"
  1089. p21 = Instance.new("Part", m)
  1090. p21.BrickColor = BrickColor.new("Really black")
  1091. p21.FormFactor = Enum.FormFactor.Custom
  1092. p21.Size = Vector3.new(3, 1, 1.19999993)
  1093. 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)
  1094. p21.CanCollide = false
  1095. p21.Locked = true
  1096. p21.BottomSurface = Enum.SurfaceType.Smooth
  1097. p21.TopSurface = Enum.SurfaceType.Smooth
  1098. b19 = Instance.new("BlockMesh", p21)
  1099. b19.Name = "Mesh"
  1100. p22 = Instance.new("WedgePart", m)
  1101. p22.BrickColor = BrickColor.new("Really black")
  1102. p22.Name = "Wedge"
  1103. p22.FormFactor = Enum.FormFactor.Custom
  1104. p22.Size = Vector3.new(3, 1, 0.5)
  1105. 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)
  1106. p22.CanCollide = false
  1107. p22.Locked = true
  1108. p22.BottomSurface = Enum.SurfaceType.Smooth
  1109. p22.TopSurface = Enum.SurfaceType.Smooth
  1110. p23 = Instance.new("Part", m)
  1111. p23.BrickColor = BrickColor.new("Really black")
  1112. p23.FormFactor = Enum.FormFactor.Custom
  1113. p23.Size = Vector3.new(1.5, 0.5, 0.5)
  1114. 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)
  1115. p23.CanCollide = false
  1116. p23.Locked = true
  1117. p23.BottomSurface = Enum.SurfaceType.Smooth
  1118. p23.TopSurface = Enum.SurfaceType.Smooth
  1119. b20 = Instance.new("BlockMesh", p23)
  1120. b20.Name = "Mesh"
  1121. p24 = Instance.new("WedgePart", m)
  1122. p24.BrickColor = BrickColor.new("Really black")
  1123. p24.Name = "Wedge"
  1124. p24.FormFactor = Enum.FormFactor.Custom
  1125. p24.Size = Vector3.new(3, 1, 0.5)
  1126. 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)
  1127. p24.CanCollide = false
  1128. p24.Locked = true
  1129. p24.BottomSurface = Enum.SurfaceType.Smooth
  1130. p24.TopSurface = Enum.SurfaceType.Smooth
  1131. p25 = Instance.new("Part", m)
  1132. p25.BrickColor = BrickColor.new("Bright blue")
  1133. p25.Material = "Neon"
  1134. p25.FormFactor = Enum.FormFactor.Symmetric
  1135. p25.Size = Vector3.new(1, 1, 1)
  1136. 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)
  1137. p25.CanCollide = false
  1138. p25.Locked = true
  1139. p25.BottomSurface = Enum.SurfaceType.Smooth
  1140. p25.TopSurface = Enum.SurfaceType.Smooth
  1141. b21 = Instance.new("SpecialMesh", p25)
  1142. b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1143. b21.TextureId = ""
  1144. b21.MeshType = Enum.MeshType.FileMesh
  1145. b21.Name = "Mesh"
  1146. b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
  1147. p26 = Instance.new("Part", m)
  1148. p26.BrickColor = BrickColor.new("Really black")
  1149. p26.FormFactor = Enum.FormFactor.Symmetric
  1150. p26.Size = Vector3.new(1, 1, 1)
  1151. 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)
  1152. p26.CanCollide = false
  1153. p26.Locked = true
  1154. p26.BottomSurface = Enum.SurfaceType.Smooth
  1155. p26.TopSurface = Enum.SurfaceType.Smooth
  1156. b22 = Instance.new("SpecialMesh", p26)
  1157. b22.MeshType = Enum.MeshType.Brick
  1158. b22.Name = "Mesh"
  1159. w1 = Instance.new("Weld", p1)
  1160. w1.Name = "Wedge_Weld"
  1161. w1.Part0 = p1
  1162. 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)
  1163. w1.Part1 = p2
  1164. 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)
  1165. w2 = Instance.new("Weld", p2)
  1166. w2.Name = "Part_Weld"
  1167. w2.Part0 = p2
  1168. 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)
  1169. w2.Part1 = p3
  1170. 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)
  1171. w3 = Instance.new("Weld", p3)
  1172. w3.Name = "Wedge_Weld"
  1173. w3.Part0 = p3
  1174. 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)
  1175. w3.Part1 = p4
  1176. 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)
  1177. w4 = Instance.new("Weld", p4)
  1178. w4.Name = "Part_Weld"
  1179. w4.Part0 = p4
  1180. 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)
  1181. w4.Part1 = p5
  1182. 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)
  1183. w5 = Instance.new("Weld", p5)
  1184. w5.Name = "Part_Weld"
  1185. w5.Part0 = p5
  1186. 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)
  1187. w5.Part1 = p6
  1188. 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)
  1189. w6 = Instance.new("Weld", p6)
  1190. w6.Name = "Part_Weld"
  1191. w6.Part0 = p6
  1192. 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)
  1193. w6.Part1 = p7
  1194. 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)
  1195. w7 = Instance.new("Weld", p7)
  1196. w7.Name = "Part_Weld"
  1197. w7.Part0 = p7
  1198. 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)
  1199. w7.Part1 = p8
  1200. 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)
  1201. w8 = Instance.new("Weld", p8)
  1202. w8.Name = "Part_Weld"
  1203. w8.Part0 = p8
  1204. 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)
  1205. w8.Part1 = p9
  1206. 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)
  1207. w9 = Instance.new("Weld", p9)
  1208. w9.Name = "Part_Weld"
  1209. w9.Part0 = p9
  1210. 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)
  1211. w9.Part1 = p10
  1212. 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)
  1213. w10 = Instance.new("Weld", p10)
  1214. w10.Name = "Part_Weld"
  1215. w10.Part0 = p10
  1216. 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)
  1217. w10.Part1 = p11
  1218. 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)
  1219. w11 = Instance.new("Weld", p11)
  1220. w11.Name = "Part_Weld"
  1221. w11.Part0 = p11
  1222. 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)
  1223. w11.Part1 = p12
  1224. 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)
  1225. w12 = Instance.new("Weld", p12)
  1226. w12.Name = "Part_Weld"
  1227. w12.Part0 = p12
  1228. 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)
  1229. w12.Part1 = p13
  1230. 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)
  1231. w13 = Instance.new("Weld", p13)
  1232. w13.Name = "Part_Weld"
  1233. w13.Part0 = p13
  1234. 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)
  1235. w13.Part1 = p14
  1236. 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)
  1237. w14 = Instance.new("Weld", p14)
  1238. w14.Name = "ArmPart_Weld"
  1239. w14.Part0 = p14
  1240. 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)
  1241. w14.Part1 = p15
  1242. 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)
  1243. w15 = Instance.new("Weld", p15)
  1244. w15.Name = "Part_Weld"
  1245. w15.Part0 = p15
  1246. 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)
  1247. w15.Part1 = p16
  1248. 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)
  1249. w16 = Instance.new("Weld", p16)
  1250. w16.Name = "Part_Weld"
  1251. w16.Part0 = p16
  1252. 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)
  1253. w16.Part1 = p17
  1254. 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)
  1255. w17 = Instance.new("Weld", p17)
  1256. w17.Name = "Part_Weld"
  1257. w17.Part0 = p17
  1258. 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)
  1259. w17.Part1 = p18
  1260. 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)
  1261. w18 = Instance.new("Weld", p18)
  1262. w18.Name = "Part_Weld"
  1263. w18.Part0 = p18
  1264. 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)
  1265. w18.Part1 = p19
  1266. 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)
  1267. w19 = Instance.new("Weld", p19)
  1268. w19.Name = "Part_Weld"
  1269. w19.Part0 = p19
  1270. 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)
  1271. w19.Part1 = p20
  1272. 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)
  1273. w20 = Instance.new("Weld", p20)
  1274. w20.Name = "Part_Weld"
  1275. w20.Part0 = p20
  1276. 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)
  1277. w20.Part1 = p21
  1278. 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)
  1279. w21 = Instance.new("Weld", p21)
  1280. w21.Name = "Wedge_Weld"
  1281. w21.Part0 = p21
  1282. 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)
  1283. w21.Part1 = p22
  1284. 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)
  1285. w22 = Instance.new("Weld", p22)
  1286. w22.Name = "Part_Weld"
  1287. w22.Part0 = p22
  1288. 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)
  1289. w22.Part1 = p23
  1290. 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)
  1291. w23 = Instance.new("Weld", p23)
  1292. w23.Name = "Wedge_Weld"
  1293. w23.Part0 = p23
  1294. 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)
  1295. w23.Part1 = p24
  1296. 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)
  1297. w24 = Instance.new("Weld", p24)
  1298. w24.Name = "Part_Weld"
  1299. w24.Part0 = p24
  1300. 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)
  1301. w24.Part1 = p25
  1302. 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)
  1303. w25 = Instance.new("Weld", p25)
  1304. w25.Name = "Part_Weld"
  1305. w25.Part0 = p25
  1306. 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)
  1307. w25.Part1 = p26
  1308. 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)
  1309. m.Parent = char
  1310. m:MakeJoints()
  1311. ----------------------------------------------------
  1312. local cor2 = Instance.new("Part", char.Claw)
  1313. cor2.Name = "Thingy"
  1314. cor2.Locked = true
  1315. cor2.BottomSurface = 0
  1316. cor2.CanCollide = false
  1317. cor2.Size = Vector3.new(2, 1, 1)
  1318. cor2.Transparency = 1
  1319. cor2.TopSurface = 0
  1320. corw2 = Instance.new("Weld", cor2)
  1321. corw2.Part0 = larm
  1322. corw2.Part1 = cor2
  1323. corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
  1324. corw2.C1 = CFrame.new(0, 0, 0)
  1325. weld2 = Instance.new("Weld", char.Claw)
  1326. weld2.Part0 = cor2
  1327. weld2.Part1 = char.Claw.ArmPart
  1328. weld2.C0 = CFrame.new(0, 0, 0)
  1329. ----------------------------------------------------
  1330. local m = Instance.new("Model")
  1331. m.Name = "LeftArm"
  1332. p1 = Instance.new("WedgePart", m)
  1333. p1.BrickColor = BrickColor.new("Bright blue")
  1334. p1.Material = Enum.Material.Neon
  1335. p1.Name = "Wedge"
  1336. p1.FormFactor = Enum.FormFactor.Custom
  1337. p1.Size = Vector3.new(1, 1.19999981, 4)
  1338. 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)
  1339. p1.CanCollide = false
  1340. p1.Locked = true
  1341. p1.TopSurface = Enum.SurfaceType.Smooth
  1342. b1 = Instance.new("SpecialMesh", p1)
  1343. b1.MeshType = Enum.MeshType.Wedge
  1344. b1.Name = "Mesh"
  1345. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1346. p2 = Instance.new("WedgePart", m)
  1347. p2.BrickColor = BrickColor.new("Bright blue")
  1348. p2.Material = Enum.Material.Neon
  1349. p2.Name = "Wedge"
  1350. p2.FormFactor = Enum.FormFactor.Custom
  1351. p2.Size = Vector3.new(1, 1.19999981, 4)
  1352. 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)
  1353. p2.CanCollide = false
  1354. p2.Locked = true
  1355. p2.TopSurface = Enum.SurfaceType.Smooth
  1356. b2 = Instance.new("SpecialMesh", p2)
  1357. b2.MeshType = Enum.MeshType.Wedge
  1358. b2.Name = "Mesh"
  1359. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1360. p3 = Instance.new("WedgePart", m)
  1361. p3.BrickColor = BrickColor.new("Bright blue")
  1362. p3.Material = Enum.Material.Neon
  1363. p3.Name = "Wedge"
  1364. p3.FormFactor = Enum.FormFactor.Custom
  1365. p3.Size = Vector3.new(1, 1.19999981, 4)
  1366. 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)
  1367. p3.CanCollide = false
  1368. p3.Locked = true
  1369. p3.TopSurface = Enum.SurfaceType.Smooth
  1370. b3 = Instance.new("SpecialMesh", p3)
  1371. b3.MeshType = Enum.MeshType.Wedge
  1372. b3.Name = "Mesh"
  1373. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1374. p4 = Instance.new("WedgePart", m)
  1375. p4.BrickColor = BrickColor.new("Bright blue")
  1376. p4.Material = Enum.Material.Neon
  1377. p4.Name = "Wedge"
  1378. p4.FormFactor = Enum.FormFactor.Custom
  1379. p4.Size = Vector3.new(1, 1.19999981, 4)
  1380. 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)
  1381. p4.CanCollide = false
  1382. p4.Locked = true
  1383. p4.TopSurface = Enum.SurfaceType.Smooth
  1384. b4 = Instance.new("SpecialMesh", p4)
  1385. b4.MeshType = Enum.MeshType.Wedge
  1386. b4.Name = "Mesh"
  1387. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1388. p5 = Instance.new("WedgePart", m)
  1389. p5.BrickColor = BrickColor.new("Bright blue")
  1390. p5.Material = Enum.Material.Neon
  1391. p5.Name = "Wedge"
  1392. p5.FormFactor = Enum.FormFactor.Custom
  1393. p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1394. 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)
  1395. p5.CanCollide = false
  1396. p5.Locked = true
  1397. p5.TopSurface = Enum.SurfaceType.Smooth
  1398. b5 = Instance.new("SpecialMesh", p5)
  1399. b5.MeshType = Enum.MeshType.Wedge
  1400. b5.Name = "Mesh"
  1401. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1402. p6 = Instance.new("WedgePart", m)
  1403. p6.BrickColor = BrickColor.new("Bright blue")
  1404. p6.Material = Enum.Material.Neon
  1405. p6.Name = "Wedge"
  1406. p6.FormFactor = Enum.FormFactor.Custom
  1407. p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1408. 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)
  1409. p6.CanCollide = false
  1410. p6.Locked = true
  1411. p6.TopSurface = Enum.SurfaceType.Smooth
  1412. b6 = Instance.new("SpecialMesh", p6)
  1413. b6.MeshType = Enum.MeshType.Wedge
  1414. b6.Name = "Mesh"
  1415. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1416. p7 = Instance.new("WedgePart", m)
  1417. p7.BrickColor = BrickColor.new("Bright blue")
  1418. p7.Material = Enum.Material.Neon
  1419. p7.Name = "Wedge"
  1420. p7.FormFactor = Enum.FormFactor.Custom
  1421. p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1422. 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)
  1423. p7.CanCollide = false
  1424. p7.Locked = true
  1425. p7.TopSurface = Enum.SurfaceType.Smooth
  1426. b7 = Instance.new("SpecialMesh", p7)
  1427. b7.MeshType = Enum.MeshType.Wedge
  1428. b7.Name = "Mesh"
  1429. b7.Scale = Vector3.new(0.200000003, 1, 1)
  1430. p8 = Instance.new("Part", m)
  1431. p8.BrickColor = BrickColor.new("Really black")
  1432. p8.Material = Enum.Material.Neon
  1433. p8.FormFactor = Enum.FormFactor.Custom
  1434. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1435. 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)
  1436. p8.CanCollide = false
  1437. p8.Locked = true
  1438. p8.BottomSurface = Enum.SurfaceType.Smooth
  1439. p8.TopSurface = Enum.SurfaceType.Smooth
  1440. b8 = Instance.new("SpecialMesh", p8)
  1441. b8.MeshType = Enum.MeshType.Sphere
  1442. b8.Name = "Mesh"
  1443. p9 = Instance.new("Part", m)
  1444. p9.BrickColor = BrickColor.new("Really black")
  1445. p9.Material = Enum.Material.Neon
  1446. p9.FormFactor = Enum.FormFactor.Custom
  1447. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1448. 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)
  1449. p9.CanCollide = false
  1450. p9.Locked = true
  1451. p9.BottomSurface = Enum.SurfaceType.Smooth
  1452. p9.TopSurface = Enum.SurfaceType.Smooth
  1453. b9 = Instance.new("SpecialMesh", p9)
  1454. b9.MeshType = Enum.MeshType.Sphere
  1455. b9.Name = "Mesh"
  1456. p10 = Instance.new("Part", m)
  1457. p10.BrickColor = BrickColor.new("Bright blue")
  1458. p10.Material = Enum.Material.Neon
  1459. p10.FormFactor = Enum.FormFactor.Custom
  1460. p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1461. 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)
  1462. p10.CanCollide = false
  1463. p10.Locked = true
  1464. p10.BottomSurface = Enum.SurfaceType.Smooth
  1465. p10.TopSurface = Enum.SurfaceType.Smooth
  1466. p11 = Instance.new("Part", m)
  1467. p11.BrickColor = BrickColor.new("Bright blue")
  1468. p11.Material = Enum.Material.Neon
  1469. p11.FormFactor = Enum.FormFactor.Custom
  1470. p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1471. 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)
  1472. p11.CanCollide = false
  1473. p11.Locked = true
  1474. p11.BottomSurface = Enum.SurfaceType.Smooth
  1475. p11.TopSurface = Enum.SurfaceType.Smooth
  1476. p12 = Instance.new("Part", m)
  1477. p12.BrickColor = BrickColor.new("Really black")
  1478. p12.Material = Enum.Material.Neon
  1479. p12.FormFactor = Enum.FormFactor.Custom
  1480. p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1481. 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)
  1482. p12.CanCollide = false
  1483. p12.Locked = true
  1484. p12.BottomSurface = Enum.SurfaceType.Smooth
  1485. p12.TopSurface = Enum.SurfaceType.Smooth
  1486. b10 = Instance.new("SpecialMesh", p12)
  1487. b10.MeshType = Enum.MeshType.Sphere
  1488. b10.Name = "Mesh"
  1489. p13 = Instance.new("Part", m)
  1490. p13.BrickColor = BrickColor.new("Bright blue")
  1491. p13.Material = Enum.Material.Neon
  1492. p13.FormFactor = Enum.FormFactor.Custom
  1493. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1494. 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)
  1495. p13.CanCollide = false
  1496. p13.Locked = true
  1497. p13.BottomSurface = Enum.SurfaceType.Smooth
  1498. p13.TopSurface = Enum.SurfaceType.Smooth
  1499. b11 = Instance.new("SpecialMesh", p13)
  1500. b11.MeshType = Enum.MeshType.Sphere
  1501. b11.Name = "Mesh"
  1502. p14 = Instance.new("Part", m)
  1503. p14.BrickColor = BrickColor.new("Really black")
  1504. p14.Material = Enum.Material.Neon
  1505. p14.FormFactor = Enum.FormFactor.Custom
  1506. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1507. 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)
  1508. p14.CanCollide = false
  1509. p14.Locked = true
  1510. p14.BottomSurface = Enum.SurfaceType.Smooth
  1511. p14.TopSurface = Enum.SurfaceType.Smooth
  1512. b12 = Instance.new("SpecialMesh", p14)
  1513. b12.MeshType = Enum.MeshType.Sphere
  1514. b12.Name = "Mesh"
  1515. p15 = Instance.new("Part", m)
  1516. p15.BrickColor = BrickColor.new("Really black")
  1517. p15.Material = Enum.Material.Metal
  1518. p15.Name = "Main"
  1519. p15.FormFactor = Enum.FormFactor.Custom
  1520. p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1521. 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)
  1522. p15.CanCollide = false
  1523. p15.Locked = true
  1524. p15.BottomSurface = Enum.SurfaceType.Smooth
  1525. p15.TopSurface = Enum.SurfaceType.Smooth
  1526. p16 = Instance.new("Part", m)
  1527. p16.BrickColor = BrickColor.new("Really black")
  1528. p16.Material = Enum.Material.Neon
  1529. p16.FormFactor = Enum.FormFactor.Custom
  1530. p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1531. 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)
  1532. p16.CanCollide = false
  1533. p16.Locked = true
  1534. p16.BottomSurface = Enum.SurfaceType.Smooth
  1535. p16.TopSurface = Enum.SurfaceType.Smooth
  1536. b13 = Instance.new("SpecialMesh", p16)
  1537. b13.MeshType = Enum.MeshType.Sphere
  1538. b13.Name = "Mesh"
  1539. p17 = Instance.new("Part", m)
  1540. p17.BrickColor = BrickColor.new("Bright blue")
  1541. p17.Material = Enum.Material.Neon
  1542. p17.FormFactor = Enum.FormFactor.Custom
  1543. p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1544. 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)
  1545. p17.CanCollide = false
  1546. p17.Locked = true
  1547. p17.BottomSurface = Enum.SurfaceType.Smooth
  1548. p17.TopSurface = Enum.SurfaceType.Smooth
  1549. p18 = Instance.new("Part", m)
  1550. p18.BrickColor = BrickColor.new("Bright blue")
  1551. p18.Material = Enum.Material.Neon
  1552. p18.FormFactor = Enum.FormFactor.Custom
  1553. p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  1554. 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)
  1555. p18.CanCollide = false
  1556. p18.Locked = true
  1557. p18.BottomSurface = Enum.SurfaceType.Smooth
  1558. p18.TopSurface = Enum.SurfaceType.Smooth
  1559. p19 = Instance.new("Part", m)
  1560. p19.BrickColor = BrickColor.new("Bright blue")
  1561. p19.Material = Enum.Material.Neon
  1562. p19.FormFactor = Enum.FormFactor.Custom
  1563. p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  1564. 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)
  1565. p19.CanCollide = false
  1566. p19.Locked = true
  1567. p19.BottomSurface = Enum.SurfaceType.Smooth
  1568. p19.TopSurface = Enum.SurfaceType.Smooth
  1569. p20 = Instance.new("Part", m)
  1570. p20.BrickColor = BrickColor.new("Bright blue")
  1571. p20.Material = Enum.Material.Neon
  1572. p20.FormFactor = Enum.FormFactor.Custom
  1573. p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
  1574. 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)
  1575. p20.CanCollide = false
  1576. p20.Locked = true
  1577. p20.BottomSurface = Enum.SurfaceType.Smooth
  1578. p20.TopSurface = Enum.SurfaceType.Smooth
  1579. p21 = Instance.new("Part", m)
  1580. p21.BrickColor = BrickColor.new("Bright blue")
  1581. p21.Material = Enum.Material.Neon
  1582. p21.FormFactor = Enum.FormFactor.Custom
  1583. p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  1584. 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)
  1585. p21.CanCollide = false
  1586. p21.Locked = true
  1587. p21.BottomSurface = Enum.SurfaceType.Smooth
  1588. p21.TopSurface = Enum.SurfaceType.Smooth
  1589. p22 = Instance.new("Part", m)
  1590. p22.BrickColor = BrickColor.new("Really black")
  1591. p22.Material = Enum.Material.Neon
  1592. p22.FormFactor = Enum.FormFactor.Custom
  1593. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1594. 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)
  1595. p22.CanCollide = false
  1596. p22.Locked = true
  1597. p22.BottomSurface = Enum.SurfaceType.Smooth
  1598. p22.TopSurface = Enum.SurfaceType.Smooth
  1599. b14 = Instance.new("SpecialMesh", p22)
  1600. b14.MeshType = Enum.MeshType.Sphere
  1601. b14.Name = "Mesh"
  1602. p23 = Instance.new("Part", m)
  1603. p23.BrickColor = BrickColor.new("Really black")
  1604. p23.Material = Enum.Material.Neon
  1605. p23.FormFactor = Enum.FormFactor.Custom
  1606. p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1607. 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)
  1608. p23.CanCollide = false
  1609. p23.Locked = true
  1610. p23.BottomSurface = Enum.SurfaceType.Smooth
  1611. p23.TopSurface = Enum.SurfaceType.Smooth
  1612. b15 = Instance.new("SpecialMesh", p23)
  1613. b15.MeshType = Enum.MeshType.Sphere
  1614. b15.Name = "Mesh"
  1615. p24 = Instance.new("Part", m)
  1616. p24.BrickColor = BrickColor.new("Really black")
  1617. p24.Material = Enum.Material.Neon
  1618. p24.FormFactor = Enum.FormFactor.Custom
  1619. p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1620. 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)
  1621. p24.CanCollide = false
  1622. p24.Locked = true
  1623. p24.BottomSurface = Enum.SurfaceType.Smooth
  1624. p24.TopSurface = Enum.SurfaceType.Smooth
  1625. b16 = Instance.new("SpecialMesh", p24)
  1626. b16.MeshType = Enum.MeshType.Sphere
  1627. b16.Name = "Mesh"
  1628. w1 = Instance.new("Weld", p1)
  1629. w1.Name = "Wedge_Weld"
  1630. w1.Part0 = p1
  1631. 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)
  1632. w1.Part1 = p2
  1633. 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)
  1634. w2 = Instance.new("Weld", p2)
  1635. w2.Name = "Wedge_Weld"
  1636. w2.Part0 = p2
  1637. 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)
  1638. w2.Part1 = p3
  1639. 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)
  1640. w3 = Instance.new("Weld", p3)
  1641. w3.Name = "Wedge_Weld"
  1642. w3.Part0 = p3
  1643. 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)
  1644. w3.Part1 = p4
  1645. 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)
  1646. w4 = Instance.new("Weld", p4)
  1647. w4.Name = "Wedge_Weld"
  1648. w4.Part0 = p4
  1649. 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)
  1650. w4.Part1 = p5
  1651. 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)
  1652. w5 = Instance.new("Weld", p5)
  1653. w5.Name = "Wedge_Weld"
  1654. w5.Part0 = p5
  1655. 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)
  1656. w5.Part1 = p6
  1657. 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)
  1658. w6 = Instance.new("Weld", p6)
  1659. w6.Name = "Wedge_Weld"
  1660. w6.Part0 = p6
  1661. 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)
  1662. w6.Part1 = p7
  1663. 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)
  1664. w7 = Instance.new("Weld", p7)
  1665. w7.Name = "Part_Weld"
  1666. w7.Part0 = p7
  1667. 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)
  1668. w7.Part1 = p8
  1669. 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)
  1670. w8 = Instance.new("Weld", p8)
  1671. w8.Name = "Part_Weld"
  1672. w8.Part0 = p8
  1673. 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)
  1674. w8.Part1 = p9
  1675. 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)
  1676. w9 = Instance.new("Weld", p9)
  1677. w9.Name = "Part_Weld"
  1678. w9.Part0 = p9
  1679. 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)
  1680. w9.Part1 = p10
  1681. 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)
  1682. w10 = Instance.new("Weld", p10)
  1683. w10.Name = "Part_Weld"
  1684. w10.Part0 = p10
  1685. 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)
  1686. w10.Part1 = p11
  1687. 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)
  1688. w11 = Instance.new("Weld", p11)
  1689. w11.Name = "Part_Weld"
  1690. w11.Part0 = p11
  1691. 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)
  1692. w11.Part1 = p12
  1693. 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)
  1694. w12 = Instance.new("Weld", p12)
  1695. w12.Name = "Part_Weld"
  1696. w12.Part0 = p12
  1697. 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)
  1698. w12.Part1 = p13
  1699. 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)
  1700. w13 = Instance.new("Weld", p13)
  1701. w13.Name = "Part_Weld"
  1702. w13.Part0 = p13
  1703. 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)
  1704. w13.Part1 = p14
  1705. 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)
  1706. w14 = Instance.new("Weld", p14)
  1707. w14.Name = "Part_Weld"
  1708. w14.Part0 = p14
  1709. 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)
  1710. w14.Part1 = p15
  1711. 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)
  1712. w15 = Instance.new("Weld", p15)
  1713. w15.Name = "Part_Weld"
  1714. w15.Part0 = p15
  1715. 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)
  1716. w15.Part1 = p16
  1717. 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)
  1718. w16 = Instance.new("Weld", p16)
  1719. w16.Name = "Part_Weld"
  1720. w16.Part0 = p16
  1721. 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)
  1722. w16.Part1 = p17
  1723. 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)
  1724. w17 = Instance.new("Weld", p17)
  1725. w17.Name = "Part_Weld"
  1726. w17.Part0 = p17
  1727. 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)
  1728. w17.Part1 = p18
  1729. 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)
  1730. w18 = Instance.new("Weld", p18)
  1731. w18.Name = "Part_Weld"
  1732. w18.Part0 = p18
  1733. 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)
  1734. w18.Part1 = p19
  1735. 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)
  1736. w19 = Instance.new("Weld", p19)
  1737. w19.Name = "Part_Weld"
  1738. w19.Part0 = p19
  1739. 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)
  1740. w19.Part1 = p20
  1741. 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)
  1742. w20 = Instance.new("Weld", p20)
  1743. w20.Name = "Part_Weld"
  1744. w20.Part0 = p20
  1745. 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)
  1746. w20.Part1 = p21
  1747. 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)
  1748. w21 = Instance.new("Weld", p21)
  1749. w21.Name = "Part_Weld"
  1750. w21.Part0 = p21
  1751. 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)
  1752. w21.Part1 = p22
  1753. 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)
  1754. w22 = Instance.new("Weld", p22)
  1755. w22.Name = "Part_Weld"
  1756. w22.Part0 = p22
  1757. 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)
  1758. w22.Part1 = p23
  1759. 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)
  1760. w23 = Instance.new("Weld", p23)
  1761. w23.Name = "Part_Weld"
  1762. w23.Part0 = p23
  1763. 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)
  1764. w23.Part1 = p24
  1765. 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)
  1766. w24 = Instance.new("Weld", p24)
  1767. w24.Name = "Part_Weld"
  1768. w24.Part0 = p24
  1769. 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)
  1770. m.Parent = larm
  1771. m:MakeJoints()
  1772. ----------------------------------------------------
  1773. local cor3 = Instance.new("Part", larm.LeftArm)
  1774. cor3.Name = "Thingy"
  1775. cor3.Locked = true
  1776. cor3.BottomSurface = 0
  1777. cor3.CanCollide = false
  1778. cor3.Size = Vector3.new(2, 1, 1)
  1779. cor3.Transparency = 1
  1780. cor3.TopSurface = 0
  1781. corw2 = Instance.new("Weld", cor3)
  1782. corw2.Part0 = larm
  1783. corw2.Part1 = cor3
  1784. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1785. corw2.C1 = CFrame.new(0, 0, 0)
  1786. weld2 = Instance.new("Weld", larm.LeftArm)
  1787. weld2.Part0 = cor3
  1788. weld2.Part1 = p15
  1789. weld2.C0 = CFrame.new(0, 0, 0)
  1790. ----------------------------------------------------
  1791. local m = Instance.new("Model")
  1792. m.Name = "RightArm"
  1793. p1 = Instance.new("WedgePart", m)
  1794. p1.BrickColor = BrickColor.new("Bright blue")
  1795. p1.Material = Enum.Material.Neon
  1796. p1.Name = "Wedge"
  1797. p1.FormFactor = Enum.FormFactor.Custom
  1798. p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1799. 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)
  1800. p1.CanCollide = false
  1801. p1.Locked = true
  1802. p1.TopSurface = Enum.SurfaceType.Smooth
  1803. b1 = Instance.new("SpecialMesh", p1)
  1804. b1.MeshType = Enum.MeshType.Wedge
  1805. b1.Name = "Mesh"
  1806. b1.Scale = Vector3.new(0.200000003, 1, 1)
  1807. p2 = Instance.new("WedgePart", m)
  1808. p2.BrickColor = BrickColor.new("Bright blue")
  1809. p2.Material = Enum.Material.Neon
  1810. p2.Name = "Wedge"
  1811. p2.FormFactor = Enum.FormFactor.Custom
  1812. p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1813. 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)
  1814. p2.CanCollide = false
  1815. p2.Locked = true
  1816. p2.TopSurface = Enum.SurfaceType.Smooth
  1817. b2 = Instance.new("SpecialMesh", p2)
  1818. b2.MeshType = Enum.MeshType.Wedge
  1819. b2.Name = "Mesh"
  1820. b2.Scale = Vector3.new(0.200000003, 1, 1)
  1821. p3 = Instance.new("WedgePart", m)
  1822. p3.BrickColor = BrickColor.new("Bright blue")
  1823. p3.Material = Enum.Material.Neon
  1824. p3.Name = "Wedge"
  1825. p3.FormFactor = Enum.FormFactor.Custom
  1826. p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
  1827. 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)
  1828. p3.CanCollide = false
  1829. p3.Locked = true
  1830. p3.TopSurface = Enum.SurfaceType.Smooth
  1831. b3 = Instance.new("SpecialMesh", p3)
  1832. b3.MeshType = Enum.MeshType.Wedge
  1833. b3.Name = "Mesh"
  1834. b3.Scale = Vector3.new(0.200000003, 1, 1)
  1835. p4 = Instance.new("WedgePart", m)
  1836. p4.BrickColor = BrickColor.new("Bright blue")
  1837. p4.Material = Enum.Material.Neon
  1838. p4.Name = "Wedge"
  1839. p4.FormFactor = Enum.FormFactor.Custom
  1840. p4.Size = Vector3.new(1, 1.19999981, 4)
  1841. 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)
  1842. p4.CanCollide = false
  1843. p4.Locked = true
  1844. p4.TopSurface = Enum.SurfaceType.Smooth
  1845. b4 = Instance.new("SpecialMesh", p4)
  1846. b4.MeshType = Enum.MeshType.Wedge
  1847. b4.Name = "Mesh"
  1848. b4.Scale = Vector3.new(0.200000003, 1, 1)
  1849. p5 = Instance.new("WedgePart", m)
  1850. p5.BrickColor = BrickColor.new("Bright blue")
  1851. p5.Material = Enum.Material.Neon
  1852. p5.Name = "Wedge"
  1853. p5.FormFactor = Enum.FormFactor.Custom
  1854. p5.Size = Vector3.new(1, 1.19999981, 4)
  1855. 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)
  1856. p5.CanCollide = false
  1857. p5.Locked = true
  1858. p5.TopSurface = Enum.SurfaceType.Smooth
  1859. b5 = Instance.new("SpecialMesh", p5)
  1860. b5.MeshType = Enum.MeshType.Wedge
  1861. b5.Name = "Mesh"
  1862. b5.Scale = Vector3.new(0.200000003, 1, 1)
  1863. p6 = Instance.new("WedgePart", m)
  1864. p6.BrickColor = BrickColor.new("Bright blue")
  1865. p6.Material = Enum.Material.Neon
  1866. p6.Name = "Wedge"
  1867. p6.FormFactor = Enum.FormFactor.Custom
  1868. p6.Size = Vector3.new(1, 1.19999981, 4)
  1869. 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)
  1870. p6.CanCollide = false
  1871. p6.Locked = true
  1872. p6.TopSurface = Enum.SurfaceType.Smooth
  1873. b6 = Instance.new("SpecialMesh", p6)
  1874. b6.MeshType = Enum.MeshType.Wedge
  1875. b6.Name = "Mesh"
  1876. b6.Scale = Vector3.new(0.200000003, 1, 1)
  1877. p7 = Instance.new("Part", m)
  1878. p7.BrickColor = BrickColor.new("Really black")
  1879. p7.Material = Enum.Material.Neon
  1880. p7.FormFactor = Enum.FormFactor.Custom
  1881. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1882. 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)
  1883. p7.CanCollide = false
  1884. p7.Locked = true
  1885. p7.BottomSurface = Enum.SurfaceType.Smooth
  1886. p7.TopSurface = Enum.SurfaceType.Smooth
  1887. b7 = Instance.new("SpecialMesh", p7)
  1888. b7.MeshType = Enum.MeshType.Sphere
  1889. b7.Name = "Mesh"
  1890. p8 = Instance.new("Part", m)
  1891. p8.BrickColor = BrickColor.new("Bright blue")
  1892. p8.Material = Enum.Material.Neon
  1893. p8.FormFactor = Enum.FormFactor.Custom
  1894. p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
  1895. 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)
  1896. p8.CanCollide = false
  1897. p8.Locked = true
  1898. p8.BottomSurface = Enum.SurfaceType.Smooth
  1899. p8.TopSurface = Enum.SurfaceType.Smooth
  1900. p9 = Instance.new("Part", m)
  1901. p9.BrickColor = BrickColor.new("Really black")
  1902. p9.Material = Enum.Material.Neon
  1903. p9.FormFactor = Enum.FormFactor.Custom
  1904. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1905. 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)
  1906. p9.CanCollide = false
  1907. p9.Locked = true
  1908. p9.BottomSurface = Enum.SurfaceType.Smooth
  1909. p9.TopSurface = Enum.SurfaceType.Smooth
  1910. b8 = Instance.new("SpecialMesh", p9)
  1911. b8.MeshType = Enum.MeshType.Sphere
  1912. b8.Name = "Mesh"
  1913. p10 = Instance.new("Part", m)
  1914. p10.BrickColor = BrickColor.new("Really black")
  1915. p10.Material = Enum.Material.Neon
  1916. p10.FormFactor = Enum.FormFactor.Custom
  1917. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1918. 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)
  1919. p10.CanCollide = false
  1920. p10.Locked = true
  1921. p10.BottomSurface = Enum.SurfaceType.Smooth
  1922. p10.TopSurface = Enum.SurfaceType.Smooth
  1923. b9 = Instance.new("SpecialMesh", p10)
  1924. b9.MeshType = Enum.MeshType.Sphere
  1925. b9.Name = "Mesh"
  1926. p11 = Instance.new("Part", m)
  1927. p11.BrickColor = BrickColor.new("Bright blue")
  1928. p11.Material = Enum.Material.Neon
  1929. p11.FormFactor = Enum.FormFactor.Custom
  1930. p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
  1931. 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)
  1932. p11.CanCollide = false
  1933. p11.Locked = true
  1934. p11.BottomSurface = Enum.SurfaceType.Smooth
  1935. p11.TopSurface = Enum.SurfaceType.Smooth
  1936. p12 = Instance.new("Part", m)
  1937. p12.BrickColor = BrickColor.new("Bright blue")
  1938. p12.Material = Enum.Material.Neon
  1939. p12.FormFactor = Enum.FormFactor.Custom
  1940. p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
  1941. 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)
  1942. p12.CanCollide = false
  1943. p12.Locked = true
  1944. p12.BottomSurface = Enum.SurfaceType.Smooth
  1945. p12.TopSurface = Enum.SurfaceType.Smooth
  1946. p13 = Instance.new("Part", m)
  1947. p13.BrickColor = BrickColor.new("Bright blue")
  1948. p13.Material = Enum.Material.Neon
  1949. p13.FormFactor = Enum.FormFactor.Custom
  1950. p13.Size = Vector3.new(1.5, 1.5, 1.5)
  1951. 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)
  1952. p13.CanCollide = false
  1953. p13.Locked = true
  1954. p13.BottomSurface = Enum.SurfaceType.Smooth
  1955. p13.TopSurface = Enum.SurfaceType.Smooth
  1956. b10 = Instance.new("SpecialMesh", p13)
  1957. b10.MeshType = Enum.MeshType.Sphere
  1958. b10.Name = "Mesh"
  1959. p14 = Instance.new("Part", m)
  1960. p14.BrickColor = BrickColor.new("Really black")
  1961. p14.Material = Enum.Material.Metal
  1962. p14.Name = "Main"
  1963. p14.FormFactor = Enum.FormFactor.Custom
  1964. p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  1965. 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)
  1966. p14.CanCollide = false
  1967. p14.Locked = true
  1968. p14.BottomSurface = Enum.SurfaceType.Smooth
  1969. p14.TopSurface = Enum.SurfaceType.Smooth
  1970. p15 = Instance.new("Part", m)
  1971. p15.BrickColor = BrickColor.new("Really black")
  1972. p15.Material = Enum.Material.Neon
  1973. p15.FormFactor = Enum.FormFactor.Custom
  1974. p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  1975. 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)
  1976. p15.CanCollide = false
  1977. p15.Locked = true
  1978. p15.BottomSurface = Enum.SurfaceType.Smooth
  1979. p15.TopSurface = Enum.SurfaceType.Smooth
  1980. b11 = Instance.new("SpecialMesh", p15)
  1981. b11.MeshType = Enum.MeshType.Sphere
  1982. b11.Name = "Mesh"
  1983. p16 = Instance.new("Part", m)
  1984. p16.BrickColor = BrickColor.new("Bright blue")
  1985. p16.Material = Enum.Material.Neon
  1986. p16.FormFactor = Enum.FormFactor.Custom
  1987. p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
  1988. 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)
  1989. p16.CanCollide = false
  1990. p16.Locked = true
  1991. p16.BottomSurface = Enum.SurfaceType.Smooth
  1992. p16.TopSurface = Enum.SurfaceType.Smooth
  1993. p17 = Instance.new("Part", m)
  1994. p17.BrickColor = BrickColor.new("Bright blue")
  1995. p17.Material = Enum.Material.Neon
  1996. p17.FormFactor = Enum.FormFactor.Custom
  1997. p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
  1998. 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)
  1999. p17.CanCollide = false
  2000. p17.Locked = true
  2001. p17.BottomSurface = Enum.SurfaceType.Smooth
  2002. p17.TopSurface = Enum.SurfaceType.Smooth
  2003. p18 = Instance.new("Part", m)
  2004. p18.BrickColor = BrickColor.new("Really black")
  2005. p18.Material = Enum.Material.Neon
  2006. p18.FormFactor = Enum.FormFactor.Custom
  2007. p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2008. 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)
  2009. p18.CanCollide = false
  2010. p18.Locked = true
  2011. p18.BottomSurface = Enum.SurfaceType.Smooth
  2012. p18.TopSurface = Enum.SurfaceType.Smooth
  2013. b12 = Instance.new("SpecialMesh", p18)
  2014. b12.MeshType = Enum.MeshType.Sphere
  2015. b12.Name = "Mesh"
  2016. p19 = Instance.new("Part", m)
  2017. p19.BrickColor = BrickColor.new("Really black")
  2018. p19.Material = Enum.Material.Neon
  2019. p19.FormFactor = Enum.FormFactor.Custom
  2020. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2021. 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)
  2022. p19.CanCollide = false
  2023. p19.Locked = true
  2024. p19.BottomSurface = Enum.SurfaceType.Smooth
  2025. p19.TopSurface = Enum.SurfaceType.Smooth
  2026. b13 = Instance.new("SpecialMesh", p19)
  2027. b13.MeshType = Enum.MeshType.Sphere
  2028. b13.Name = "Mesh"
  2029. w1 = Instance.new("Weld", p1)
  2030. w1.Name = "Wedge_Weld"
  2031. w1.Part0 = p1
  2032. 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)
  2033. w1.Part1 = p2
  2034. 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)
  2035. w2 = Instance.new("Weld", p2)
  2036. w2.Name = "Wedge_Weld"
  2037. w2.Part0 = p2
  2038. 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)
  2039. w2.Part1 = p3
  2040. 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)
  2041. w3 = Instance.new("Weld", p3)
  2042. w3.Name = "Wedge_Weld"
  2043. w3.Part0 = p3
  2044. 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)
  2045. w3.Part1 = p4
  2046. 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)
  2047. w4 = Instance.new("Weld", p4)
  2048. w4.Name = "Wedge_Weld"
  2049. w4.Part0 = p4
  2050. 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)
  2051. w4.Part1 = p5
  2052. 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)
  2053. w5 = Instance.new("Weld", p5)
  2054. w5.Name = "Wedge_Weld"
  2055. w5.Part0 = p5
  2056. 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)
  2057. w5.Part1 = p6
  2058. 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)
  2059. w6 = Instance.new("Weld", p6)
  2060. w6.Name = "Part_Weld"
  2061. w6.Part0 = p6
  2062. 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)
  2063. w6.Part1 = p7
  2064. 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)
  2065. w7 = Instance.new("Weld", p7)
  2066. w7.Name = "Part_Weld"
  2067. w7.Part0 = p7
  2068. 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)
  2069. w7.Part1 = p8
  2070. 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)
  2071. w8 = Instance.new("Weld", p8)
  2072. w8.Name = "Part_Weld"
  2073. w8.Part0 = p8
  2074. 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)
  2075. w8.Part1 = p9
  2076. 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)
  2077. w9 = Instance.new("Weld", p9)
  2078. w9.Name = "Part_Weld"
  2079. w9.Part0 = p9
  2080. 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)
  2081. w9.Part1 = p10
  2082. 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)
  2083. w10 = Instance.new("Weld", p10)
  2084. w10.Name = "Part_Weld"
  2085. w10.Part0 = p10
  2086. 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)
  2087. w10.Part1 = p11
  2088. 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)
  2089. w11 = Instance.new("Weld", p11)
  2090. w11.Name = "Part_Weld"
  2091. w11.Part0 = p11
  2092. 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)
  2093. w11.Part1 = p12
  2094. 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)
  2095. w12 = Instance.new("Weld", p12)
  2096. w12.Name = "Part_Weld"
  2097. w12.Part0 = p12
  2098. 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)
  2099. w12.Part1 = p13
  2100. 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)
  2101. w13 = Instance.new("Weld", p13)
  2102. w13.Name = "Part_Weld"
  2103. w13.Part0 = p13
  2104. 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)
  2105. w13.Part1 = p14
  2106. 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)
  2107. w14 = Instance.new("Weld", p14)
  2108. w14.Name = "Part_Weld"
  2109. w14.Part0 = p14
  2110. 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)
  2111. w14.Part1 = p15
  2112. 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)
  2113. w15 = Instance.new("Weld", p15)
  2114. w15.Name = "Part_Weld"
  2115. w15.Part0 = p15
  2116. 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)
  2117. w15.Part1 = p16
  2118. 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)
  2119. w16 = Instance.new("Weld", p16)
  2120. w16.Name = "Part_Weld"
  2121. w16.Part0 = p16
  2122. 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)
  2123. w16.Part1 = p17
  2124. 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)
  2125. w17 = Instance.new("Weld", p17)
  2126. w17.Name = "Part_Weld"
  2127. w17.Part0 = p17
  2128. 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)
  2129. w17.Part1 = p18
  2130. 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)
  2131. w18 = Instance.new("Weld", p18)
  2132. w18.Name = "Part_Weld"
  2133. w18.Part0 = p18
  2134. 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)
  2135. w18.Part1 = p19
  2136. 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)
  2137. w19 = Instance.new("Weld", p19)
  2138. w19.Name = "Wedge_Weld"
  2139. w19.Part0 = p19
  2140. 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)
  2141. m.Parent = rarm
  2142. m:MakeJoints()
  2143. ----------------------------------------------------
  2144. local cor4 = Instance.new("Part", rarm.RightArm)
  2145. cor4.Name = "Thingy"
  2146. cor4.Locked = true
  2147. cor4.BottomSurface = 0
  2148. cor4.CanCollide = false
  2149. cor4.Size = Vector3.new(2, 1, 1)
  2150. cor4.Transparency = 1
  2151. cor4.TopSurface = 0
  2152. corw2 = Instance.new("Weld", cor4)
  2153. corw2.Part0 = rarm
  2154. corw2.Part1 = cor4
  2155. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2156. corw2.C1 = CFrame.new(0, 0, 0)
  2157. weld2 = Instance.new("Weld", rarm.RightArm)
  2158. weld2.Part0 = cor4
  2159. weld2.Part1 = p14
  2160. weld2.C0 = CFrame.new(0, 0, 0)
  2161. ----------------------------------------------------
  2162. local m = Instance.new("Model")
  2163. m.Name = "Torso"
  2164. p1 = Instance.new("Part", m)
  2165. p1.BrickColor = BrickColor.new("Really black")
  2166. p1.Material = Enum.Material.Neon
  2167. p1.FormFactor = Enum.FormFactor.Custom
  2168. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2169. 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)
  2170. p1.CanCollide = false
  2171. p1.Locked = true
  2172. p1.BottomSurface = Enum.SurfaceType.Smooth
  2173. p1.TopSurface = Enum.SurfaceType.Smooth
  2174. b1 = Instance.new("SpecialMesh", p1)
  2175. b1.MeshType = Enum.MeshType.Sphere
  2176. b1.Name = "Mesh"
  2177. p2 = Instance.new("Part", m)
  2178. p2.BrickColor = BrickColor.new("Really black")
  2179. p2.Material = Enum.Material.Neon
  2180. p2.FormFactor = Enum.FormFactor.Custom
  2181. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2182. 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)
  2183. p2.CanCollide = false
  2184. p2.Locked = true
  2185. p2.BottomSurface = Enum.SurfaceType.Smooth
  2186. p2.TopSurface = Enum.SurfaceType.Smooth
  2187. b2 = Instance.new("SpecialMesh", p2)
  2188. b2.MeshType = Enum.MeshType.Sphere
  2189. b2.Name = "Mesh"
  2190. p3 = Instance.new("Part", m)
  2191. p3.BrickColor = BrickColor.new("Bright blue")
  2192. p3.Material = Enum.Material.Neon
  2193. p3.FormFactor = Enum.FormFactor.Custom
  2194. p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2195. 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)
  2196. p3.CanCollide = false
  2197. p3.Locked = true
  2198. p3.BottomSurface = Enum.SurfaceType.Smooth
  2199. p3.TopSurface = Enum.SurfaceType.Smooth
  2200. p4 = Instance.new("Part", m)
  2201. p4.BrickColor = BrickColor.new("Bright blue")
  2202. p4.Material = Enum.Material.Neon
  2203. p4.FormFactor = Enum.FormFactor.Custom
  2204. p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2205. 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)
  2206. p4.CanCollide = false
  2207. p4.Locked = true
  2208. p4.BottomSurface = Enum.SurfaceType.Smooth
  2209. p4.TopSurface = Enum.SurfaceType.Smooth
  2210. p5 = Instance.new("Part", m)
  2211. p5.BrickColor = BrickColor.new("Bright blue")
  2212. p5.Material = Enum.Material.Neon
  2213. p5.FormFactor = Enum.FormFactor.Custom
  2214. p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2215. 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)
  2216. p5.CanCollide = false
  2217. p5.Locked = true
  2218. p5.BottomSurface = Enum.SurfaceType.Smooth
  2219. p5.TopSurface = Enum.SurfaceType.Smooth
  2220. p6 = Instance.new("Part", m)
  2221. p6.BrickColor = BrickColor.new("Bright blue")
  2222. p6.Material = Enum.Material.Neon
  2223. p6.FormFactor = Enum.FormFactor.Custom
  2224. p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
  2225. 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)
  2226. p6.CanCollide = false
  2227. p6.Locked = true
  2228. p6.BottomSurface = Enum.SurfaceType.Smooth
  2229. p6.TopSurface = Enum.SurfaceType.Smooth
  2230. p7 = Instance.new("Part", m)
  2231. p7.BrickColor = BrickColor.new("Really black")
  2232. p7.Material = Enum.Material.Neon
  2233. p7.FormFactor = Enum.FormFactor.Custom
  2234. p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2235. 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)
  2236. p7.CanCollide = false
  2237. p7.Locked = true
  2238. p7.BottomSurface = Enum.SurfaceType.Smooth
  2239. p7.TopSurface = Enum.SurfaceType.Smooth
  2240. b3 = Instance.new("SpecialMesh", p7)
  2241. b3.MeshType = Enum.MeshType.Sphere
  2242. b3.Name = "Mesh"
  2243. p8 = Instance.new("Part", m)
  2244. p8.BrickColor = BrickColor.new("Really black")
  2245. p8.Material = Enum.Material.Neon
  2246. p8.FormFactor = Enum.FormFactor.Custom
  2247. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2248. 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)
  2249. p8.CanCollide = false
  2250. p8.Locked = true
  2251. p8.BottomSurface = Enum.SurfaceType.Smooth
  2252. p8.TopSurface = Enum.SurfaceType.Smooth
  2253. b4 = Instance.new("SpecialMesh", p8)
  2254. b4.MeshType = Enum.MeshType.Sphere
  2255. b4.Name = "Mesh"
  2256. p9 = Instance.new("Part", m)
  2257. p9.BrickColor = BrickColor.new("Really black")
  2258. p9.Material = Enum.Material.Neon
  2259. p9.FormFactor = Enum.FormFactor.Custom
  2260. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2261. 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)
  2262. p9.CanCollide = false
  2263. p9.Locked = true
  2264. p9.BottomSurface = Enum.SurfaceType.Smooth
  2265. p9.TopSurface = Enum.SurfaceType.Smooth
  2266. b5 = Instance.new("SpecialMesh", p9)
  2267. b5.MeshType = Enum.MeshType.Sphere
  2268. b5.Name = "Mesh"
  2269. p10 = Instance.new("Part", m)
  2270. p10.BrickColor = BrickColor.new("Bright blue")
  2271. p10.Material = Enum.Material.Neon
  2272. p10.FormFactor = Enum.FormFactor.Custom
  2273. p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
  2274. 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)
  2275. p10.CanCollide = false
  2276. p10.Locked = true
  2277. p10.BottomSurface = Enum.SurfaceType.Smooth
  2278. p10.TopSurface = Enum.SurfaceType.Smooth
  2279. p11 = Instance.new("Part", m)
  2280. p11.BrickColor = BrickColor.new("Really black")
  2281. p11.Material = Enum.Material.Metal
  2282. p11.Name = "Main"
  2283. p11.FormFactor = Enum.FormFactor.Custom
  2284. p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
  2285. 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)
  2286. p11.CanCollide = false
  2287. p11.Locked = true
  2288. p11.BottomSurface = Enum.SurfaceType.Smooth
  2289. p11.TopSurface = Enum.SurfaceType.Smooth
  2290. p12 = Instance.new("Part", m)
  2291. p12.BrickColor = BrickColor.new("Really black")
  2292. p12.Material = Enum.Material.Neon
  2293. p12.FormFactor = Enum.FormFactor.Custom
  2294. p12.Size = Vector3.new(3, 3, 2)
  2295. 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)
  2296. p12.CanCollide = false
  2297. p12.Locked = true
  2298. p12.BottomSurface = Enum.SurfaceType.Smooth
  2299. p12.TopSurface = Enum.SurfaceType.Smooth
  2300. b6 = Instance.new("SpecialMesh", p12)
  2301. b6.MeshType = Enum.MeshType.Sphere
  2302. b6.Name = "Mesh"
  2303. p13 = Instance.new("Part", m)
  2304. p13.BrickColor = BrickColor.new("Bright blue")
  2305. p13.Material = Enum.Material.Neon
  2306. p13.FormFactor = Enum.FormFactor.Custom
  2307. p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
  2308. 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)
  2309. p13.CanCollide = false
  2310. p13.Locked = true
  2311. p13.BottomSurface = Enum.SurfaceType.Smooth
  2312. p13.TopSurface = Enum.SurfaceType.Smooth
  2313. p14 = Instance.new("Part", m)
  2314. p14.BrickColor = BrickColor.new("Bright blue")
  2315. p14.Material = Enum.Material.Neon
  2316. p14.FormFactor = Enum.FormFactor.Custom
  2317. p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2318. 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)
  2319. p14.CanCollide = false
  2320. p14.Locked = true
  2321. p14.BottomSurface = Enum.SurfaceType.Smooth
  2322. p14.TopSurface = Enum.SurfaceType.Smooth
  2323. p15 = Instance.new("Part", m)
  2324. p15.BrickColor = BrickColor.new("Bright blue")
  2325. p15.Material = Enum.Material.Neon
  2326. p15.FormFactor = Enum.FormFactor.Custom
  2327. p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
  2328. 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)
  2329. p15.CanCollide = false
  2330. p15.Locked = true
  2331. p15.BottomSurface = Enum.SurfaceType.Smooth
  2332. p15.TopSurface = Enum.SurfaceType.Smooth
  2333. p16 = Instance.new("Part", m)
  2334. p16.BrickColor = BrickColor.new("Bright blue")
  2335. p16.Material = Enum.Material.Neon
  2336. p16.FormFactor = Enum.FormFactor.Custom
  2337. p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
  2338. 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)
  2339. p16.CanCollide = false
  2340. p16.Locked = true
  2341. p16.BottomSurface = Enum.SurfaceType.Smooth
  2342. p16.TopSurface = Enum.SurfaceType.Smooth
  2343. p17 = Instance.new("Part", m)
  2344. p17.BrickColor = BrickColor.new("Bright blue")
  2345. p17.Material = Enum.Material.Neon
  2346. p17.FormFactor = Enum.FormFactor.Custom
  2347. p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
  2348. 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)
  2349. p17.CanCollide = false
  2350. p17.Locked = true
  2351. p17.BottomSurface = Enum.SurfaceType.Smooth
  2352. p17.TopSurface = Enum.SurfaceType.Smooth
  2353. p18 = Instance.new("Part", m)
  2354. p18.BrickColor = BrickColor.new("Bright blue")
  2355. p18.Material = Enum.Material.Neon
  2356. p18.FormFactor = Enum.FormFactor.Custom
  2357. p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
  2358. 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)
  2359. p18.CanCollide = false
  2360. p18.Locked = true
  2361. p18.BottomSurface = Enum.SurfaceType.Smooth
  2362. p18.TopSurface = Enum.SurfaceType.Smooth
  2363. p19 = Instance.new("Part", m)
  2364. p19.BrickColor = BrickColor.new("Really black")
  2365. p19.Material = Enum.Material.Neon
  2366. p19.FormFactor = Enum.FormFactor.Custom
  2367. p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2368. 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)
  2369. p19.CanCollide = false
  2370. p19.Locked = true
  2371. p19.BottomSurface = Enum.SurfaceType.Smooth
  2372. p19.TopSurface = Enum.SurfaceType.Smooth
  2373. b7 = Instance.new("SpecialMesh", p19)
  2374. b7.MeshType = Enum.MeshType.Sphere
  2375. b7.Name = "Mesh"
  2376. p20 = Instance.new("Part", m)
  2377. p20.BrickColor = BrickColor.new("Really black")
  2378. p20.Material = Enum.Material.Neon
  2379. p20.FormFactor = Enum.FormFactor.Custom
  2380. p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2381. 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)
  2382. p20.CanCollide = false
  2383. p20.Locked = true
  2384. p20.BottomSurface = Enum.SurfaceType.Smooth
  2385. p20.TopSurface = Enum.SurfaceType.Smooth
  2386. b8 = Instance.new("SpecialMesh", p20)
  2387. b8.MeshType = Enum.MeshType.Sphere
  2388. b8.Name = "Mesh"
  2389. p21 = Instance.new("Part", m)
  2390. p21.BrickColor = BrickColor.new("Bright blue")
  2391. p21.Material = Enum.Material.Neon
  2392. p21.FormFactor = Enum.FormFactor.Custom
  2393. p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
  2394. 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)
  2395. p21.CanCollide = false
  2396. p21.Locked = true
  2397. p21.BottomSurface = Enum.SurfaceType.Smooth
  2398. p21.TopSurface = Enum.SurfaceType.Smooth
  2399. p22 = Instance.new("Part", m)
  2400. p22.BrickColor = BrickColor.new("Really black")
  2401. p22.Material = Enum.Material.Neon
  2402. p22.FormFactor = Enum.FormFactor.Custom
  2403. p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2404. 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)
  2405. p22.CanCollide = false
  2406. p22.Locked = true
  2407. p22.BottomSurface = Enum.SurfaceType.Smooth
  2408. p22.TopSurface = Enum.SurfaceType.Smooth
  2409. b9 = Instance.new("SpecialMesh", p22)
  2410. b9.MeshType = Enum.MeshType.Sphere
  2411. b9.Name = "Mesh"
  2412. w1 = Instance.new("Weld", p1)
  2413. w1.Name = "Part_Weld"
  2414. w1.Part0 = p1
  2415. 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)
  2416. w1.Part1 = p2
  2417. 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)
  2418. w2 = Instance.new("Weld", p2)
  2419. w2.Name = "Part_Weld"
  2420. w2.Part0 = p2
  2421. 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)
  2422. w2.Part1 = p3
  2423. 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)
  2424. w3 = Instance.new("Weld", p3)
  2425. w3.Name = "Part_Weld"
  2426. w3.Part0 = p3
  2427. 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)
  2428. w3.Part1 = p4
  2429. 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)
  2430. w4 = Instance.new("Weld", p4)
  2431. w4.Name = "Part_Weld"
  2432. w4.Part0 = p4
  2433. 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)
  2434. w4.Part1 = p5
  2435. 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)
  2436. w5 = Instance.new("Weld", p5)
  2437. w5.Name = "Part_Weld"
  2438. w5.Part0 = p5
  2439. 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)
  2440. w5.Part1 = p6
  2441. 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)
  2442. w6 = Instance.new("Weld", p6)
  2443. w6.Name = "Part_Weld"
  2444. w6.Part0 = p6
  2445. 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)
  2446. w6.Part1 = p7
  2447. 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)
  2448. w7 = Instance.new("Weld", p7)
  2449. w7.Name = "Part_Weld"
  2450. w7.Part0 = p7
  2451. 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)
  2452. w7.Part1 = p8
  2453. 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)
  2454. w8 = Instance.new("Weld", p8)
  2455. w8.Name = "Part_Weld"
  2456. w8.Part0 = p8
  2457. 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)
  2458. w8.Part1 = p9
  2459. 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)
  2460. w9 = Instance.new("Weld", p9)
  2461. w9.Name = "Part_Weld"
  2462. w9.Part0 = p9
  2463. 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)
  2464. w9.Part1 = p10
  2465. 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)
  2466. w10 = Instance.new("Weld", p10)
  2467. w10.Name = "Main_Weld"
  2468. w10.Part0 = p10
  2469. 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)
  2470. w10.Part1 = p11
  2471. 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)
  2472. w11 = Instance.new("Weld", p11)
  2473. w11.Name = "Part_Weld"
  2474. w11.Part0 = p11
  2475. 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)
  2476. w11.Part1 = p12
  2477. 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)
  2478. w12 = Instance.new("Weld", p12)
  2479. w12.Name = "Part_Weld"
  2480. w12.Part0 = p12
  2481. 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)
  2482. w12.Part1 = p13
  2483. 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)
  2484. w13 = Instance.new("Weld", p13)
  2485. w13.Name = "Part_Weld"
  2486. w13.Part0 = p13
  2487. 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)
  2488. w13.Part1 = p14
  2489. 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)
  2490. w14 = Instance.new("Weld", p14)
  2491. w14.Name = "Part_Weld"
  2492. w14.Part0 = p14
  2493. 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)
  2494. w14.Part1 = p15
  2495. 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)
  2496. w15 = Instance.new("Weld", p15)
  2497. w15.Name = "Part_Weld"
  2498. w15.Part0 = p15
  2499. 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)
  2500. w15.Part1 = p16
  2501. 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)
  2502. w16 = Instance.new("Weld", p16)
  2503. w16.Name = "Part_Weld"
  2504. w16.Part0 = p16
  2505. 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)
  2506. w16.Part1 = p17
  2507. 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)
  2508. w17 = Instance.new("Weld", p17)
  2509. w17.Name = "Part_Weld"
  2510. w17.Part0 = p17
  2511. 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)
  2512. w17.Part1 = p18
  2513. 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)
  2514. w18 = Instance.new("Weld", p18)
  2515. w18.Name = "Part_Weld"
  2516. w18.Part0 = p18
  2517. 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)
  2518. w18.Part1 = p19
  2519. 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)
  2520. w19 = Instance.new("Weld", p19)
  2521. w19.Name = "Part_Weld"
  2522. w19.Part0 = p19
  2523. 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)
  2524. w19.Part1 = p20
  2525. 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)
  2526. w20 = Instance.new("Weld", p20)
  2527. w20.Name = "Part_Weld"
  2528. w20.Part0 = p20
  2529. 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)
  2530. w20.Part1 = p21
  2531. 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)
  2532. w21 = Instance.new("Weld", p21)
  2533. w21.Name = "Part_Weld"
  2534. w21.Part0 = p21
  2535. 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)
  2536. w21.Part1 = p22
  2537. 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)
  2538. w22 = Instance.new("Weld", p22)
  2539. w22.Name = "Wedge_Weld"
  2540. w22.Part0 = p22
  2541. 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)
  2542. m.Parent = torso
  2543. m:MakeJoints()
  2544. ----------------------------------------------------
  2545. local cor5 = Instance.new("Part", torso.Torso)
  2546. cor5.Name = "Thingy"
  2547. cor5.Locked = true
  2548. cor5.BottomSurface = 0
  2549. cor5.CanCollide = false
  2550. cor5.Size = Vector3.new(2, 1, 1)
  2551. cor5.Transparency = 1
  2552. cor5.TopSurface = 0
  2553. corw2 = Instance.new("Weld", cor5)
  2554. corw2.Part0 = torso
  2555. corw2.Part1 = cor5
  2556. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2557. corw2.C1 = CFrame.new(0, 0, 0)
  2558. weld2 = Instance.new("Weld", torso.Torso)
  2559. weld2.Part0 = cor5
  2560. weld2.Part1 = p11
  2561. weld2.C0 = CFrame.new(0, 0, 0)
  2562. ----------------------------------------------------
  2563. local m = Instance.new("Model")
  2564. m.Name = "RightLeg"
  2565. p1 = Instance.new("Part", m)
  2566. p1.BrickColor = BrickColor.new("Really black")
  2567. p1.Material = Enum.Material.Neon
  2568. p1.FormFactor = Enum.FormFactor.Custom
  2569. p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2570. 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)
  2571. p1.CanCollide = false
  2572. p1.Locked = true
  2573. p1.BottomSurface = Enum.SurfaceType.Smooth
  2574. p1.TopSurface = Enum.SurfaceType.Smooth
  2575. b1 = Instance.new("SpecialMesh", p1)
  2576. b1.MeshType = Enum.MeshType.Sphere
  2577. b1.Name = "Mesh"
  2578. p2 = Instance.new("Part", m)
  2579. p2.BrickColor = BrickColor.new("Really black")
  2580. p2.Material = Enum.Material.Neon
  2581. p2.FormFactor = Enum.FormFactor.Custom
  2582. p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2583. 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)
  2584. p2.CanCollide = false
  2585. p2.Locked = true
  2586. p2.BottomSurface = Enum.SurfaceType.Smooth
  2587. p2.TopSurface = Enum.SurfaceType.Smooth
  2588. b2 = Instance.new("SpecialMesh", p2)
  2589. b2.MeshType = Enum.MeshType.Sphere
  2590. b2.Name = "Mesh"
  2591. p3 = Instance.new("Part", m)
  2592. p3.BrickColor = BrickColor.new("Bright blue")
  2593. p3.Material = Enum.Material.Neon
  2594. p3.FormFactor = Enum.FormFactor.Custom
  2595. p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2596. 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)
  2597. p3.CanCollide = false
  2598. p3.Locked = true
  2599. p3.BottomSurface = Enum.SurfaceType.Smooth
  2600. p3.TopSurface = Enum.SurfaceType.Smooth
  2601. p4 = Instance.new("Part", m)
  2602. p4.BrickColor = BrickColor.new("Really black")
  2603. p4.Material = Enum.Material.Neon
  2604. p4.FormFactor = Enum.FormFactor.Custom
  2605. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2606. 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)
  2607. p4.CanCollide = false
  2608. p4.Locked = true
  2609. p4.BottomSurface = Enum.SurfaceType.Smooth
  2610. p4.TopSurface = Enum.SurfaceType.Smooth
  2611. b3 = Instance.new("SpecialMesh", p4)
  2612. b3.MeshType = Enum.MeshType.Sphere
  2613. b3.Name = "Mesh"
  2614. p5 = Instance.new("Part", m)
  2615. p5.BrickColor = BrickColor.new("Bright blue")
  2616. p5.Material = Enum.Material.Neon
  2617. p5.FormFactor = Enum.FormFactor.Custom
  2618. p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
  2619. 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)
  2620. p5.CanCollide = false
  2621. p5.Locked = true
  2622. p5.BottomSurface = Enum.SurfaceType.Smooth
  2623. p5.TopSurface = Enum.SurfaceType.Smooth
  2624. p6 = Instance.new("Part", m)
  2625. p6.BrickColor = BrickColor.new("Bright blue")
  2626. p6.Material = Enum.Material.Neon
  2627. p6.FormFactor = Enum.FormFactor.Custom
  2628. p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
  2629. 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)
  2630. p6.CanCollide = false
  2631. p6.Locked = true
  2632. p6.BottomSurface = Enum.SurfaceType.Smooth
  2633. p6.TopSurface = Enum.SurfaceType.Smooth
  2634. p7 = Instance.new("Part", m)
  2635. p7.BrickColor = BrickColor.new("Really black")
  2636. p7.Material = Enum.Material.Metal
  2637. p7.Name = "Main"
  2638. p7.FormFactor = Enum.FormFactor.Custom
  2639. p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2640. 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)
  2641. p7.CanCollide = false
  2642. p7.Locked = true
  2643. p7.BottomSurface = Enum.SurfaceType.Smooth
  2644. p7.TopSurface = Enum.SurfaceType.Smooth
  2645. p8 = Instance.new("Part", m)
  2646. p8.BrickColor = BrickColor.new("Bright blue")
  2647. p8.Material = Enum.Material.Neon
  2648. p8.FormFactor = Enum.FormFactor.Custom
  2649. p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2650. 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)
  2651. p8.CanCollide = false
  2652. p8.Locked = true
  2653. p8.BottomSurface = Enum.SurfaceType.Smooth
  2654. p8.TopSurface = Enum.SurfaceType.Smooth
  2655. p9 = Instance.new("WedgePart", m)
  2656. p9.BrickColor = BrickColor.new("Bright blue")
  2657. p9.Material = Enum.Material.Neon
  2658. p9.Name = "Wedge"
  2659. p9.FormFactor = Enum.FormFactor.Custom
  2660. p9.Size = Vector3.new(1, 1.19999981, 4)
  2661. 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)
  2662. p9.CanCollide = false
  2663. p9.Locked = true
  2664. p9.TopSurface = Enum.SurfaceType.Smooth
  2665. b4 = Instance.new("SpecialMesh", p9)
  2666. b4.MeshType = Enum.MeshType.Wedge
  2667. b4.Name = "Mesh"
  2668. b4.Scale = Vector3.new(0.600000024, 1, 1)
  2669. p10 = Instance.new("Part", m)
  2670. p10.BrickColor = BrickColor.new("Really black")
  2671. p10.Material = Enum.Material.Neon
  2672. p10.FormFactor = Enum.FormFactor.Custom
  2673. p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2674. 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)
  2675. p10.CanCollide = false
  2676. p10.Locked = true
  2677. p10.BottomSurface = Enum.SurfaceType.Smooth
  2678. p10.TopSurface = Enum.SurfaceType.Smooth
  2679. b5 = Instance.new("SpecialMesh", p10)
  2680. b5.MeshType = Enum.MeshType.Sphere
  2681. b5.Name = "Mesh"
  2682. p11 = Instance.new("Part", m)
  2683. p11.BrickColor = BrickColor.new("Really black")
  2684. p11.Material = Enum.Material.Neon
  2685. p11.FormFactor = Enum.FormFactor.Custom
  2686. p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2687. 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)
  2688. p11.CanCollide = false
  2689. p11.Locked = true
  2690. p11.BottomSurface = Enum.SurfaceType.Smooth
  2691. p11.TopSurface = Enum.SurfaceType.Smooth
  2692. b6 = Instance.new("SpecialMesh", p11)
  2693. b6.MeshType = Enum.MeshType.Sphere
  2694. b6.Name = "Mesh"
  2695. p12 = Instance.new("Part", m)
  2696. p12.BrickColor = BrickColor.new("Bright blue")
  2697. p12.Material = Enum.Material.Neon
  2698. p12.FormFactor = Enum.FormFactor.Custom
  2699. p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
  2700. 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)
  2701. p12.CanCollide = false
  2702. p12.Locked = true
  2703. p12.BottomSurface = Enum.SurfaceType.Smooth
  2704. p12.TopSurface = Enum.SurfaceType.Smooth
  2705. p13 = Instance.new("Part", m)
  2706. p13.BrickColor = BrickColor.new("Really black")
  2707. p13.Material = Enum.Material.Neon
  2708. p13.FormFactor = Enum.FormFactor.Custom
  2709. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2710. 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)
  2711. p13.CanCollide = false
  2712. p13.Locked = true
  2713. p13.BottomSurface = Enum.SurfaceType.Smooth
  2714. p13.TopSurface = Enum.SurfaceType.Smooth
  2715. b7 = Instance.new("SpecialMesh", p13)
  2716. b7.MeshType = Enum.MeshType.Sphere
  2717. b7.Name = "Mesh"
  2718. p14 = Instance.new("WedgePart", m)
  2719. p14.BrickColor = BrickColor.new("Bright blue")
  2720. p14.Material = Enum.Material.Neon
  2721. p14.Name = "Wedge"
  2722. p14.FormFactor = Enum.FormFactor.Custom
  2723. p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2724. 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)
  2725. p14.CanCollide = false
  2726. p14.Locked = true
  2727. p14.TopSurface = Enum.SurfaceType.Smooth
  2728. b8 = Instance.new("SpecialMesh", p14)
  2729. b8.MeshType = Enum.MeshType.Wedge
  2730. b8.Name = "Mesh"
  2731. b8.Scale = Vector3.new(0.200000003, 1, 1)
  2732. p15 = Instance.new("WedgePart", m)
  2733. p15.BrickColor = BrickColor.new("Bright blue")
  2734. p15.Material = Enum.Material.Neon
  2735. p15.Name = "Wedge"
  2736. p15.FormFactor = Enum.FormFactor.Custom
  2737. p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2738. 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)
  2739. p15.CanCollide = false
  2740. p15.Locked = true
  2741. p15.TopSurface = Enum.SurfaceType.Smooth
  2742. b9 = Instance.new("SpecialMesh", p15)
  2743. b9.MeshType = Enum.MeshType.Wedge
  2744. b9.Name = "Mesh"
  2745. b9.Scale = Vector3.new(0.200000003, 1, 1)
  2746. p16 = Instance.new("WedgePart", m)
  2747. p16.BrickColor = BrickColor.new("Bright blue")
  2748. p16.Material = Enum.Material.Neon
  2749. p16.Name = "Wedge"
  2750. p16.FormFactor = Enum.FormFactor.Custom
  2751. p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2752. 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)
  2753. p16.CanCollide = false
  2754. p16.Locked = true
  2755. p16.TopSurface = Enum.SurfaceType.Smooth
  2756. b10 = Instance.new("SpecialMesh", p16)
  2757. b10.MeshType = Enum.MeshType.Wedge
  2758. b10.Name = "Mesh"
  2759. b10.Scale = Vector3.new(0.200000003, 1, 1)
  2760. w1 = Instance.new("Weld", p1)
  2761. w1.Name = "Part_Weld"
  2762. w1.Part0 = p1
  2763. 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)
  2764. w1.Part1 = p2
  2765. 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)
  2766. w2 = Instance.new("Weld", p2)
  2767. w2.Name = "Part_Weld"
  2768. w2.Part0 = p2
  2769. 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)
  2770. w2.Part1 = p3
  2771. 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)
  2772. w3 = Instance.new("Weld", p3)
  2773. w3.Name = "Part_Weld"
  2774. w3.Part0 = p3
  2775. 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)
  2776. w3.Part1 = p4
  2777. 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)
  2778. w4 = Instance.new("Weld", p4)
  2779. w4.Name = "Part_Weld"
  2780. w4.Part0 = p4
  2781. 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)
  2782. w4.Part1 = p5
  2783. 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)
  2784. w5 = Instance.new("Weld", p5)
  2785. w5.Name = "Part_Weld"
  2786. w5.Part0 = p5
  2787. 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)
  2788. w5.Part1 = p6
  2789. 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)
  2790. w6 = Instance.new("Weld", p6)
  2791. w6.Name = "Part_Weld"
  2792. w6.Part0 = p6
  2793. 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)
  2794. w6.Part1 = p7
  2795. 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)
  2796. w7 = Instance.new("Weld", p7)
  2797. w7.Name = "Part_Weld"
  2798. w7.Part0 = p7
  2799. 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)
  2800. w7.Part1 = p8
  2801. 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)
  2802. w8 = Instance.new("Weld", p8)
  2803. w8.Name = "Wedge_Weld"
  2804. w8.Part0 = p8
  2805. 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)
  2806. w8.Part1 = p9
  2807. 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)
  2808. w9 = Instance.new("Weld", p9)
  2809. w9.Name = "Part_Weld"
  2810. w9.Part0 = p9
  2811. 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)
  2812. w9.Part1 = p10
  2813. 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)
  2814. w10 = Instance.new("Weld", p10)
  2815. w10.Name = "Part_Weld"
  2816. w10.Part0 = p10
  2817. 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)
  2818. w10.Part1 = p11
  2819. 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)
  2820. w11 = Instance.new("Weld", p11)
  2821. w11.Name = "Part_Weld"
  2822. w11.Part0 = p11
  2823. 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)
  2824. w11.Part1 = p12
  2825. 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)
  2826. w12 = Instance.new("Weld", p12)
  2827. w12.Name = "Part_Weld"
  2828. w12.Part0 = p12
  2829. 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)
  2830. w12.Part1 = p13
  2831. 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)
  2832. w13 = Instance.new("Weld", p13)
  2833. w13.Name = "Wedge_Weld"
  2834. w13.Part0 = p13
  2835. 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)
  2836. w13.Part1 = p14
  2837. 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)
  2838. w14 = Instance.new("Weld", p14)
  2839. w14.Name = "Wedge_Weld"
  2840. w14.Part0 = p14
  2841. 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)
  2842. w14.Part1 = p15
  2843. 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)
  2844. w15 = Instance.new("Weld", p15)
  2845. w15.Name = "Wedge_Weld"
  2846. w15.Part0 = p15
  2847. 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)
  2848. w15.Part1 = p16
  2849. 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)
  2850. m.Parent = rleg
  2851. m:MakeJoints()
  2852. ----------------------------------------------------
  2853. local cor6 = Instance.new("Part", rleg.RightLeg)
  2854. cor6.Name = "Thingy"
  2855. cor6.Locked = true
  2856. cor6.BottomSurface = 0
  2857. cor6.CanCollide = false
  2858. cor6.Size = Vector3.new(2, 1, 1)
  2859. cor6.Transparency = 1
  2860. cor6.TopSurface = 0
  2861. corw2 = Instance.new("Weld", cor6)
  2862. corw2.Part0 = rleg
  2863. corw2.Part1 = cor6
  2864. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  2865. corw2.C1 = CFrame.new(0, 0, 0)
  2866. weld2 = Instance.new("Weld", rleg.RightLeg)
  2867. weld2.Part0 = cor6
  2868. weld2.Part1 = p7
  2869. weld2.C0 = CFrame.new(0, 0, 0)
  2870. ----------------------------------------------------
  2871. local m = Instance.new("Model")
  2872. m.Name = "LeftLeg"
  2873. p1 = Instance.new("WedgePart", m)
  2874. p1.BrickColor = BrickColor.new("Bright blue")
  2875. p1.Material = Enum.Material.Neon
  2876. p1.Name = "Wedge"
  2877. p1.FormFactor = Enum.FormFactor.Custom
  2878. p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2879. 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)
  2880. p1.CanCollide = false
  2881. p1.Locked = true
  2882. p1.TopSurface = Enum.SurfaceType.Smooth
  2883. b1 = Instance.new("SpecialMesh", p1)
  2884. b1.MeshType = Enum.MeshType.Wedge
  2885. b1.Name = "Mesh"
  2886. b1.Scale = Vector3.new(0.200000003, 1, 1)
  2887. p2 = Instance.new("WedgePart", m)
  2888. p2.BrickColor = BrickColor.new("Bright blue")
  2889. p2.Material = Enum.Material.Neon
  2890. p2.Name = "Wedge"
  2891. p2.FormFactor = Enum.FormFactor.Custom
  2892. p2.Size = Vector3.new(1, 1.19999981, 4)
  2893. 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)
  2894. p2.CanCollide = false
  2895. p2.Locked = true
  2896. p2.TopSurface = Enum.SurfaceType.Smooth
  2897. b2 = Instance.new("SpecialMesh", p2)
  2898. b2.MeshType = Enum.MeshType.Wedge
  2899. b2.Name = "Mesh"
  2900. b2.Scale = Vector3.new(0.600000024, 1, 1)
  2901. p3 = Instance.new("Part", m)
  2902. p3.BrickColor = BrickColor.new("Really black")
  2903. p3.Material = Enum.Material.Metal
  2904. p3.Name = "Main"
  2905. p3.FormFactor = Enum.FormFactor.Custom
  2906. p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
  2907. 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)
  2908. p3.CanCollide = false
  2909. p3.Locked = true
  2910. p3.BottomSurface = Enum.SurfaceType.Smooth
  2911. p3.TopSurface = Enum.SurfaceType.Smooth
  2912. p4 = Instance.new("Part", m)
  2913. p4.BrickColor = BrickColor.new("Really black")
  2914. p4.Material = Enum.Material.Neon
  2915. p4.FormFactor = Enum.FormFactor.Custom
  2916. p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2917. 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)
  2918. p4.CanCollide = false
  2919. p4.Locked = true
  2920. p4.BottomSurface = Enum.SurfaceType.Smooth
  2921. p4.TopSurface = Enum.SurfaceType.Smooth
  2922. b3 = Instance.new("SpecialMesh", p4)
  2923. b3.MeshType = Enum.MeshType.Sphere
  2924. b3.Name = "Mesh"
  2925. p5 = Instance.new("WedgePart", m)
  2926. p5.BrickColor = BrickColor.new("Bright blue")
  2927. p5.Material = Enum.Material.Neon
  2928. p5.Name = "Wedge"
  2929. p5.FormFactor = Enum.FormFactor.Custom
  2930. p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
  2931. 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)
  2932. p5.CanCollide = false
  2933. p5.Locked = true
  2934. p5.TopSurface = Enum.SurfaceType.Smooth
  2935. b4 = Instance.new("SpecialMesh", p5)
  2936. b4.MeshType = Enum.MeshType.Wedge
  2937. b4.Name = "Mesh"
  2938. b4.Scale = Vector3.new(0.200000003, 1, 1)
  2939. p6 = Instance.new("Part", m)
  2940. p6.BrickColor = BrickColor.new("Bright blue")
  2941. p6.Material = Enum.Material.Neon
  2942. p6.FormFactor = Enum.FormFactor.Custom
  2943. p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
  2944. 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)
  2945. p6.CanCollide = false
  2946. p6.Locked = true
  2947. p6.BottomSurface = Enum.SurfaceType.Smooth
  2948. p6.TopSurface = Enum.SurfaceType.Smooth
  2949. p7 = Instance.new("Part", m)
  2950. p7.BrickColor = BrickColor.new("Bright blue")
  2951. p7.Material = Enum.Material.Neon
  2952. p7.FormFactor = Enum.FormFactor.Custom
  2953. p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
  2954. 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)
  2955. p7.CanCollide = false
  2956. p7.Locked = true
  2957. p7.BottomSurface = Enum.SurfaceType.Smooth
  2958. p7.TopSurface = Enum.SurfaceType.Smooth
  2959. p8 = Instance.new("Part", m)
  2960. p8.BrickColor = BrickColor.new("Really black")
  2961. p8.Material = Enum.Material.Neon
  2962. p8.FormFactor = Enum.FormFactor.Custom
  2963. p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2964. 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)
  2965. p8.CanCollide = false
  2966. p8.Locked = true
  2967. p8.BottomSurface = Enum.SurfaceType.Smooth
  2968. p8.TopSurface = Enum.SurfaceType.Smooth
  2969. b5 = Instance.new("SpecialMesh", p8)
  2970. b5.MeshType = Enum.MeshType.Sphere
  2971. b5.Name = "Mesh"
  2972. p9 = Instance.new("Part", m)
  2973. p9.BrickColor = BrickColor.new("Really black")
  2974. p9.Material = Enum.Material.Neon
  2975. p9.FormFactor = Enum.FormFactor.Custom
  2976. p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  2977. 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)
  2978. p9.CanCollide = false
  2979. p9.Locked = true
  2980. p9.BottomSurface = Enum.SurfaceType.Smooth
  2981. p9.TopSurface = Enum.SurfaceType.Smooth
  2982. b6 = Instance.new("SpecialMesh", p9)
  2983. b6.MeshType = Enum.MeshType.Sphere
  2984. b6.Name = "Mesh"
  2985. p10 = Instance.new("Part", m)
  2986. p10.BrickColor = BrickColor.new("Bright blue")
  2987. p10.Material = Enum.Material.Neon
  2988. p10.FormFactor = Enum.FormFactor.Custom
  2989. p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
  2990. 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)
  2991. p10.CanCollide = false
  2992. p10.Locked = true
  2993. p10.BottomSurface = Enum.SurfaceType.Smooth
  2994. p10.TopSurface = Enum.SurfaceType.Smooth
  2995. p11 = Instance.new("Part", m)
  2996. p11.BrickColor = BrickColor.new("Bright blue")
  2997. p11.Material = Enum.Material.Neon
  2998. p11.FormFactor = Enum.FormFactor.Custom
  2999. p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
  3000. 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)
  3001. p11.CanCollide = false
  3002. p11.Locked = true
  3003. p11.BottomSurface = Enum.SurfaceType.Smooth
  3004. p11.TopSurface = Enum.SurfaceType.Smooth
  3005. p12 = Instance.new("WedgePart", m)
  3006. p12.BrickColor = BrickColor.new("Bright blue")
  3007. p12.Material = Enum.Material.Neon
  3008. p12.Name = "Wedge"
  3009. p12.FormFactor = Enum.FormFactor.Custom
  3010. p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
  3011. 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)
  3012. p12.CanCollide = false
  3013. p12.Locked = true
  3014. p12.TopSurface = Enum.SurfaceType.Smooth
  3015. b7 = Instance.new("SpecialMesh", p12)
  3016. b7.MeshType = Enum.MeshType.Wedge
  3017. b7.Name = "Mesh"
  3018. b7.Scale = Vector3.new(0.200000003, 1, 1)
  3019. p13 = Instance.new("Part", m)
  3020. p13.BrickColor = BrickColor.new("Really black")
  3021. p13.Material = Enum.Material.Neon
  3022. p13.FormFactor = Enum.FormFactor.Custom
  3023. p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3024. 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)
  3025. p13.CanCollide = false
  3026. p13.Locked = true
  3027. p13.BottomSurface = Enum.SurfaceType.Smooth
  3028. p13.TopSurface = Enum.SurfaceType.Smooth
  3029. b8 = Instance.new("SpecialMesh", p13)
  3030. b8.MeshType = Enum.MeshType.Sphere
  3031. b8.Name = "Mesh"
  3032. p14 = Instance.new("Part", m)
  3033. p14.BrickColor = BrickColor.new("Really black")
  3034. p14.Material = Enum.Material.Neon
  3035. p14.FormFactor = Enum.FormFactor.Custom
  3036. p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
  3037. 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)
  3038. p14.CanCollide = false
  3039. p14.Locked = true
  3040. p14.BottomSurface = Enum.SurfaceType.Smooth
  3041. p14.TopSurface = Enum.SurfaceType.Smooth
  3042. b9 = Instance.new("SpecialMesh", p14)
  3043. b9.MeshType = Enum.MeshType.Sphere
  3044. b9.Name = "Mesh"
  3045. w1 = Instance.new("Weld", p1)
  3046. w1.Name = "Wedge_Weld"
  3047. w1.Part0 = p1
  3048. 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)
  3049. w1.Part1 = p2
  3050. 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)
  3051. w2 = Instance.new("Weld", p2)
  3052. w2.Name = "Part_Weld"
  3053. w2.Part0 = p2
  3054. 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)
  3055. w2.Part1 = p3
  3056. 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)
  3057. w3 = Instance.new("Weld", p3)
  3058. w3.Name = "Part_Weld"
  3059. w3.Part0 = p3
  3060. 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)
  3061. w3.Part1 = p4
  3062. 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)
  3063. w4 = Instance.new("Weld", p4)
  3064. w4.Name = "Wedge_Weld"
  3065. w4.Part0 = p4
  3066. 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)
  3067. w4.Part1 = p5
  3068. 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)
  3069. w5 = Instance.new("Weld", p5)
  3070. w5.Name = "Part_Weld"
  3071. w5.Part0 = p5
  3072. 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)
  3073. w5.Part1 = p6
  3074. 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)
  3075. w6 = Instance.new("Weld", p6)
  3076. w6.Name = "Part_Weld"
  3077. w6.Part0 = p6
  3078. 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)
  3079. w6.Part1 = p7
  3080. 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)
  3081. w7 = Instance.new("Weld", p7)
  3082. w7.Name = "Part_Weld"
  3083. w7.Part0 = p7
  3084. 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)
  3085. w7.Part1 = p8
  3086. 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)
  3087. w8 = Instance.new("Weld", p8)
  3088. w8.Name = "Part_Weld"
  3089. w8.Part0 = p8
  3090. 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)
  3091. w8.Part1 = p9
  3092. 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)
  3093. w9 = Instance.new("Weld", p9)
  3094. w9.Name = "Part_Weld"
  3095. w9.Part0 = p9
  3096. 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)
  3097. w9.Part1 = p10
  3098. 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)
  3099. w10 = Instance.new("Weld", p10)
  3100. w10.Name = "Part_Weld"
  3101. w10.Part0 = p10
  3102. 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)
  3103. w10.Part1 = p11
  3104. 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)
  3105. w11 = Instance.new("Weld", p11)
  3106. w11.Name = "Wedge_Weld"
  3107. w11.Part0 = p11
  3108. 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)
  3109. w11.Part1 = p12
  3110. 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)
  3111. w12 = Instance.new("Weld", p12)
  3112. w12.Name = "Part_Weld"
  3113. w12.Part0 = p12
  3114. 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)
  3115. w12.Part1 = p13
  3116. 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)
  3117. w13 = Instance.new("Weld", p13)
  3118. w13.Name = "Part_Weld"
  3119. w13.Part0 = p13
  3120. 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)
  3121. w13.Part1 = p14
  3122. 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)
  3123. w14 = Instance.new("Weld", p14)
  3124. w14.Name = "Wedge_Weld"
  3125. w14.Part0 = p14
  3126. 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)
  3127. m.Parent = lleg
  3128. m:MakeJoints()
  3129. ----------------------------------------------------
  3130. local cor7 = Instance.new("Part", lleg.LeftLeg)
  3131. cor7.Name = "Thingy"
  3132. cor7.Locked = true
  3133. cor7.BottomSurface = 0
  3134. cor7.CanCollide = false
  3135. cor7.Size = Vector3.new(2, 1, 1)
  3136. cor7.Transparency = 1
  3137. cor7.TopSurface = 0
  3138. corw2 = Instance.new("Weld", cor7)
  3139. corw2.Part0 = lleg
  3140. corw2.Part1 = cor7
  3141. corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  3142. corw2.C1 = CFrame.new(0, 0, 0)
  3143. weld2 = Instance.new("Weld", lleg.LeftLeg)
  3144. weld2.Part0 = cor7
  3145. weld2.Part1 = p3
  3146. weld2.C0 = CFrame.new(0, 0, 0)
  3147. ----------------------------------------------------
  3148. function weld5(part0, part1, c0, c1)
  3149. weeld=Instance.new("Weld", part0)
  3150. weeld.Part0=part0
  3151. weeld.Part1=part1
  3152. weeld.C0=c0
  3153. weeld.C1=c1
  3154. return weeld
  3155. end
  3156. ----------------------------------------------------
  3157. function newRay(start,face,range,wat)
  3158. local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
  3159. hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
  3160. return rey,hit,pos
  3161. end
  3162. ----------------------------------------------------
  3163. mod5 = Instance.new("Model",char)
  3164.  
  3165. function FindNearestTorso(Position,Distance,SinglePlayer)
  3166. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3167. local List = {}
  3168. for i,v in pairs(workspace:GetChildren())do
  3169. if v:IsA("Model")then
  3170. if v:findFirstChild("Torso")then
  3171. if v ~= char then
  3172. if(v.Torso.Position -Position).magnitude <= Distance then
  3173. table.insert(List,v)
  3174. end
  3175. end
  3176. end
  3177. end
  3178. end
  3179. return List
  3180. end
  3181.  
  3182. function Landing()
  3183. part=Instance.new('Part',mod5)
  3184. part.Anchored=true
  3185. part.CanCollide=false
  3186. part.FormFactor='Custom'
  3187. part.Size=Vector3.new(.2,.2,.2)
  3188. part.CFrame=root.CFrame*CFrame.new(0,-2,0)
  3189. part.Transparency=.7
  3190. part.BrickColor=BrickColor.new('Really black')
  3191. part2=part:clone()
  3192. part2.Parent = mod5
  3193. part2.BrickColor=BrickColor.new('Bright blue')
  3194. mesh=Instance.new('SpecialMesh',part)
  3195. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3196. mesh.Scale=Vector3.new(10,5,10)
  3197. mesh2=mesh:clone()
  3198. mesh2.Parent=part2
  3199. mesh2.Scale=Vector3.new(12, 6, 12)
  3200.  
  3201. for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
  3202. if v:FindFirstChild('Humanoid') then
  3203. v.Humanoid:TakeDamage(math.random(20,30))
  3204. v.Humanoid.PlatformStand = true
  3205. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
  3206. end
  3207. end
  3208.  
  3209. coroutine.resume(coroutine.create(function()
  3210. for i=0,3.8,0.05 do
  3211. wait()
  3212. part.CFrame=part.CFrame
  3213. part.Transparency=i
  3214. part2.CFrame=part2.CFrame
  3215. part2.Transparency=i
  3216. mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
  3217. mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
  3218. end
  3219. part.Parent = nil
  3220. end))
  3221. end
  3222. ----------------------------------------------------
  3223. mod4 = Instance.new("Model",char)
  3224.  
  3225. ptez = {0.7, 0.8, 0.9, 1}
  3226.  
  3227. function FindNearestTorso(Position,Distance,SinglePlayer)
  3228. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3229. local List = {}
  3230. for i,v in pairs(workspace:GetChildren())do
  3231. if v:IsA("Model")then
  3232. if v:findFirstChild("Torso")then
  3233. if v ~= char then
  3234. if(v.Torso.Position -Position).magnitude <= Distance then
  3235. table.insert(List,v)
  3236. end
  3237. end
  3238. end
  3239. end
  3240. end
  3241. return List
  3242. end
  3243.  
  3244. function GroundPound()
  3245. part=Instance.new('Part',mod4)
  3246. part.Anchored=true
  3247. part.CanCollide=false
  3248. part.FormFactor='Custom'
  3249. part.Size=Vector3.new(.2,.2,.2)
  3250. part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
  3251. part.Transparency=.7
  3252. part.BrickColor=BrickColor.new('Really black')
  3253. mesh=Instance.new('SpecialMesh',part)
  3254. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3255. mesh.Scale=Vector3.new(3,3,3)
  3256. part2=Instance.new('Part',mod4)
  3257. part2.Anchored=true
  3258. part2.CanCollide=false
  3259. part2.FormFactor='Custom'
  3260. part2.Size=Vector3.new(.2,.2,.2)
  3261. part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
  3262. part2.Transparency=.7
  3263. part2.BrickColor=BrickColor.new('Really red')
  3264. mesh2=Instance.new('SpecialMesh',part2)
  3265. mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
  3266. mesh2.Scale=Vector3.new(3,1.5,3)
  3267. x = Instance.new("Sound",char)
  3268. x.SoundId = "http://www.roblox.com/asset/?id=142070127"
  3269. x.Pitch = ptez[math.random(1,#ptez)]
  3270. x.Volume = 1
  3271. wait(.1)
  3272. x:Play()
  3273. for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
  3274. if v:FindFirstChild('Humanoid') then
  3275. v.Humanoid:TakeDamage(math.random(8,15))
  3276. end
  3277. end
  3278. coroutine.resume(coroutine.create(function()
  3279. for i=0,0.62,0.13 do
  3280. wait()
  3281. part.CFrame=part.CFrame
  3282. part.Transparency=i
  3283. mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
  3284. part2.CFrame=part2.CFrame
  3285. part2.Transparency=i
  3286. mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
  3287. end
  3288. part.Parent=nil
  3289. part2.Parent=nil
  3290. x:Destroy()
  3291. end))
  3292. end
  3293. ----------------------------------------------------
  3294. mod=Instance.new('Model',char)
  3295.  
  3296. function charge()
  3297. hed.Velocity=hed.CFrame.lookVector*200
  3298. part=Instance.new('Part',mod)
  3299. part.Anchored=true
  3300. part.CanCollide=false
  3301. part.FormFactor='Custom'
  3302. part.Size=Vector3.new(.2,.2,.2)
  3303. part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
  3304. part.Transparency=.7
  3305. part.BrickColor=BrickColor.new('Black')
  3306. mesh=Instance.new('SpecialMesh',part)
  3307. mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
  3308. mesh.Scale=Vector3.new(10,5,10)
  3309. part2=part:clone()
  3310. part2.Parent=mod
  3311. part2.BrickColor=BrickColor.new('Bright red')
  3312. mesh2=mesh:clone()
  3313. mesh2.Parent=part2
  3314. mesh2.Scale=Vector3.new(20,10,20)
  3315. part3=part2:clone()
  3316. part3.Parent = mod
  3317. part3.BrickColor=BrickColor.new('Really black')
  3318. mesh3=mesh2:clone()
  3319. mesh2.Parent=part3
  3320. mesh3.Scale=Vector3.new(30,15,30)
  3321. coroutine.resume(coroutine.create(function()
  3322. for i=0,1,0.1 do
  3323. wait()
  3324. part.CFrame=part.CFrame
  3325. part.Transparency=i
  3326. mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
  3327. part2.CFrame=part2.CFrame
  3328. part2.Transparency=i
  3329. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3330. part3.CFrame=part3.CFrame
  3331. part3.Transparency=i
  3332. mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
  3333. end
  3334. part.Parent=nil
  3335. part2.Parent=nil
  3336. part3.Parent = nil
  3337. end))
  3338. end
  3339. ----------------------------------------------------
  3340. function FindNearestTorso(Position,Distance,SinglePlayer)
  3341. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  3342. local List = {}
  3343. for i,v in pairs(workspace:GetChildren())do
  3344. if v:IsA("Model")then
  3345. if v:findFirstChild("Torso")then
  3346. if v ~= char then
  3347. if(v.Torso.Position -Position).magnitude <= Distance then
  3348. table.insert(List,v)
  3349. end
  3350. end
  3351. end
  3352. end
  3353. end
  3354. return List
  3355. end
  3356.  
  3357. mod3 = Instance.new("Model",rleg)
  3358.  
  3359. function Stomp()
  3360. part=Instance.new('Part',mod3)
  3361. part.Anchored=true
  3362. part.CanCollide=false
  3363. part.FormFactor='Custom'
  3364. part.Size=Vector3.new(.2,.2,.2)
  3365. part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
  3366. part.Transparency=.7
  3367. part.BrickColor=BrickColor.new('Bright green')
  3368. mesh=Instance.new('SpecialMesh',part)
  3369. mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
  3370. mesh.Scale=Vector3.new(25,25,25)
  3371. part2=part:clone()
  3372. part2.Parent=mod3
  3373. part2.BrickColor=BrickColor.new('Bright green')
  3374. mesh2=mesh:clone()
  3375. mesh2.Parent=part2
  3376. mesh2.Scale=Vector3.new(15,15,15)
  3377. part3=part:clone()
  3378. part3.Parent=mod3
  3379. part3.TopSurface=0
  3380. part3.BottomSurface=0
  3381. part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
  3382. mesh3=Instance.new('SpecialMesh',part3)
  3383. mesh3.MeshType = 3
  3384. mesh3.Scale=Vector3.new(12,12,12)
  3385. for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
  3386. if v:FindFirstChild('Humanoid') then
  3387. v.Humanoid:TakeDamage(math.random(20,60))
  3388. v.Humanoid.PlatformStand = true
  3389. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  3390. end
  3391. end
  3392. coroutine.resume(coroutine.create(function()
  3393. for i=0,3.8,0.05 do
  3394. wait()
  3395. part.CFrame=part.CFrame
  3396. part.Transparency=i
  3397. mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
  3398. part2.CFrame=part2.CFrame
  3399. part2.Transparency=i
  3400. mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
  3401. part3.CFrame=part3.CFrame
  3402. part3.Transparency=i
  3403. mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
  3404. end
  3405. end))
  3406. end
  3407. ----------------------------------------------------
  3408.  
  3409. local acos = math.acos
  3410. local sqrt = math.sqrt
  3411. local Vec3 = Vector3.new
  3412. local fromAxisAngle = CFrame.fromAxisAngle
  3413.  
  3414. local function toAxisAngle(CFr)
  3415. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  3416. local Angle = math.acos((R00+R11+R22-1)/2)
  3417. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3418. A = A == 0 and 0.00001 or A
  3419. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3420. B = B == 0 and 0.00001 or B
  3421. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  3422. C = C == 0 and 0.00001 or C
  3423. local x = (R21-R12)/sqrt(A)
  3424. local y = (R02-R20)/sqrt(B)
  3425. local z = (R10-R01)/sqrt(C)
  3426. return Vec3(x,y,z),Angle
  3427. end
  3428.  
  3429. function ApplyTrig(Num,Func)
  3430. local Min,Max = Func(0),Func(1)
  3431. local i = Func(Num)
  3432. return (i-Min)/(Max-Min)
  3433. --[[if Func == "sin" then
  3434. return (math.sin((1-Num)*math.pi)+1)/2
  3435. elseif Func == "cos" then
  3436. return (math.cos((1-Num)*math.pi)+1)/2
  3437. end]]
  3438. end
  3439.  
  3440. function LerpCFrame(CFrame1,CFrame2,Num)
  3441. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  3442. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  3443. end
  3444.  
  3445. function Crater(Torso,Radius)
  3446. Spawn(function()
  3447. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  3448. local Ignore = {}
  3449. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3450. if v.Character ~= nil then
  3451. Ignore[#Ignore+1] = v.Character
  3452. end
  3453. end
  3454. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  3455. if Hit == nil then return end
  3456. local Parts = {}
  3457. for i = 1,360,10 do
  3458. local P = Instance.new("Part",Torso.Parent)
  3459. P.Anchored = true
  3460. P.FormFactor = "Custom"
  3461. P.BrickColor = Hit.BrickColor
  3462. P.Material = Hit.Material
  3463. P.TopSurface = "Smooth"
  3464. P.BottomSurface = "Smooth"
  3465. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  3466. 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)))
  3467. 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}
  3468. if math.random(0,5) == 0 then -- rubble
  3469. local P = Instance.new("Part",Torso.Parent)
  3470. P.Anchored = true
  3471. P.FormFactor = "Custom"
  3472. P.BrickColor = Hit.BrickColor
  3473. P.Material = Hit.Material
  3474. P.TopSurface = "Smooth"
  3475. P.BottomSurface = "Smooth"
  3476. P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
  3477. 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)))
  3478. 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}
  3479. end
  3480. end
  3481. for i = 0,1,0.05 do
  3482. for i2,v in pairs(Parts) do
  3483. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  3484. end
  3485. wait(0.02)
  3486. end
  3487. for i,v in pairs(Parts) do
  3488. if v[1].Size.X > 2.1 then
  3489. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  3490. end
  3491. v[1].Anchored = false
  3492. end
  3493. for i = 0,1,0.05 do
  3494. for i2,v in pairs(Parts) do
  3495. v[1].Transparency = i
  3496. if i == 1 then
  3497. v[1]:Destroy()
  3498. elseif i >= 0.25 then
  3499. v[1].CanCollide = false
  3500. end
  3501. end
  3502. wait(0.02)
  3503. end
  3504. Parts = nil
  3505. end)
  3506. end
  3507.  
  3508. ----------------------------------------------------
  3509. mouse.KeyDown:connect(function(key)
  3510. if key == "r" then
  3511. larm.BrickColor = BrickColor.new("Bright red")
  3512. rarm.BrickColor = BrickColor.new("Bright red")
  3513. if Debounces.CanAttack == true then
  3514. Debounces.CanAttack = false
  3515. Debounces.on = true
  3516. Debounces.NoIdl = true
  3517. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3518. hit = ht.Parent
  3519. if ht and hit:IsA("Model") then
  3520. if hit:FindFirstChild("Humanoid") then
  3521. if hit.Name ~= p.Name then
  3522. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3523. Debounces.Slashed = true]]--
  3524. hit:FindFirstChild("Humanoid"):TakeDamage(10)
  3525. wait(1)
  3526. --Debounces.Slashed = false
  3527. --end
  3528. end
  3529. end
  3530. elseif ht and hit:IsA("Hat") then
  3531. if hit.Parent.Name ~= p.Name then
  3532. if hit.Parent:FindFirstChild("Humanoid") then
  3533. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3534. Debounces.Slashed = true]]--
  3535. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
  3536. wait(1)
  3537. --Debounces.Slashed = false
  3538. end
  3539. end
  3540. end
  3541. end)
  3542. q = Instance.new("Sound",hed)
  3543. q.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3544. q.Pitch = 0.85
  3545. q.Looped = false
  3546. q1 = Instance.new("Sound",hed)
  3547. q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
  3548. q1.Pitch = 0.85
  3549. q1.Looped = false
  3550. q:Play()
  3551. q1:Play()
  3552. for i = 1,20 do
  3553. 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)
  3554. 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)
  3555. 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)
  3556. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3557. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3558. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
  3559. 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)
  3560. if Debounces.on == false then break end
  3561. rs:wait(.6)
  3562. end
  3563. n = Instance.new("Sound",hed)
  3564. n.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3565. n.Pitch = 0.94
  3566. n.Looped = false
  3567. n1 = Instance.new("Sound",hed)
  3568. n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
  3569. n1.Pitch = 0.94
  3570. n1.Looped = false
  3571. n:Play()
  3572. n1:Play()
  3573. b = Instance.new("Sound",hed)
  3574. b.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3575. b.Pitch = 0.94
  3576. b.Looped = false
  3577. b1 = Instance.new("Sound",hed)
  3578. b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
  3579. b1.Pitch = 0.94
  3580. b1.Looped = false
  3581. b:Play()
  3582. b1:Play()
  3583. for i = 1,26 do
  3584. 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)
  3585. 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)
  3586. 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)
  3587. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
  3588. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
  3589. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
  3590. 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)
  3591. if Debounces.on == false then break end
  3592. rs:wait(1)
  3593. end
  3594. wait(.5)
  3595. to:disconnect()
  3596. q:Destroy()
  3597. q1:Destroy()
  3598. n:Destroy()
  3599. n1:Destroy()
  3600. larm.BrickColor = BrickColor.new("Really black")
  3601. rarm.BrickColor = BrickColor.new("Really black")
  3602. if Debounces.CanAttack == false then
  3603. Debounces.CanAttack = true
  3604. Debounces.on = false
  3605. Debounces.NoIdl = false
  3606. end
  3607. end
  3608. end
  3609. end)
  3610. ----------------------------------------------------
  3611. mouse.KeyDown:connect(function(key)
  3612. if key == "q" then
  3613. larm.BrickColor = BrickColor.new("Bright red")
  3614. rarm.BrickColor = BrickColor.new("Bright red")
  3615. if Debounces.CanAttack == true then
  3616. Debounces.CanAttack = false
  3617. Debounces.on = true
  3618. Debounces.NoIdl = true
  3619. to = char.Absolution.Thingy2.Touched:connect(function(ht)
  3620. hit = ht.Parent
  3621. if ht and hit:IsA("Model") then
  3622. if hit:FindFirstChild("Humanoid") then
  3623. if hit.Name ~= p.Name then
  3624. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3625. Debounces.Slashed = true]]--
  3626. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3627. wait(1)
  3628. --Debounces.Slashed = false
  3629. --end
  3630. end
  3631. end
  3632. elseif ht and hit:IsA("Hat") then
  3633. if hit.Parent.Name ~= p.Name then
  3634. if hit.Parent:FindFirstChild("Humanoid") then
  3635. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3636. Debounces.Slashed = true]]--
  3637. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  3638. wait(1)
  3639. --Debounces.Slashed = false
  3640. end
  3641. end
  3642. end
  3643. end)
  3644. for i = 1, 20 do
  3645. 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)
  3646. 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)
  3647. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
  3648. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
  3649. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3650. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3651. 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)
  3652. if Debounces.on == false then break end
  3653. rs:wait(2)
  3654. end
  3655. z = Instance.new("Sound",hed)
  3656. z.SoundId = "rbxassetid://160069154"
  3657. z.Looped = false
  3658. z.Pitch = .9
  3659. z1 = Instance.new("Sound",hed)
  3660. z1.SoundId = "rbxassetid://160069154"
  3661. z1.Looped = false
  3662. z1.Pitch = .9
  3663. wait(0.01)
  3664. z:Play()
  3665. z1:Play()
  3666. for i = 1, 20 do
  3667. 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)
  3668. 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)
  3669. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
  3670. 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)
  3671. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
  3672. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
  3673. 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)
  3674. if Debounces.on == false then break end
  3675. rs:wait(2)
  3676. end
  3677. for i = 1, 20 do
  3678. 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)
  3679. 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)
  3680. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
  3681. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
  3682. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
  3683. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
  3684. 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)
  3685. if Debounces.on == false then break end
  3686. rs:wait(2)
  3687. end
  3688. z = Instance.new("Sound",hed)
  3689. z.SoundId = "rbxassetid://168586621"
  3690. z.Looped = false
  3691. z.Pitch = 1
  3692. z1 = Instance.new("Sound",hed)
  3693. z1.SoundId = "rbxassetid://168586621"
  3694. z1.Looped = false
  3695. z1.Pitch = 1
  3696. wait(0.01)
  3697. z:Play()
  3698. z1:Play()
  3699. for i = 1, 20 do
  3700. 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)
  3701. 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)
  3702. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
  3703. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
  3704. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
  3705. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
  3706. 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)
  3707. if Debounces.on == false then break end
  3708. rs:wait(2)
  3709. end
  3710. to:disconnect()
  3711. larm.BrickColor = BrickColor.new("Really black")
  3712. rarm.BrickColor = BrickColor.new("Really black")
  3713. if Debounces.CanAttack == false then
  3714. Debounces.CanAttack = true
  3715. Debounces.on = false
  3716. Debounces.NoIdl = false
  3717. end
  3718. end
  3719. end
  3720. end)
  3721. ----------------------------------------------------
  3722. Sit = false
  3723. mouse.KeyDown:connect(function(key)
  3724. if key == "v" then
  3725. if Sit == false then
  3726. Sit = true
  3727. hum.WalkSpeed = 0.001
  3728. stanceToggle = "Sitting"
  3729. elseif Sit == true then
  3730. Sit = false
  3731. hum.WalkSpeed = 7
  3732. stanceToggle = "Normal"
  3733. end
  3734. end
  3735. end)
  3736. ----------------------------------------------------
  3737. mouse.KeyDown:connect(function(key)
  3738. if key == "t" then
  3739. if Debounces.CanAttack == true then
  3740. Debounces.CanAttack = false
  3741. Debounces.on = true
  3742. Debounces.NoIdl = true
  3743. for i = 1, 20 do
  3744. 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)
  3745. 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)
  3746. 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)
  3747. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
  3748. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
  3749. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
  3750. 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)
  3751. if Debounces.on == false then break end
  3752. rs:wait(2.6)
  3753. end
  3754. Spawn(function()
  3755. local Parts = {}
  3756. for Y = -5,5 do
  3757. local P = Instance.new("Part",char)
  3758. P.Anchored = true
  3759. P.FormFactor = "Custom"
  3760. P.CanCollide = false
  3761. P.Size = Vector3.new(1,2,1)
  3762. P.TopSurface = "SmoothNoOutlines"
  3763. P.BottomSurface = "SmoothNoOutlines"
  3764. P.BrickColor = BrickColor.new("Really black")
  3765. P.Name = tostring(Y)
  3766. local i = (Y+5)/(10)
  3767. i = 1-math.cos(math.pi*i-(math.pi/2))
  3768. P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
  3769. --[[P.Touched:connect(function(ht)
  3770. local hit = ht.Parent
  3771. if hit:FindFirstChild("Humanoid") then
  3772. hit.Humanoid:TakeDamage(math.random(20,50))
  3773. end
  3774. end)]]--
  3775. s = Instance.new("Sound",P)
  3776. s.SoundId = "rbxassetid://228343271"
  3777. s.Volume = .7
  3778. s.Pitch = 0.9
  3779. s:Play()
  3780. P.Touched:connect(function(ht)
  3781. hit = ht.Parent
  3782. if ht and hit:IsA("Model") then
  3783. if hit:FindFirstChild("Humanoid") then
  3784. if hit.Name ~= p.Name then
  3785. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3786. Debounces.Slashed = true]]--
  3787. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
  3788. hit:FindFirstChild("Humanoid").PlatformStand = true
  3789. wait(1)
  3790. --Debounces.Slashed = false
  3791. --end
  3792. end
  3793. end
  3794. elseif ht and hit:IsA("Hat") then
  3795. if hit.Parent.Name ~= p.Name then
  3796. if hit.Parent:FindFirstChild("Humanoid") then
  3797. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3798. Debounces.Slashed = true]]--
  3799. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
  3800. hit:FindFirstChild("Humanoid").PlatformStand = true
  3801. wait(1)
  3802. --Debounces.Slashed = false
  3803. --end
  3804. end
  3805. end
  3806. end
  3807. end)
  3808. Parts[#Parts+1] = P
  3809. end
  3810. local BREAKIT = false
  3811. local CParts = {}
  3812. local Rocks = {}
  3813. local LastPos = nil
  3814. for i = 1,70 do
  3815. for i2,v in pairs(Parts) do
  3816. v.CFrame = v.CFrame*CFrame.new(0,0,-4)
  3817. local cf = v.CFrame
  3818. v.Size = v.Size+Vector3.new(0.4,0.35,0)
  3819. v.CFrame = cf
  3820. v.Transparency = v.Transparency+0.02
  3821. if v.Transparency >= 0.975 then BREAKIT = true end
  3822. if v.Name == "0" then
  3823. local Ignore = {}
  3824. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  3825. if v.Character ~= nil then
  3826. Ignore[#Ignore+1] = v.Character
  3827. end
  3828. end
  3829. local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
  3830. local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
  3831. if Hit ~= nil then
  3832. if #Rocks == 0 then
  3833. for i = 1,5 do
  3834. local P = Instance.new("Part",char)
  3835. Rocks[#Rocks+1] = P
  3836. P.Anchored = true
  3837. P.FormFactor = "Custom"
  3838. P.BrickColor = Hit.BrickColor
  3839. P.Material = Hit.Material
  3840. P.TopSurface = "Smooth"
  3841. P.BottomSurface = "Smooth"
  3842. P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
  3843. end
  3844. end
  3845. for i,P in pairs(Rocks) do
  3846. 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)))
  3847. end
  3848. local P = Instance.new("Part",char)
  3849. CParts[#CParts+1] = {P,tick()}
  3850. P.Anchored = true
  3851. P.FormFactor = "Custom"
  3852. P.BrickColor = Hit.BrickColor
  3853. P.Material = Hit.Material
  3854. P.TopSurface = "Smooth"
  3855. P.BottomSurface = "Smooth"
  3856. P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
  3857. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3858. Pos = Pos.p
  3859. 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)))
  3860. local P = P:Clone()
  3861. CParts[#CParts+1] = {P,tick()}
  3862. P.Parent = char
  3863. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
  3864. Pos = Pos.p
  3865. 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)))
  3866. if LastPos ~= nil then
  3867. local P = P:Clone()
  3868. CParts[#CParts+1] = {P,tick()}
  3869. P.Parent = char
  3870. P.BrickColor = BrickColor.new("Really black")
  3871. Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
  3872. Pos = Pos.p
  3873. local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3874. P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
  3875. --P.Velocity = Vector3.new(0,-1000,0)
  3876. P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
  3877. end
  3878. LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
  3879. end
  3880. end
  3881. end
  3882. if BREAKIT then break end
  3883. wait(0.002)
  3884. end
  3885. for i,v in pairs(Rocks) do
  3886. CParts[#CParts+1] = {v,tick()}
  3887. end
  3888. for i,v in pairs(Parts) do
  3889. v:Destroy()
  3890. end
  3891. Parts = nil
  3892. while true do
  3893. local t = tick()
  3894. local p = nil
  3895. for i,v in pairs(CParts) do
  3896. if t-v[2] > 4 then
  3897. v[1].Transparency = v[1].Transparency+0.05
  3898. if v[1].Transparency >= 1 then
  3899. v[1]:Destroy()
  3900. CParts[i] = nil
  3901. end
  3902. end
  3903. p = v
  3904. end
  3905. if p == nil then break end
  3906. wait(0.002)
  3907. end
  3908. for i,v in pairs(CParts) do
  3909. v:Destroy()
  3910. end
  3911. CParts = {}
  3912. end)
  3913. for i = 1, 20 do
  3914. 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)
  3915. 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)
  3916. 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)
  3917. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
  3918. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
  3919. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
  3920. 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)
  3921. if Debounces.on == false then break end
  3922. rs:wait(2)
  3923. end
  3924. if Debounces.CanAttack == false then
  3925. Debounces.CanAttack = true
  3926. Debounces.on = false
  3927. Debounces.NoIdl = false
  3928. end
  3929. end
  3930. end
  3931. end)
  3932. ----------------------------------------------------
  3933. mouse.KeyDown:connect(function(key)
  3934. if key == "e" then
  3935. larm.BrickColor = BrickColor.new("Bright red")
  3936. rarm.BrickColor = BrickColor.new("Bright red")
  3937. if Debounces.CanAttack == true then
  3938. Debounces.CanAttack = false
  3939. Debounces.on = true
  3940. Debounces.NoIdl = true
  3941. for i = 1, 18 do
  3942. 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)
  3943. 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)
  3944. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  3945. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  3946. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  3947. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  3948. 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)
  3949. if Debounces.on == false then break end
  3950. rs:wait(4)
  3951. end
  3952. 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))
  3953. local rng = Instance.new("Part", char.Absolution.Handle)
  3954. rng.Anchored = true
  3955. rng.BrickColor = BrickColor.new("Really black")
  3956. rng.CanCollide = true
  3957. rng.FormFactor = 3
  3958. rng.Name = "Ring"
  3959. rng.Size = Vector3.new(1, 1, 1)
  3960. rng.CanCollide = false
  3961. rng.Transparency = 0.35
  3962. rng.TopSurface = 0
  3963. rng.BottomSurface = 0
  3964. rng.CFrame = HandCF
  3965. local rngm = Instance.new("SpecialMesh", rng)
  3966. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  3967. rngm.Scale = Vector3.new(1, 1, 2)
  3968. x = Instance.new("Sound", hed)
  3969. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3970. x.Looped = false
  3971. x.Pitch = .7
  3972. x.Volume = 1
  3973. x1 = Instance.new("Sound", hed)
  3974. x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
  3975. x1.Looped = false
  3976. x1.Pitch = .7
  3977. x1.Volume = 1
  3978. x:Play()
  3979. x1:Play()
  3980. rngto = rng.Touched:connect(function(ht)
  3981. hit = ht.Parent
  3982. if ht and hit:IsA("Model") then
  3983. if hit:FindFirstChild("Humanoid") then
  3984. if hit.Name ~= p.Name then
  3985. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  3986. Debounces.Slashed = true]]--
  3987. hit:FindFirstChild("Humanoid"):TakeDamage(4)
  3988. hit:FindFirstChild("Humanoid").PlatformStand = true
  3989. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  3990. --Debounces.Slashed = false
  3991. --end
  3992. end
  3993. end
  3994. elseif ht and hit:IsA("Hat") then
  3995. if hit.Parent.Name ~= p.Name then
  3996. if hit.Parent:FindFirstChild("Humanoid") then
  3997. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  3998. Debounces.Slashed = true]]--
  3999. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
  4000. hit:FindFirstChild("Humanoid").PlatformStand = true
  4001. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
  4002. --Debounces.Slashed = false
  4003. end
  4004. end
  4005. end
  4006. end)
  4007. coroutine.wrap(function()
  4008. for i = 1, 60, 2 do
  4009. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  4010. rng.Size = rngm.Scale
  4011. rng.CFrame = HandCF
  4012. rng.Transparency = i/60
  4013. wait()
  4014. end
  4015. wait()
  4016. rng:Destroy()
  4017. end)()
  4018. for i = 1, 18 do
  4019. 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)
  4020. 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)
  4021. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
  4022. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
  4023. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
  4024. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
  4025. 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)
  4026. if Debounces.on == false then break end
  4027. rs:wait(2.4)
  4028. end
  4029. larm.BrickColor = BrickColor.new("Really black")
  4030. rarm.BrickColor = BrickColor.new("Really black")
  4031. x:Destroy()
  4032. x1:Destroy()
  4033. if Debounces.CanAttack == false then
  4034. Debounces.CanAttack = true
  4035. Debounces.on = false
  4036. Debounces.NoIdl = false
  4037. end
  4038. end
  4039. end
  4040. end)
  4041. ----------------------------------------------------
  4042. mouse.KeyDown:connect(function(key)
  4043. if key == "y" then
  4044. if Debounces.CanAttack == true then
  4045. Debounces.CanAttack = false
  4046. Debounces.on = true
  4047. Debounces.NoIdl = true
  4048. for i = 1, 15 do
  4049. 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)
  4050. 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)
  4051. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  4052. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
  4053. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  4054. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  4055. 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)
  4056. if Debounces.on == false then break end
  4057. rs:wait(2.7)
  4058. end
  4059. x = Instance.new("Sound",char)
  4060. x.SoundId = "rbxassetid://228343271"
  4061. x.Pitch = 1
  4062. x.Volume = .8
  4063. wait(.1)
  4064. x:Play()
  4065. Debounces.on = false
  4066. Debounces.Here = false
  4067. shot = shot + 1
  4068. local rng = Instance.new("Part", char)
  4069. rng.Anchored = true
  4070. rng.BrickColor = BrickColor.new("Bright blue")
  4071. rng.CanCollide = false
  4072. rng.FormFactor = 3
  4073. rng.Name = "Ring"
  4074. rng.Size = Vector3.new(1, 1, 1)
  4075. rng.Transparency = 0.35
  4076. rng.TopSurface = 0
  4077. rng.BottomSurface = 0
  4078. rng2 = rng:clone()
  4079. rng3 = rng2:clone()
  4080. rng4 = rng2:clone()
  4081. local rngm = Instance.new("SpecialMesh", rng)
  4082. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4083. rngm.Scale = Vector3.new(10, 10, 1)
  4084. rngm2 = rngm:clone()
  4085. rngm2.Scale = Vector3.new(5, 5, 3)
  4086. rngm3=rngm2:clone()
  4087. rngm3.Parent = rng3
  4088. rngm3.Scale = Vector3.new(8, 8, 1)
  4089. rngm4 = rngm2:clone()
  4090. rngm4.Parent = rng4
  4091. rngm4.Scale = Vector3.new(6, 6, 1)
  4092. local bem = Instance.new("Part", char)
  4093. bem.Anchored = true
  4094. bem.BrickColor = BrickColor.new("Really black")
  4095. bem.CanCollide = false
  4096. bem.FormFactor = 3
  4097. bem.Name = "Beam" .. shot
  4098. bem.Size = Vector3.new(1, 1, 1)
  4099. bem.Transparency = 0.35
  4100. bem.TopSurface = 0
  4101. bem.BottomSurface = 0
  4102. local bemm = Instance.new("SpecialMesh", bem)
  4103. bemm.MeshType = 4
  4104. bemm.Scale = Vector3.new(1, 4, 4)
  4105. local out = Instance.new("Part", char)
  4106. out.Anchored = true
  4107. out.BrickColor = BrickColor.new("Really black")
  4108. out.CanCollide = false
  4109. out.FormFactor = 3
  4110. out.Name = "Out"
  4111. out.Size = Vector3.new(4, 4, 4)
  4112. out.Transparency = 0.35
  4113. out.TopSurface = 0
  4114. out.BottomSurface = 0
  4115. local outm = Instance.new("SpecialMesh", out)
  4116. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4117. outm.Scale = Vector3.new(4, 4, 4)
  4118. local bnd = Instance.new("Part", char)
  4119. bnd.Anchored = true
  4120. bnd.BrickColor = BrickColor.new("Bright blue")
  4121. bnd.CanCollide = false
  4122. bnd.FormFactor = 3
  4123. bnd.Name = "Bend"
  4124. bnd.Size = Vector3.new(1, 1, 1)
  4125. bnd.Transparency = 1
  4126. bnd.TopSurface = 0
  4127. bnd.BottomSurface = 0
  4128. local bndm = Instance.new("SpecialMesh", bnd)
  4129. bndm.MeshType = 3
  4130. bndm.Scale = Vector3.new(8, 8, 8)
  4131. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  4132. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  4133. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  4134. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  4135. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  4136. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  4137. Debounces.Shewt = true
  4138. coroutine.wrap(function()
  4139. for i = 1, 20, 0.2 do
  4140. rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4141. rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
  4142. rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
  4143. rng.Transparency = i/20
  4144. rng3.Transparency = 1/24
  4145. rng4.Transparency = i/26
  4146. wait()
  4147. end
  4148. wait()
  4149. rng:Destroy()
  4150. end)()
  4151. if Debounces.Shewt == true then
  4152. char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  4153. hit = ht.Parent
  4154. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  4155. if HasntTouched(hit.Name) == true and deb == false then
  4156. deb = true
  4157. coroutine.wrap(function()
  4158. hit:FindFirstChild("Humanoid").PlatformStand = true
  4159. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4160. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  4161. end)()
  4162. table.insert(Touche, hit.Name)
  4163. deb = false
  4164. end
  4165. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  4166. if HasntTouched(hit.Parent.Name) == true and deb == false then
  4167. deb = true
  4168. coroutine.wrap(function()
  4169. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  4170. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  4171. wait(1)
  4172. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  4173. end)()
  4174. table.insert(Touche, hit.Parent.Name)
  4175. deb = false
  4176. for i, v in pairs(Touche) do
  4177. print(v)
  4178. end
  4179. end
  4180. end
  4181. end)
  4182. end
  4183. for i = 0, 260, 8 do
  4184. bem.Size = Vector3.new(i, 2, 2)
  4185. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  4186. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  4187. bnd.Size = Vector3.new(1,1,1)
  4188. bndm.Scale = Vector3.new(8,8,8)
  4189. if i % 10 == 0 then
  4190. local newRng = rng2:Clone()
  4191. newRng.Parent = char
  4192. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  4193. local newRngm = rngm2:clone()
  4194. newRngm.Parent=newRng
  4195. coroutine.wrap(function()
  4196. for i = 1, 10, 0.2 do
  4197. newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
  4198. newRng.Transparency = i/10
  4199. wait()
  4200. end
  4201. wait()
  4202. newRng:Destroy()
  4203. end)()
  4204. end
  4205. wait()
  4206. end
  4207. wait()
  4208. Debounces.Shewt = false
  4209. bem:Destroy()
  4210. out:Destroy()
  4211. bnd:Destroy()
  4212. Debounces.Ready = false
  4213. for i, v in pairs(Touche) do
  4214. table.remove(Touche, i)
  4215. end
  4216. wait()
  4217. table.insert(Touche, char.Name)
  4218. Debounces.NoIdl = false
  4219. if Debounces.CanAttack == false then
  4220. Debounces.CanAttack = true
  4221. end
  4222. end
  4223. end
  4224. end)
  4225. ----------------------------------------------------
  4226. sidz = {"231917888", "231917845", "231917806"}
  4227. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  4228. mouse.KeyDown:connect(function(key)
  4229. if key == "f" then
  4230. larm.BrickColor = BrickColor.new("Bright red")
  4231. rarm.BrickColor = BrickColor.new("Bright red")
  4232. if Debounces.CanAttack == true then
  4233. Debounces.CanAttack = false
  4234. Debounces.on = true
  4235. Debounces.NoIdl = true
  4236. for i = 1, 20 do
  4237. 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)
  4238. 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)
  4239. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4240. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4241. 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)
  4242. 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)
  4243. 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)
  4244. if Debounces.on == false then break end
  4245. rs:wait(6)
  4246. end
  4247. z = Instance.new("Sound",char)
  4248. z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
  4249. z.Pitch = ptz[math.random(1,#ptz)]
  4250. z.Volume = 1
  4251. z1 = Instance.new("Sound",char)
  4252. z1.SoundId = z.SoundId
  4253. z1.Pitch = z.Pitch
  4254. z1.Volume = 1
  4255. z:Play()
  4256. z1:Play()
  4257. Stomp()
  4258. for i = 1, 20 do
  4259. 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)
  4260. 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)
  4261. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
  4262. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  4263. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
  4264. 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)
  4265. 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)
  4266. if Debounces.on == false then break end
  4267. rs:wait(2.5)
  4268. end
  4269. if Debounces.CanAttack == false then
  4270. Debounces.CanAttack = true
  4271. Debounces.on = false
  4272. Debounces.NoIdl = false
  4273. larm.BrickColor = BrickColor.new("Really black")
  4274. rarm.BrickColor = BrickColor.new("Really black")
  4275. end
  4276. end
  4277. end
  4278. end)
  4279. ----------------------------------------------------
  4280. mouse.KeyDown:connect(function(key)
  4281. if key == "g" then
  4282. larm.BrickColor = BrickColor.new("Bright red")
  4283. rarm.BrickColor = BrickColor.new("Bright red")
  4284. if Debounces.CanAttack == true then
  4285. Debounces.CanAttack = false
  4286. Debounces.on = true
  4287. Debounces.NoIdl = true
  4288. chrg = lleg.Touched:connect(function(ht)
  4289. hit = ht.Parent
  4290. if ht and hit:IsA("Model") then
  4291. if hit:FindFirstChild("Humanoid") then
  4292. if hit.Name ~= p.Name then
  4293. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4294. Debounces.Slashed = true]]--
  4295. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4296. hit:FindFirstChild("Humanoid").PlatformStand = true
  4297. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4298. --Debounces.Slashed = false
  4299. --end
  4300. end
  4301. end
  4302. elseif ht and hit:IsA("Hat") then
  4303. if hit.Parent.Name ~= p.Name then
  4304. if hit.Parent:FindFirstChild("Humanoid") then
  4305. --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
  4306. Debounces.Slashed = true]]--
  4307. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4308. hit:FindFirstChild("Humanoid").PlatformStand = true
  4309. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4310. --Debounces.Slashed = false
  4311. end
  4312. end
  4313. end
  4314. end)
  4315. for i = 1, 14 do
  4316. 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)
  4317. 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)
  4318. 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)
  4319. 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)
  4320. 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)
  4321. 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)
  4322. 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)
  4323. if Debounces.on == false then break end
  4324. rs:wait(3)
  4325. end
  4326. charge()
  4327. z = Instance.new("Sound",char)
  4328. z.SoundId = "rbxassetid://200632875"
  4329. z.Volume = 1
  4330. z.Pitch = .8
  4331. z1 = Instance.new("Sound",char)
  4332. z1.SoundId = "rbxassetid://200632875"
  4333. z1.Volume = 1
  4334. z1.Pitch = .9
  4335. z:Play()
  4336. z1:Play()
  4337. wait(1)
  4338. z:Destroy()
  4339. z1:Destroy()
  4340. chrg:disconnect()
  4341. if Debounces.CanAttack == false then
  4342. Debounces.CanAttack = true
  4343. Debounces.on = false
  4344. Debounces.NoIdl = false
  4345. larm.BrickColor = BrickColor.new("Really black")
  4346. rarm.BrickColor = BrickColor.new("Really black")
  4347. end
  4348. end
  4349. end
  4350. end)
  4351. ----------------------------------------------------
  4352. pt = {0.7, 0.8, 0.9}
  4353. mouse.KeyDown:connect(function(key)
  4354. if key == "h" then
  4355. if Debounces.CanJoke == true then
  4356. Debounces.CanJoke = false
  4357. u = Instance.new("Sound")
  4358. u.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4359. u.Parent = char
  4360. u.Looped = false
  4361. u.Pitch = pt[math.random(1,#pt)]
  4362. u.Volume = 1
  4363. u2 = Instance.new("Sound")
  4364. u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
  4365. u2.Parent = char
  4366. u2.Looped = false
  4367. u2.Pitch = u.Pitch
  4368. u2.Volume = 1
  4369. wait(.01)
  4370. u:Play()
  4371. u2:Play()
  4372. wait(6)
  4373. u:Destroy()
  4374. u2:Destroy()
  4375. if Debounces.CanJoke == false then
  4376. Debounces.CanJoke = true
  4377. end
  4378. end
  4379. end
  4380. end)
  4381. ----------------------------------------------------
  4382. mouse.KeyDown:connect(function(key)
  4383. if key == "j" then
  4384. if Debounces.CanJoke == true then
  4385. Debounces.CanJoke = false
  4386. z = Instance.new("Sound",char)
  4387. z.SoundId = "rbxassetid://135017755"
  4388. z.Pitch = .76
  4389. z.Volume = 1
  4390. wait()
  4391. z:Play()
  4392. wait(6)
  4393. z:Destroy()
  4394. if Debounces.CanJoke == false then
  4395. Debounces.CanJoke = true
  4396. end
  4397. end
  4398. end
  4399. end)
  4400. ----------------------------------------------------
  4401. mouse.KeyDown:connect(function(key)
  4402. if key == "k" then
  4403. if Debounces.CanJoke == true then
  4404. Debounces.CanJoke = false
  4405. z = Instance.new("Sound",char)
  4406. z.SoundId = "rbxassetid://135017578"
  4407. z.Pitch = .76
  4408. z.Volume = 1
  4409. wait()
  4410. z:Play()
  4411. wait(4)
  4412. z:Destroy()
  4413. if Debounces.CanJoke == false then
  4414. Debounces.CanJoke = true
  4415. end
  4416. end
  4417. end
  4418. end)
  4419. ----------------------------------------------------
  4420. mouse.KeyDown:connect(function(key)
  4421. if key == "x" then
  4422. if Debounces.CanAttack == true then
  4423. Debounces.CanAttack = false
  4424. Debounces.NoIdl = true
  4425. Debounces.on = true
  4426. Debounces.ks = true
  4427. for i = 1, 10 do
  4428. 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)
  4429. 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)
  4430. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
  4431. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
  4432. 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)
  4433. 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)
  4434. 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)
  4435. if Debounces.on == false then break end
  4436. rs:wait(1)
  4437. end
  4438. z = Instance.new("Sound",hed)
  4439. z.SoundId = "rbxassetid://169445092"
  4440. z.Volume = 1
  4441. wait(0.1)
  4442. z:Play()
  4443. kik = rleg.Touched:connect(function(ht)
  4444. hit = ht.Parent
  4445. if ht and hit:IsA("Model") then
  4446. if hit:FindFirstChild("Humanoid") then
  4447. if hit.Name ~= p.Name then
  4448. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4449. Debounces.Slashed = true]]--
  4450. if Debounces.ks==true then
  4451. z = Instance.new("Sound",hed)
  4452. z.SoundId = "rbxassetid://169380525"
  4453. z.Volume = 1
  4454. z:Play()
  4455. Debounces.ks=false
  4456. end
  4457. hit:FindFirstChild("Humanoid"):TakeDamage(2)
  4458. hit:FindFirstChild("Humanoid").PlatformStand = true
  4459. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4460. --Debounces.Slashed = false
  4461. --end
  4462. end
  4463. end
  4464. elseif ht and hit:IsA("Hat") then
  4465. if hit.Parent.Name ~= p.Name then
  4466. if hit.Parent:FindFirstChild("Humanoid") then
  4467. --[[if Debounces.Slashing == true and Debounces.Slashed == false then
  4468. Debounces.Slashed = true]]--
  4469. hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
  4470. hit:FindFirstChild("Humanoid").PlatformStand = true
  4471. hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
  4472. --Debounces.Slashed = false
  4473. --end
  4474. end
  4475. end
  4476. end
  4477. end)
  4478. for i = 1, 8 do
  4479. 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)
  4480. 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)
  4481. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
  4482. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
  4483. 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)
  4484. 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)
  4485. 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)
  4486. if Debounces.on == false then break end
  4487. rs:wait(.7)
  4488. end
  4489. kik:disconnect()
  4490. if Debounces.CanAttack == false then
  4491. Debounces.CanAttack = true
  4492. Debounces.on = false
  4493. Debounces.NoIdl = false
  4494. end
  4495. end
  4496. end
  4497. end)
  4498. ----------------------------------------------------
  4499. mouse.KeyDown:connect(function(key)
  4500. if key == "c" then
  4501. if Debounces.CanAttack == true then
  4502. Debounces.CanAttack = false
  4503. Debounces.NoIdl = true
  4504. Debounces.on = true
  4505. SIDZ = {"231917744", "231917742"}
  4506. PTZ = {0.7, 0.8, 0.9, 1}
  4507. for i = 1, 20 do
  4508. wait()
  4509. for i,v in pairs(char.Absolution:children()) do
  4510. if v:IsA("Part") or v:IsA("WedgePart") then
  4511. v.Transparency = v.Transparency + 0.05
  4512. end
  4513. end
  4514. end
  4515. function FindNearestTorso(Position,Distance,SinglePlayer)
  4516. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  4517. local List = {}
  4518. for i,v in pairs(workspace:GetChildren())do
  4519. if v:IsA("Model")then
  4520. if v:findFirstChild("Torso")then
  4521. if v ~= char then
  4522. if(v.Torso.Position -Position).magnitude <= Distance then
  4523. table.insert(List,v)
  4524. end
  4525. end
  4526. end
  4527. end
  4528. end
  4529. return List
  4530. end
  4531. GroundPound()
  4532. for i = 1, 11 do
  4533. 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)
  4534. 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)
  4535. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4536. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4537. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4538. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4539. 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)
  4540. if Debounces.on == false then break end
  4541. rs:wait(1.4)
  4542. end
  4543. GroundPound()
  4544. for i = 1, 11 do
  4545. 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)
  4546. 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)
  4547. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4548. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4549. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4550. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4551. 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)
  4552. if Debounces.on == false then break end
  4553. rs:wait(1.4)
  4554. end
  4555. GroundPound()
  4556. for i = 1, 11 do
  4557. 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)
  4558. 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)
  4559. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4560. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4561. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4562. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4563. 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)
  4564. if Debounces.on == false then break end
  4565. rs:wait(1.4)
  4566. end
  4567. GroundPound()
  4568. for i = 1, 11 do
  4569. 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)
  4570. 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)
  4571. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4572. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4573. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4574. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4575. 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)
  4576. if Debounces.on == false then break end
  4577. rs:wait(1.4)
  4578. end
  4579. GroundPound()
  4580. for i = 1, 11 do
  4581. 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)
  4582. 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)
  4583. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
  4584. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
  4585. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
  4586. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4587. 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)
  4588. if Debounces.on == false then break end
  4589. rs:wait(1.4)
  4590. end
  4591. GroundPound()
  4592. for i = 1, 11 do
  4593. 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)
  4594. 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)
  4595. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
  4596. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
  4597. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
  4598. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
  4599. 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)
  4600. if Debounces.on == false then break end
  4601. rs:wait(1.4)
  4602. end
  4603. for i = 1, 24 do
  4604. 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)
  4605. 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)
  4606. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4607. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4608. 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)
  4609. 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)
  4610. 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)
  4611. if Debounces.on == false then break end
  4612. rs:wait(3)
  4613. end
  4614. for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
  4615. if v:FindFirstChild('Humanoid') then
  4616. v.Humanoid:TakeDamage(math.random(20,60))
  4617. v.Humanoid.PlatformStand = true
  4618. v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
  4619. end
  4620. end
  4621. x = Instance.new("Sound",char)
  4622. x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
  4623. x.Pitch = PTZ[math.random(1,#PTZ)]
  4624. x.Volume = 1
  4625. wait(0.1)
  4626. x:Play()
  4627. Crater(hed,20)
  4628. for i = 1, 20 do
  4629. 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)
  4630. 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)
  4631. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
  4632. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
  4633. 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)
  4634. 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)
  4635. 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)
  4636. if Debounces.on == false then break end
  4637. rs:wait(2)
  4638. end
  4639. if Debounces.CanAttack == false then
  4640. Debounces.CanAttack = true
  4641. Debounces.on = false
  4642. Debounces.NoIdl = false
  4643. for i = 1, 20 do
  4644. wait()
  4645. for i,v in pairs(char.Absolution:children()) do
  4646. if v:IsA("Part") or v:IsA("WedgePart") then
  4647. v.Transparency = v.Transparency - 0.05
  4648. end
  4649. end
  4650. end
  4651. end
  4652. end
  4653. end
  4654. end)
  4655. ----------------------------------------------------176349813
  4656. mouse.KeyDown:connect(function(key)
  4657. if key == "b" then
  4658. hum.WalkSpeed = 0.01
  4659. if Debounces.CanAttack == true then
  4660. Debounces.CanAttack = false
  4661. Debounces.NoIdl = true
  4662. Debounces.on = true
  4663. for i = 1, 30 do
  4664. 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)
  4665. 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)
  4666. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
  4667. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
  4668. 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)
  4669. 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)
  4670. 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)
  4671. if Debounces.on == false then break end
  4672. rs:wait(6)
  4673. end
  4674. v = Instance.new("Sound")
  4675. v.SoundId = "rbxassetid://181384451"
  4676. v.Parent = char
  4677. v.Looped = false
  4678. v.Pitch = .94
  4679. v.Volume = 1
  4680. wait(.01)
  4681. v:Play()
  4682.  
  4683. if Daytime == true then
  4684. Daytime = false
  4685. l.TimeOfDay = 24
  4686. else
  4687. Daytime = true
  4688. l.TimeOfDay = 12
  4689. l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
  4690. end
  4691.  
  4692. local Shockwave = function()
  4693. local rng1 = Instance.new("Part", char)
  4694. rng1.Anchored = true
  4695. rng1.BrickColor = BrickColor.new("Really black")
  4696. rng1.CanCollide = false
  4697. rng1.FormFactor = 3
  4698. rng1.Name = "Ring"
  4699. rng1.Size = Vector3.new(1, 1, 1)
  4700. rng1.Transparency = 0.35
  4701. rng1.TopSurface = 0
  4702. rng1.BottomSurface = 0
  4703. local rngm1 = Instance.new("SpecialMesh", rng)
  4704. rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  4705. rngm1.Scale = Vector3.new(10, 10, 1)
  4706. rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
  4707. local Wave = Instance.new("Part", game.Workspace--[[?]])
  4708. Wave.Name = "Shockwave"
  4709. Wave.BrickColor = BrickColor.new("Really black")
  4710. Wave.Size = Vector3.new(1, 1, 1)
  4711. Wave.Shape = "Ball"
  4712. Wave.CanCollide = false
  4713. Wave.Anchored = true
  4714. Wave.TopSurface = 0
  4715. Wave.BottomSurface = 0
  4716. Wave.Touched:connect(function(hit)
  4717. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4718. local Occlude = true
  4719. local NotOccludes = {
  4720. char.Name;
  4721. "Wings";
  4722. "Scythe";
  4723. "Thingy";
  4724. "Thingy2"; -- put all of the names in a table pls
  4725. }
  4726. for i,v in pairs(NotOccludes) do
  4727. if hit.Parent.Name == v then
  4728. Occlude = false
  4729. end
  4730. end
  4731. --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
  4732. if Occlude then
  4733. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4734. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4735. end
  4736. end
  4737. end)
  4738.  
  4739. Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
  4740.  
  4741. coroutine.wrap(function()
  4742. for i = 1, 20, 0.2 do
  4743. rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
  4744. rng1.Transparency = i/20
  4745. wait()
  4746. end
  4747. wait()
  4748. rng1:Destroy()
  4749. end)()
  4750.  
  4751. Delay(0, function()
  4752.  
  4753. if Daytime == false then
  4754. for i = 1, 50, 1 do
  4755. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4756. Wave.CFrame = char.Torso.CFrame
  4757. local t = i / 50
  4758. Wave.Transparency = t
  4759. wait()
  4760. end
  4761. else
  4762. for i = 1, 50, 1 do
  4763. Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4764. Wave.CFrame = char.Torso.CFrame
  4765. local t = i / 50
  4766. Wave.Transparency = t
  4767. wait()
  4768. end
  4769. end
  4770. Wave:Destroy()
  4771. end)
  4772. Delay(0, function()
  4773. while wait() do
  4774. if Wave ~= nil then
  4775. Wave.CFrame = char.Torso.CFrame
  4776. else
  4777. break
  4778. end
  4779. end
  4780. end)
  4781. end
  4782. Shockwave()
  4783. for i = 1, 30 do
  4784. 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)
  4785. 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)
  4786. 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)
  4787. 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)
  4788. 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)
  4789. 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)
  4790. if Debounces.on == false then break end
  4791. rs:wait()
  4792. end
  4793. wait(2.4)
  4794. Debounces.NoIdl = false
  4795. hum.WalkSpeed = 5
  4796. Debounces.on = false
  4797. wait()
  4798. if Debounces.CanAttack == false then
  4799. Debounces.CanAttack = true
  4800. v:Destroy()
  4801. end
  4802. end
  4803. end
  4804. end)
  4805. ----------------------------------------------------
  4806. mouse.KeyDown:connect(function(key)
  4807. if key == "l" then
  4808. for i = 1, 20 do
  4809. wait()
  4810. for i,v in pairs(char.Absolution:children()) do
  4811. if v:IsA("Part") or v:IsA("WedgePart") then
  4812. v.Transparency = v.Transparency + 0.05
  4813. end
  4814. end
  4815. end
  4816. if Debounces.CanAttack == true then
  4817. Debounces.CanAttack = false
  4818. Debounces.NoIdl = true
  4819. Debounces.on = true
  4820. bv = Instance.new("BodyVelocity",torso)
  4821. bv.maxForce = Vector3.new(0,200000,0)
  4822. bv.P = 100000
  4823. bv.velocity = Vector3.new(0,500,0)
  4824. wait(2)
  4825. bv:Destroy()
  4826. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  4827. for i = 1, 20 do
  4828. 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)
  4829. 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)
  4830. 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)
  4831. 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)
  4832. 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)
  4833. 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)
  4834. 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)
  4835. if Debounces.on == false then break end
  4836. wait()
  4837. end
  4838. for i = 1, 360, 20 do wait()
  4839. torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
  4840. end
  4841. end
  4842. torso.Weld.C1 = CFrame.new(0,-1.2,0)
  4843. local ry,ht,ps=nil,nil,nil
  4844. while ht==nil do
  4845. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  4846. wait()
  4847. end
  4848. z = Instance.new("Sound",char)
  4849. z.SoundId = "rbxassetid://245537790"
  4850. z.Pitch = 1
  4851. z.Volume = 1
  4852. wait(0.1)
  4853. z:Play()
  4854. local sp = Instance.new("Part", char)
  4855. sp.Name = "Energy"
  4856. sp.BrickColor = BrickColor.new("Really black")
  4857. sp.Size = Vector3.new(1, 1, 1)
  4858. sp.Shape = "Ball"
  4859. sp.CanCollide = false
  4860. sp.Anchored = true
  4861. sp.TopSurface = 0
  4862. sp.BottomSurface = 0
  4863. local spm = Instance.new("SpecialMesh",sp)
  4864. spm.MeshId = "rbxassetid://9982590"
  4865. spm.Scale = Vector3.new(3,3,3)
  4866. local sp2 = Instance.new("Part", char)
  4867. sp2.Name = "Energy2"
  4868. sp2.BrickColor = BrickColor.new("Really black")
  4869. sp2.Size = Vector3.new(1, 1, 1)
  4870. sp2.Shape = "Ball"
  4871. sp2.CanCollide = false
  4872. sp2.Anchored = true
  4873. sp2.TopSurface = 0
  4874. sp2.BottomSurface = 0
  4875. local spm2 = Instance.new("SpecialMesh",sp2)
  4876. spm2.MeshId = "rbxassetid://9982590"
  4877. spm2.Scale = Vector3.new(3,3,3)
  4878. sp.Touched:connect(function(hit)
  4879. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4880. local Occlude = true
  4881. local NotOccludes = {
  4882. char.Name;
  4883. "Wings";
  4884. "Scythe";
  4885. "Thingy";
  4886. "Thingy2"; -- put all of the names in a table pls
  4887. }
  4888. for i,v in pairs(NotOccludes) do
  4889. if hit.Parent.Name == v then
  4890. Occlude = false
  4891. end
  4892. end
  4893. --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
  4894. if Occlude then
  4895. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 80
  4896. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4897. end
  4898. end
  4899. end)
  4900. sp2.Touched:connect(function(hit)
  4901. if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
  4902. local Occlude = true
  4903. local NotOccludes = {
  4904. char.Name;
  4905. "Wings";
  4906. "Scythe";
  4907. "Thingy";
  4908. "Thingy2"; -- put all of the names in a table pls
  4909. }
  4910. for i,v in pairs(NotOccludes) do
  4911. if hit.Parent.Name == v then
  4912. Occlude = false
  4913. end
  4914. end
  4915. --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
  4916. if Occlude then
  4917. hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
  4918. hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
  4919. end
  4920. end
  4921. end)
  4922. for i = 1, 100, 1 do
  4923. sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4924. sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
  4925. sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
  4926. sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
  4927. spm.Scale = sp.Size
  4928. spm2.Scale = sp2.Size
  4929. local t = i / 100
  4930. sp.Transparency = t
  4931. sp2.Transparency = t
  4932. wait()
  4933. end
  4934. sp:Destroy()
  4935. sp2:Destroy()
  4936. z:Destroy()
  4937. for i = 1, 20 do
  4938. wait()
  4939. for i,v in pairs(char.Absolution:children()) do
  4940. if v:IsA("Part") or v:IsA("WedgePart") then
  4941. v.Transparency = v.Transparency - 0.05
  4942. end
  4943. end
  4944. end
  4945. if Debounces.CanAttack == false then
  4946. Debounces.CanAttack = true
  4947. Debounces.NoIdl = false
  4948. Debounces.on = false
  4949. end
  4950. end
  4951. end
  4952. end)
  4953. ----------------------------------------------------
  4954. local orbt={}
  4955. local stlt={}
  4956. local chot={}
  4957. local cfxt={}
  4958. local pfxt={}
  4959. local cns=0
  4960. local cnOrb=nil
  4961. mouse.KeyDown:connect(function(key)
  4962. if key == "u" then
  4963. if Debounces.CanAttack == true then
  4964. Debounces.CanAttack = false
  4965. Debounces.NoIdl = true
  4966. Debounces.on = true
  4967. orbt={}
  4968. stlt={}
  4969. chot={}
  4970. cfxt={}
  4971. for i = 1, 20 do
  4972. 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)
  4973. 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)
  4974. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
  4975. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  4976. 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)
  4977. 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)
  4978. 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)
  4979. if Debounces.on == false then end
  4980. rs:wait()
  4981. end
  4982. z = Instance.new("Sound",char)
  4983. z.SoundId = "rbxassetid://170053944"
  4984. z.Pitch = 1.07
  4985. z.Volume = 1
  4986. wait(0.1)
  4987. z:Play()
  4988. cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
  4989. debris:AddItem(cnOrb,50)
  4990. cnOrb.Mesh.MeshType=3
  4991. table.insert(orbt,cnOrb)
  4992. table.insert(stlt,cnOrb)
  4993. local nt=0
  4994. for i=0,5,0.02 do
  4995. nt=nt+1
  4996. cns=i
  4997. if nt>=2 then
  4998. nt=0
  4999. 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")
  5000. debris:AddItem(cho,1)
  5001. cho.Mesh.MeshType=3
  5002. table.insert(chot,cho)
  5003. end
  5004. cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
  5005. cnOrb.Mesh.Scale=Vector3.new(i,i,i)
  5006. wait()
  5007. end
  5008. for i = 1, 14 do
  5009. 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)
  5010. if Debounces.on == false then end
  5011. rs:wait()
  5012. end
  5013. coroutine.wrap(function()
  5014. for i = 1, 20 do
  5015. 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)
  5016. 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)
  5017. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
  5018. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
  5019. 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)
  5020. 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)
  5021. if Debounces.on == false then end
  5022. rs:wait()
  5023. end
  5024. end)()
  5025. wait(0.1)
  5026. stlt={}
  5027. 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})
  5028. cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
  5029. local nt=0
  5030. for i=0,160,3 do
  5031. cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
  5032. nt=nt+1
  5033. if nt>=6 then
  5034. nt=0
  5035. 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")
  5036. cfx.Mesh.MeshId="rbxassetid://20329976"
  5037. cfx.Transparency=0.4
  5038. table.insert(cfxt,cfx)
  5039. debris:AddItem(cfx,1)
  5040. end
  5041. if (cnOrb.Position-ps).magnitude<6 then
  5042. break
  5043. end
  5044. wait()
  5045. end
  5046. orbt={}
  5047.  
  5048. for i=0,1,0.1 do
  5049. local cs=cnOrb.Mesh.Scale
  5050. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
  5051. wait()
  5052. end
  5053. local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5054. ofx.Transparency=0.5
  5055. ofx.Mesh.MeshType=3
  5056. ofx.Mesh.Scale=Vector3.new(30,30,30)
  5057. for _,v in pairs(game:service"Players":GetChildren()) do
  5058. pcall(function()
  5059. for _,c in pairs(v.Character:GetChildren()) do
  5060. 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
  5061. local hrp=v.Character:FindFirstChild("HumanoidRootPart")
  5062. hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
  5063. end
  5064. end
  5065. end)
  5066. end
  5067. for i=0,1,0.05 do
  5068. local cs=cnOrb.Mesh.Scale
  5069. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
  5070. local ofs=ofx.Mesh.Scale
  5071. ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
  5072. ofx.Transparency=Tween(ofx.Transparency,1,i)
  5073. wait()
  5074. end
  5075. ofx:Destroy()
  5076. cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
  5077. local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5078. cnfx.Mesh.MeshType=3
  5079. cnOrb.Transparency=0.05
  5080. local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5081. cnr.Mesh.MeshType=3
  5082. local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
  5083. rn1.Transparency=1
  5084. rn1.Mesh.MeshId="rbxassetid://3270017"
  5085. local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
  5086. rn2.Transparency=1
  5087. rn2.Mesh.MeshId="rbxassetid://3270017"
  5088. local nt=0
  5089. local cs=nil
  5090. for i=0,1,0.05 do
  5091. cs=cnOrb.Mesh.Scale
  5092. cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
  5093. local fs=cnfx.Mesh.Scale
  5094. cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
  5095. cnfx.Transparency=cnfx.Transparency+0.05
  5096. rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5097. rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
  5098. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5099. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
  5100. rn1.Transparency=Tween(rn1.Transparency,0.8,i)
  5101. rn2.Transparency=Tween(rn2.Transparency,0.8,i)
  5102. local rs=cnr.Mesh.Scale
  5103. cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
  5104. nt=nt+1
  5105. if nt>=6 then
  5106. local pls={}
  5107. for _,v in pairs(game.Players:GetChildren()) do
  5108. table.insert(pls,v)
  5109. end
  5110. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5111. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5112. pffx.Mesh.MeshId="rbxassetid://20329976"
  5113. pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
  5114. debris:AddItem(pffx,2)
  5115. table.insert(pfxt,pffx)
  5116. nt=0
  5117. end
  5118. wait()
  5119. end
  5120. local int=0
  5121. coroutine.wrap(function()
  5122. for i=1,500 do
  5123. rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5124. rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
  5125. nt=nt+1
  5126. int=int+1
  5127. local htd={p}
  5128. for _,v in pairs(game:service"Players":GetChildren()) do
  5129. pcall(function()
  5130. for _,c in pairs(v.Character:GetChildren()) do
  5131. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5132. v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
  5133. v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
  5134. table.insert(htd,v)
  5135. end
  5136. end
  5137. end)
  5138. end
  5139. htd={p}
  5140. if int>=6 then
  5141. for _,v in pairs(game:service"Players":GetChildren()) do
  5142. pcall(function()
  5143. for _,c in pairs(v.Character:GetChildren()) do
  5144. if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
  5145. table.insert(htd,v)
  5146. 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)),"Really black")
  5147. hfx.Mesh.Scale=Vector3.new(2,2,2)
  5148. hfx.Mesh.MeshType=3
  5149. debris:AddItem(hfx,2)
  5150. coroutine.wrap(function()
  5151. pcall(function()
  5152. for i=0,1,0.05 do
  5153. pcall(function()
  5154. local hs=hfx.Mesh.Scale
  5155. hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
  5156. hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
  5157. end)
  5158. wait()
  5159. end
  5160. hfx:Destroy()
  5161. end)
  5162. end)()
  5163. end
  5164. end
  5165. end)
  5166. end
  5167. int=0
  5168. end
  5169. if nt>=4 then
  5170. local pls={}
  5171. for _,v in pairs(game.Players:GetChildren()) do
  5172. table.insert(pls,v)
  5173. end
  5174. local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
  5175. local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
  5176. pffx.Transparency=0.4
  5177. pffx.Mesh.MeshId="rbxassetid://20329976"
  5178. pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
  5179. debris:AddItem(pffx,2)
  5180. table.insert(pfxt,pffx)
  5181. nt=0
  5182. end
  5183. wait()
  5184. end
  5185. cnOrb:Destroy()
  5186. cnfx:Destroy()
  5187. for _,v in pairs(mod3:GetChildren()) do
  5188. v:Destroy()
  5189. end
  5190. orbt={}
  5191. stlt={}
  5192. chot={}
  5193. cfxt={}
  5194. pfxt={}
  5195. end)()
  5196. if Debounces.CanAttack == false then
  5197. Debounces.CanAttack = true
  5198. Debounces.NoIdl = false
  5199. Debounces.on = false
  5200. end
  5201. end
  5202. end
  5203. end)
  5204. ----------------------------------------------------
  5205. mouse.KeyDown:connect(function(key)
  5206. if key == "m" then
  5207. if Debounces.CanAttack == true then
  5208. Debounces.CanAttack = false
  5209. Debounces.on = true
  5210. Debounces.NoIdl = true
  5211. --[[x = Instance.new("Sound",char)
  5212. x.SoundId = "http://www.roblox.com/asset/?id=169445572"
  5213. x.Looped = false
  5214. x.Pitch = 1.1
  5215. x.Volume = 1
  5216. x:Play()
  5217. x2 = Instance.new("Sound",char)
  5218. x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
  5219. x2.Looped = false
  5220. x2.Pitch = .7
  5221. x2.Volume = 1
  5222. wait(.1)
  5223. x:Play()
  5224. x2:Play()
  5225. for i = 1, 20 do
  5226. 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)
  5227. 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)
  5228. 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)
  5229. 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)
  5230. 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)
  5231. 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)
  5232. 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)
  5233. if Debounces.on == false then break end
  5234. wait()
  5235. x:Destroy()
  5236. x2:Destroy()
  5237. end
  5238. wait(1)]]--
  5239. local rng = Instance.new("Part", char)
  5240. rng.Anchored = true
  5241. rng.BrickColor = BrickColor.new("Really black")
  5242. rng.CanCollide = false
  5243. rng.FormFactor = 3
  5244. rng.Name = "Ring"
  5245. rng.Size = Vector3.new(1, 1, 1)
  5246. rng.Transparency = 0.35
  5247. rng.TopSurface = 0
  5248. rng.BottomSurface = 0
  5249. rng.Position = torso.Position - Vector3.new(0,5,0)
  5250. rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  5251. local rngm = Instance.new("SpecialMesh", rng)
  5252. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  5253. rngm.Scale = Vector3.new(1, 1, 2)
  5254. x = Instance.new("Sound",char)
  5255. x.SoundId = "http://www.roblox.com/asset/?id=169445602"
  5256. x.Looped = false
  5257. x.Pitch = .7
  5258. x.Volume = 1
  5259. x:Play()
  5260. coroutine.wrap(function()
  5261. for i = 1, 60, 2 do
  5262. rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
  5263. rng.Transparency = i/60
  5264. wait()
  5265. end
  5266. wait()
  5267. rng:Destroy()
  5268. end)()
  5269. hum.WalkSpeed = 100
  5270. BV = Instance.new("BodyVelocity", torso)
  5271. BV.maxForce = Vector3.new(0,200000,0)
  5272. BV.P = 240000
  5273. BV.velocity = Vector3.new(0,700,0)
  5274. for i = 1, 20 do
  5275. 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)
  5276. 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)
  5277. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0, math.rad(-20)), 0.7)
  5278. 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)
  5279. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
  5280. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
  5281. 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)
  5282. if Debounces.on == false then break end
  5283. wait()
  5284. end
  5285. x:Destroy()
  5286. BV:Destroy()
  5287. --[[for i = 1, 30 do
  5288. 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)
  5289. 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)
  5290. 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)
  5291. 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)
  5292. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
  5293. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0), 0.3)
  5294. if Debounces.on == false then break end
  5295. wait()
  5296. end]]--
  5297. if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
  5298. for i = 1, 30 do
  5299. 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)
  5300. 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)
  5301. 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)
  5302. 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)
  5303. 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)
  5304. 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)
  5305. 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)
  5306. if Debounces.on == false then break end
  5307. wait()
  5308. end
  5309. end
  5310. Debounces.on = false
  5311. Debounces.NoIdl = false
  5312. local ry,ht,ps=nil,nil,nil
  5313. while ht==nil do
  5314. ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
  5315. wait()
  5316. end
  5317. z = Instance.new("Sound",char)
  5318. z.SoundId = "rbxassetid://142070127"
  5319. z.Volume = 1
  5320. wait(.1)
  5321. z:Play()
  5322. Landing()
  5323. hum.WalkSpeed = 8
  5324. if Debounces.CanAttack == false then
  5325. Debounces.CanAttack = true
  5326. end
  5327. end
  5328. end
  5329. end)
  5330. ----------------------------------------------------
  5331. Grab = false
  5332. mouse.KeyDown:connect(function(key)
  5333. if key == "z" then
  5334. Debounces.on = true
  5335. Debounces.NoIdl = true
  5336. if Grab == false then
  5337. gp = nil
  5338. con1=larm.Touched:connect(function(hit) -- this is grab
  5339. ht = hit.Parent
  5340. hum1=ht:FindFirstChild('Humanoid')
  5341. if hum1 ~= nil then
  5342. hum1.PlatformStand=true
  5343. gp = ht
  5344. Grab = true
  5345. asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
  5346. asd.Parent = larm
  5347. asd.Name = "asd"
  5348. asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
  5349. con1:disconnect()
  5350. elseif hum1 ~= nil then
  5351. con1:disconnect()
  5352. wait() return
  5353. end
  5354. end)
  5355. for i = 1, 18 do
  5356. 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)
  5357. 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)
  5358. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5359. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
  5360. 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)
  5361. 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)
  5362. 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)
  5363. if Debounces.on == false then break end
  5364. wait()
  5365. end
  5366. con1:disconnect()
  5367. Debounces.on = false
  5368. Debounces.NoIdl = false
  5369. elseif Grab == true then
  5370. Grab = false
  5371. for i = 1, 20 do
  5372. 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)
  5373. 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)
  5374. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5375. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5376. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5377. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5378. 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)
  5379. if Debounces.on == false then end
  5380. wait()
  5381. end
  5382. if gp ~= nil then
  5383. for i,v in pairs(larm:GetChildren()) do
  5384. if v.Name == "asd" and v:IsA("Weld") then
  5385. v:Remove()
  5386. end
  5387. end
  5388. bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
  5389. bv.maxForce = Vector3.new(400000, 400000, 400000)
  5390. bv.P = 125000
  5391. bv.velocity = char.Head.CFrame.lookVector * 200
  5392. for i = 1, 12 do
  5393. 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)
  5394. if Debounces.on == false then end
  5395. wait()
  5396. end--
  5397. ht=nil
  5398. Spawn(function()
  5399. wait(0.5)
  5400. bv:Destroy()
  5401. end)
  5402. Debounces.on = false
  5403. Debounces.NoIdl = false
  5404. elseif ht == nil then wait()
  5405. Grab = false
  5406. Debounces.on = false
  5407. Debounces.NoIdl = false
  5408. end
  5409. end
  5410. end
  5411. end)
  5412. ----------------------------------------------------
  5413. mouse.KeyDown:connect(function(key)
  5414. if string.byte(key) == 52 then
  5415. char.Humanoid.WalkSpeed = 21
  5416. end
  5417. end)
  5418. mouse.KeyUp:connect(function(key)
  5419. if string.byte(key) == 52 then
  5420. char.Humanoid.WalkSpeed = 5
  5421. end
  5422. end)
  5423. ----------------------------------------------------
  5424. Change = false
  5425. mouse.KeyDown:connect(function(key)
  5426. if key == "n" then
  5427. if Change == false then
  5428. Change = true
  5429. stanceToggle = "Normal2"
  5430. elseif Change == true then
  5431. Change = false
  5432. stanceToggle = "Normal"
  5433. end
  5434. end
  5435. end)
  5436. ----------------------------------------------------
  5437. local animpose = "Idle"
  5438. local lastanimpose = "Idle"
  5439. local sine = 0
  5440. local change = 1
  5441. local val = 0
  5442. local ffing = false
  5443. local och = 0
  5444. ----------------------------------------------------
  5445. game:GetService("RunService").RenderStepped:connect(function()
  5446. --[[if char.Humanoid.Jump == true then
  5447. jump = true
  5448. else
  5449. jump = false
  5450. end]]
  5451. char.Humanoid.FreeFalling:connect(function(f)
  5452. if f then
  5453. ffing = true
  5454. else
  5455. ffing = false
  5456. end
  5457. end)
  5458. sine = sine + change
  5459. if jumpn == true then
  5460. animpose = "Jumping"
  5461. elseif ffing == true then
  5462. animpose = "Freefalling"
  5463. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  5464. animpose = "Idle"
  5465. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  5466. animpose = "Walking"
  5467. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  5468. animpose = "Running"
  5469. end
  5470. if animpose ~= lastanimpose then
  5471. sine = 0
  5472. if Debounces.NoIdl == false then
  5473. if animpose == "Idle" then
  5474. for i = 1, 2 do
  5475. 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)
  5476. 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)
  5477. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
  5478. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  5479. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  5480. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  5481. 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)
  5482. end
  5483. elseif animpose == "Walking" then
  5484. for i = 1, 2 do
  5485. 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)
  5486. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
  5487. 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)
  5488. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
  5489. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5490. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
  5491. 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)
  5492. end
  5493. elseif animpose == "Running" then
  5494. for i = 1, 2 do
  5495. 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)
  5496. 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)
  5497. 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)
  5498. 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)
  5499. 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)
  5500. 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)
  5501. 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)
  5502. end
  5503. rs:wait(2)
  5504. end
  5505. else
  5506. end
  5507. end
  5508. lastanimpose = animpose
  5509. if Debounces.NoIdl == false then
  5510. if animpose == "Idle" then
  5511. if stanceToggle == "Normal" then
  5512. change = 0.5
  5513. 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)
  5514. 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)
  5515. 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)
  5516. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  5517. 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)
  5518. 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)
  5519. 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)
  5520. elseif stanceToggle == "Sitting" then
  5521. 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)
  5522. 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)
  5523. 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)
  5524. 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)
  5525. 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)
  5526. 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)
  5527. 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)
  5528. elseif stanceToggle == "Normal2" then
  5529. 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)
  5530. 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)
  5531. 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)
  5532. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
  5533. 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)
  5534. 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)
  5535. 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)
  5536. end
  5537. elseif animpose == "Walking" then
  5538. if stanceToggle == "Normal" then
  5539. change = 1
  5540. 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)
  5541. 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)
  5542. 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)
  5543. 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)
  5544. 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)
  5545. 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)
  5546. 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)
  5547. elseif stanceToggle == "Normal2" then
  5548. 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)
  5549. 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)
  5550. 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)
  5551. 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)
  5552. 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)
  5553. 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)
  5554. 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)
  5555. end
  5556. elseif animpose == "Running" then
  5557. change = 1
  5558. 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)
  5559. 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)
  5560. 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)
  5561. 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)
  5562. 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)
  5563. 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)
  5564. 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)
  5565. end
  5566. end
  5567. och=och+1
  5568. for _,v in pairs(orbt) do
  5569. pcall(function()
  5570. 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)))
  5571. end)
  5572. end
  5573. for _,v in pairs(stlt) do
  5574. pcall(function()
  5575. v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
  5576. end)
  5577. end
  5578. for _,v in pairs(chot) do
  5579. pcall(function()
  5580. v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
  5581. 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))
  5582. end)
  5583. end
  5584. for _,v in pairs(cfxt) do
  5585. pcall(function()
  5586. local vs=v.Mesh.Scale
  5587. v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
  5588. v.Transparency=v.Transparency+0.05
  5589. end)
  5590. end
  5591. for _,v in pairs(pfxt) do
  5592. pcall(function()
  5593. local vs=v.Mesh.Scale
  5594. v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
  5595. v.Transparency=v.Transparency+0.025
  5596. end)
  5597. end
  5598. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement