Advertisement
NASA960

Titan [EDIT]

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