Advertisement
com_ww

Untitled

Jan 23rd, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Created by Nebula_Zorua --
  2.  
  3. -- Leaked for Vengeful to showcase. Fuck you dark lol --
  4.  
  5. -- Nebula's Lost Hope/Lost Hope V2 --
  6. -- I walk a lonely road.. --
  7. -- The only one that I have ever known.. --
  8.  
  9. -- Thank goodguyaiyden for making me leak this. Little cunt spread it. --
  10.  
  11. -- Discord: Nebula the Zorua#6969
  12. -- Youtube: https://www.youtube.com/channel/UCo9oU9dCw8jnuVLuy4_SATA
  13.  
  14. wait(1/60)
  15. --https://github.com/Mokiros/roblox-FE-compatibility
  16. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  17. local Player,game,owner = owner,game
  18. local RealPlayer = Player
  19. do
  20. print("FE Compatibility code V2 by Mokiros")
  21. local RealPlayer = RealPlayer
  22. script.Parent = RealPlayer.Character
  23.  
  24. --Fake event to make stuff like Mouse.KeyDown work
  25. local Disconnect_Function = function(this)
  26. this[1].Functions[this[2]] = nil
  27. end
  28. local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
  29. local FakeEvent_Metatable = {__index={
  30. Connect = function(this,f)
  31. local i = tostring(math.random(0,10000))
  32. while this.Functions[i] do
  33. i = tostring(math.random(0,10000))
  34. end
  35. this.Functions[i] = f
  36. return setmetatable({this,i},Disconnect_Metatable)
  37. end
  38. }}
  39. FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
  40. local function fakeEvent()
  41. return setmetatable({Functions={}},FakeEvent_Metatable)
  42. end
  43.  
  44. --Creating fake input objects with fake variables
  45. local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  46. FakeMouse.keyUp = FakeMouse.KeyUp
  47. FakeMouse.keyDown = FakeMouse.KeyDown
  48. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  49. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  50. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  51. end}
  52. --Merged 2 functions into one by checking amount of arguments
  53. CAS.UnbindAction = CAS.BindAction
  54.  
  55. --This function will trigger the events that have been :Connect()'ed
  56. local function TriggerEvent(self,ev,...)
  57. for _,f in pairs(self[ev].Functions) do
  58. f(...)
  59. end
  60. end
  61. FakeMouse.TriggerEvent = TriggerEvent
  62. UIS.TriggerEvent = TriggerEvent
  63.  
  64. --Client communication
  65. local Event = Instance.new("RemoteEvent")
  66. Event.Name = "UserInput_Event"
  67. Event.OnServerEvent:Connect(function(plr,io)
  68. if plr~=RealPlayer then return end
  69. FakeMouse.Target = io.Target
  70. FakeMouse.Hit = io.Hit
  71. if not io.isMouse then
  72. local b = io.UserInputState == Enum.UserInputState.Begin
  73. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  74. return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
  75. end
  76. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  77. return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
  78. end
  79. for _,t in pairs(CAS.Actions) do
  80. for _,k in pairs(t.Keys) do
  81. if k==io.KeyCode then
  82. t.Function(t.Name,io.UserInputState,io)
  83. end
  84. end
  85. end
  86. FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  87. UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
  88. end
  89. end)
  90. Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
  91. local Mouse = owner:GetMouse()
  92. local UIS = game:GetService("UserInputService")
  93. local input = function(io,RobloxHandled)
  94. if RobloxHandled then return end
  95. --Since InputObject is a client-side instance, we create and pass table instead
  96. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  97. end
  98. UIS.InputBegan:Connect(input)
  99. UIS.InputEnded:Connect(input)
  100.  
  101. local h,t
  102. --Give the server mouse data every second frame, but only if the values changed
  103. --If player is not moving their mouse, client won't fire events
  104. local HB = game:GetService("RunService").Heartbeat
  105. while true do
  106. if h~=Mouse.Hit or t~=Mouse.Target then
  107. h,t=Mouse.Hit,Mouse.Target
  108. Event:FireServer({isMouse=true,Target=t,Hit=h})
  109. end
  110. --Wait 2 frames
  111. for i=1,2 do
  112. HB:Wait()
  113. end
  114. end]==],script)
  115.  
  116. ----Sandboxed game object that allows the usage of client-side methods and services
  117. --Real game object
  118. local RealGame = game
  119.  
  120. --Metatable for fake service
  121. local FakeService_Metatable = {
  122. __index = function(self,k)
  123. local s = rawget(self,"_RealService")
  124. if s then
  125. return typeof(s[k])=="function"
  126. and function(_,...)return s[k](s,...)end or s[k]
  127. end
  128. end,
  129. __newindex = function(self,k,v)
  130. local s = rawget(self,"_RealService")
  131. if s then s[k]=v end
  132. end
  133. }
  134. local function FakeService(t,RealService)
  135. t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
  136. return setmetatable(t,FakeService_Metatable)
  137. end
  138.  
  139. --Fake game object
  140. local FakeGame = {
  141. GetService = function(self,s)
  142. return rawget(self,s) or RealGame:GetService(s)
  143. end,
  144. Players = FakeService({
  145. LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
  146. },"Players"),
  147. UserInputService = FakeService(UIS,"UserInputService"),
  148. ContextActionService = FakeService(CAS,"ContextActionService"),
  149. RunService = FakeService({
  150. _btrs = {},
  151. RenderStepped = RealGame:GetService("RunService").Heartbeat,
  152. BindToRenderStep = function(self,name,_,fun)
  153. self._btrs[name] = self.Heartbeat:Connect(fun)
  154. end,
  155. UnbindFromRenderStep = function(self,name)
  156. self._btrs[name]:Disconnect()
  157. end,
  158. },"RunService")
  159. }
  160. rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
  161. FakeGame.service = FakeGame.GetService
  162. FakeService(FakeGame,game)
  163. --Changing owner to fake player object to support owner:GetMouse()
  164. game,owner = FakeGame,FakeGame.Players.LocalPlayer
  165. end
  166.  
  167. --// Shortcut Variables \\--
  168. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  169. local CF = {N=CFrame.new,A=CFrame.Angles,fEA=CFrame.fromEulerAnglesXYZ}
  170. local C3 = {N=Color3.new,RGB=Color3.fromRGB,HSV=Color3.fromHSV,tHSV=Color3.toHSV}
  171. local V3 = {N=Vector3.new,FNI=Vector3.FromNormalId,A=Vector3.FromAxis}
  172. local M = {C=math.cos,R=math.rad,S=math.sin,P=math.pi,RNG=math.random,MRS=math.randomseed,H=math.huge,RRNG = function(min,max,div) return math.rad(math.random(min,max)/(div or 1)) end}
  173. local R3 = {N=Region3.new}
  174. local De = S.Debris
  175. local WS = workspace
  176. local Lght = S.Lighting
  177. local RepS = S.ReplicatedStorage
  178. local IN = Instance.new
  179. local Plrs = S.Players
  180.  
  181. local Black = C3.N(0,0,0)
  182. local White = C3.N(1,1,1)
  183.  
  184. function NumSeq(...)
  185. local tab = {...}
  186. local Sequence = {}
  187. for _,v in next, tab do
  188. table.insert(Sequence,NumberSequenceKeypoint.new(unpack(v)))
  189. end
  190. if(tab[#tab][1] ~= 1)then
  191. local final = tab[#tab]
  192. table.insert(Sequence,NumberSequenceKeypoint.new(1,final[2],final[3]))
  193. end
  194. return NumberSequence.new(Sequence)
  195. end
  196.  
  197.  
  198. CS3 = function(r,g,b)
  199. return ColorSequence.new(Color3.fromRGB(r,g,b))
  200. end
  201.  
  202. --// Initializing \\--
  203. local Plr = Plrs.LocalPlayer
  204. local Char = Plr.Character
  205. local Hum = Char:FindFirstChildOfClass'Humanoid'
  206. local RArm = Char["Right Arm"]
  207. local LArm = Char["Left Arm"]
  208. local RLeg = Char["Right Leg"]
  209. local LLeg = Char["Left Leg"]
  210. local Root = Char:FindFirstChild'HumanoidRootPart'
  211. local Torso = Char.Torso
  212. local Head = Char.Head
  213. local NeutralAnims = true
  214. local Attack = false
  215. local Debounces = {Debounces={}}
  216. local Mouse = Plr:GetMouse()
  217. local Hit = {}
  218. local Sine = 0
  219. local Change = 1
  220. local Combo = 1
  221.  
  222. local Effects = IN("Folder",Char)
  223. Effects.Name = "Effects"
  224.  
  225.  
  226. --// Debounce System \\--
  227.  
  228.  
  229. function Debounces:New(name,cooldown)
  230. local aaaaa = {Usable=true,Cooldown=cooldown or 2,CoolingDown=false,LastUse=0}
  231. setmetatable(aaaaa,{__index = Debounces})
  232. Debounces.Debounces[name] = aaaaa
  233. return aaaaa
  234. end
  235.  
  236. function Debounces:Use(overrideUsable)
  237. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  238. if(self.Usable or overrideUsable)then
  239. self.Usable = false
  240. self.CoolingDown = true
  241. local LastUse = time()
  242. self.LastUse = LastUse
  243. delay(self.Cooldown or 2,function()
  244. if(self.LastUse == LastUse)then
  245. self.CoolingDown = false
  246. self.Usable = true
  247. end
  248. end)
  249. end
  250. end
  251.  
  252. function Debounces:Get(name)
  253. assert(typeof(name) == 'string',("bad argument #1 to 'get' (string expected, got %s)"):format(typeof(name) == nil and "no value" or typeof(name)))
  254. for i,v in next, Debounces.Debounces do
  255. if(i == name)then
  256. return v;
  257. end
  258. end
  259. end
  260.  
  261. function Debounces:GetProgressPercentage()
  262. assert(self.Usable ~= nil and self.LastUse ~= nil and self.CoolingDown ~= nil,"Expected ':' not '.' calling member function Use")
  263. if(self.CoolingDown and not self.Usable)then
  264. return math.max(
  265. math.floor(
  266. (
  267. (time()-self.LastUse)/self.Cooldown or 2
  268. )*100
  269. )
  270. )
  271. else
  272. return 100
  273. end
  274. end
  275.  
  276. --// Instance Creation Functions \\--
  277.  
  278. function Sound(parent,id,pitch,volume,looped,effect,autoPlay)
  279. local Sound = IN("Sound")
  280. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  281. Sound.Pitch = pitch or 1
  282. Sound.Volume = volume or 1
  283. Sound.Looped = looped or false
  284. if(autoPlay)then
  285. coroutine.wrap(function()
  286. repeat wait() until Sound.IsLoaded
  287. Sound.Playing = autoPlay or false
  288. end)()
  289. end
  290. if(not looped and effect)then
  291. Sound.Stopped:connect(function()
  292. Sound.Volume = 0
  293. Sound:destroy()
  294. end)
  295. elseif(effect)then
  296. warn("Sound can't be looped and a sound effect!")
  297. end
  298. Sound.Parent =parent or Torso
  299. return Sound
  300. end
  301. function Part(parent,color,material,size,cframe,anchored,cancollide)
  302. local part = IN("Part")
  303. part.Parent = parent or Char
  304. part[typeof(color) == 'BrickColor' and 'BrickColor' or 'Color'] = color or C3.N(0,0,0)
  305. part.Material = material or Enum.Material.SmoothPlastic
  306. part.TopSurface,part.BottomSurface=10,10
  307. part.Size = size or V3.N(1,1,1)
  308. part.CFrame = cframe or CF.N(0,0,0)
  309. part.CanCollide = cancollide or false
  310. part.Anchored = anchored or false
  311. return part
  312. end
  313.  
  314. function Weld(part0,part1,c0,c1)
  315. local weld = IN("Weld")
  316. weld.Parent = part0
  317. weld.Part0 = part0
  318. weld.Part1 = part1
  319. weld.C0 = c0 or CF.N()
  320. weld.C1 = c1 or CF.N()
  321. return weld
  322. end
  323.  
  324. function Mesh(parent,meshtype,meshid,textid,scale,offset)
  325. local part = IN("SpecialMesh")
  326. part.MeshId = meshid or ""
  327. part.TextureId = textid or ""
  328. part.Scale = scale or V3.N(1,1,1)
  329. part.Offset = offset or V3.N(0,0,0)
  330. part.MeshType = meshtype or Enum.MeshType.Sphere
  331. part.Parent = parent
  332. return part
  333. end
  334.  
  335. NewInstance = function(instance,parent,properties)
  336. local inst = Instance.new(instance)
  337. inst.Parent = parent
  338. if(properties)then
  339. for i,v in next, properties do
  340. pcall(function() inst[i] = v end)
  341. end
  342. end
  343. return inst;
  344. end
  345.  
  346. function Clone(instance,parent,properties)
  347. local inst = instance:Clone()
  348. inst.Parent = parent
  349. if(properties)then
  350. for i,v in next, properties do
  351. pcall(function() inst[i] = v end)
  352. end
  353. end
  354. return inst;
  355. end
  356.  
  357. function SoundPart(id,pitch,volume,looped,effect,autoPlay,cf)
  358. local soundPart = NewInstance("Part",Effects,{Transparency=1,CFrame=cf or Torso.CFrame,Anchored=true,CanCollide=false,Size=V3.N()})
  359. local Sound = IN("Sound")
  360. Sound.SoundId = "rbxassetid://".. tostring(id or 0)
  361. Sound.Pitch = pitch or 1
  362. Sound.Volume = volume or 1
  363. Sound.Looped = looped or false
  364. if(autoPlay)then
  365. coroutine.wrap(function()
  366. repeat wait() until Sound.IsLoaded
  367. Sound.Playing = autoPlay or false
  368. end)()
  369. end
  370. if(not looped and effect)then
  371. Sound.Stopped:connect(function()
  372. Sound.Volume = 0
  373. soundPart:destroy()
  374. end)
  375. elseif(effect)then
  376. warn("Sound can't be looped and a sound effect!")
  377. end
  378. Sound.Parent = soundPart
  379. return Sound
  380. end
  381.  
  382.  
  383. --// Extended ROBLOX tables \\--
  384. local Instance = setmetatable({ClearChildrenOfClass = function(where,class,recursive) local children = (recursive and where:GetDescendants() or where:GetChildren()) for _,v in next, children do if(v:IsA(class))then v:destroy();end;end;end},{__index = Instance})
  385. --// Require stuff \\--
  386. function CamShake(who,times,intense,origin)
  387. coroutine.wrap(function()
  388. if(script:FindFirstChild'CamShake')then
  389. local cam = script.CamShake:Clone()
  390. cam:WaitForChild'intensity'.Value = intense
  391. cam:WaitForChild'times'.Value = times
  392.  
  393. if(origin)then NewInstance((typeof(origin) == 'Instance' and "ObjectValue" or typeof(origin) == 'Vector3' and 'Vector3Value'),cam,{Name='origin',Value=origin}) end
  394. cam.Parent = who
  395. wait()
  396. cam.Disabled = false
  397. elseif(who == Plr or who == Char or who:IsDescendantOf(Plr))then
  398. local intensity = intense
  399. local cam = workspace.CurrentCamera
  400. for i = 1, times do
  401. local camDistFromOrigin
  402. if(typeof(origin) == 'Instance' and origin:IsA'BasePart')then
  403. camDistFromOrigin = math.floor( (cam.CFrame.p-origin.Position).magnitude )/25
  404. elseif(typeof(origin) == 'Vector3')then
  405. camDistFromOrigin = math.floor( (cam.CFrame.p-origin).magnitude )/25
  406. end
  407. if(camDistFromOrigin)then
  408. intensity = math.min(intense, math.floor(intense/camDistFromOrigin))
  409. end
  410. cam.CFrame = cam.CFrame:lerp(cam.CFrame*CFrame.new(math.random(-intensity,intensity)/100,math.random(-intensity,intensity)/100,math.random(-intensity,intensity)/100)*CFrame.Angles(math.rad(math.random(-intensity,intensity)/100),math.rad(math.random(-intensity,intensity)/100),math.rad(math.random(-intensity,intensity)/100)),.4)
  411. swait()
  412. end
  413. end
  414. end)()
  415. end
  416.  
  417. function CamShakeAll(times,intense,origin)
  418. for _,v in next, Plrs:players() do
  419. CamShake(v:FindFirstChildOfClass'PlayerGui' or v:FindFirstChildOfClass'Backpack' or v.Character,times,intense,origin)
  420. end
  421. end
  422.  
  423. function ServerScript(code)
  424. if(script:FindFirstChild'Loadstring')then
  425. local load = script.Loadstring:Clone()
  426. load:WaitForChild'Sauce'.Value = code
  427. load.Disabled = false
  428. load.Parent = workspace
  429. elseif(NS and typeof(NS) == 'function')then
  430. NS(code,workspace)
  431. else
  432. warn("no serverscripts lol")
  433. end
  434. end
  435.  
  436. function RunLocal(where,code)
  437. ServerScript([[
  438. wait()
  439. script.Parent=nil
  440. if(not _G.Http)then _G.Http = game:service'HttpService' end
  441.  
  442. local Http = _G.Http or game:service'HttpService'
  443.  
  444. local source = ]].."[["..code.."]]"..[[
  445. local link = "https://api.vorth.xyz/R_API/R.UPLOAD/NEW_LOCAL.php"
  446. local asd = Http:PostAsync(link,source)
  447. repeat wait() until asd and Http:JSONDecode(asd) and Http:JSONDecode(asd).Result and Http:JSONDecode(asd).Result.Require_ID
  448. local ID = Http:JSONDecode(asd).Result.Require_ID
  449. local vs = require(ID).VORTH_SCRIPT
  450. vs.Parent = game.]]..where:GetFullName()
  451. )
  452. end
  453.  
  454. --// Customization \\--
  455.  
  456. local Frame_Speed = 60 -- The frame speed for swait. 1 is automatically divided by this
  457. local Remove_Hats = false
  458. local Remove_Clothing = false
  459. local PlayerSize = 1
  460. local DamageColor = BrickColor.new(Plr.UserId == 5719877 and 'Dark indigo' or 'Crimson')
  461. local God = false
  462. local Muted = false
  463.  
  464. local WalkSpeed = 0
  465.  
  466. Hum.WalkSpeed = WalkSpeed
  467. --// Weapon and GUI creation, and Character Customization \\--
  468.  
  469. New = function(Object, Parent, Name, Data)
  470. local Object = Instance.new(Object)
  471. for Index, Value in pairs(Data or {}) do
  472. Object[Index] = Value
  473. end
  474. Object.Parent = Parent
  475. Object.Name = Name
  476. if(Object:IsA'BasePart' and Plr.UserId == 5719877 and tostring(Object.BrickColor):lower():find"crimson")then
  477. Object.Color = BrickColor.new'Dark indigo'.Color
  478. end
  479. return Object
  480. end
  481.  
  482.  
  483. EmitPart = New("Part",LArm,"EmitPart",{BrickColor = BrickColor.new("Hot pink"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-2.5, 2.10001373, -3.5001967, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0.74902),})
  484. Weld = New("ManualWeld",EmitPart,"Weld",{Part0 = EmitPart,Part1 = LArm,C0=CF.N(0,1,0),})
  485.  
  486. Fattened = New("Part",RArm,"Fattened",{BrickColor = BrickColor.new("Hot pink"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(0.5, 2.10001373, -3.5001967, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0.74902),})
  487. WeldA = New("ManualWeld",Fattened,"Weld",{Part0 = Fattened,Part1 = RArm,C1 = CFrame.new(0, -0.899994135, 4.76837158e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  488.  
  489. Scythe = New("Model",Char,"Scythe",{})
  490. Handle = New("Part",Scythe,"Handle",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 6.19999981, 0.399999976),CFrame = CFrame.new(-39.3999939, 6.70000172, -6.59999561, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  491. MeshA = New("CylinderMesh",Handle,"Mesh",{Scale = Vector3.new(0.699999988, 1, 0.699999988),})
  492. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.399999976),CFrame = CFrame.new(-39.3999939, 8.10000229, -6.59999561, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  493. MeshA = New("CylinderMesh",PartA,"Mesh",{Scale = Vector3.new(0.800000012, 1, 0.800000012),})
  494. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 1.40000057, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  495. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.999999821, 1),CFrame = CFrame.new(-39.3999939, 9.89999485, -5.70000172, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  496. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),})
  497. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.19999313, 0.899993896, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  498. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.400000036, 0.200000003),CFrame = CFrame.new(-39.3999939, 8.40002728, -6.89999866, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  499. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.0500000007),Scale = Vector3.new(0.5, 1, 0.5),MeshType = Enum.MeshType.Wedge,})
  500. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 1.70002556, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  501. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 8.10000992, -6.89999866, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  502. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.100000001),Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  503. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 1.4000082, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  504. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-39.3999786, 9.89999485, -6.59998035, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  505. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.100000001),Scale = Vector3.new(0.5, 1, 0.899999976),MeshId = "http://www.roblox.com/asset/?id=420164161",MeshType = Enum.MeshType.FileMesh,})
  506. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(1.49905682e-05, 3.19999313, 1.50203705e-05, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  507. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 8.30002594, -6.70000172, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  508. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.0500000007),Scale = Vector3.new(0.5, 1, 0.5),MeshType = Enum.MeshType.Wedge,})
  509. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.60002422, -0.100006104, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  510. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.290000021, 0.580000043),CFrame = CFrame.new(-39.3999939, 9.85499287, -2.84000158, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  511. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
  512. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 3.15499115, 3.75999403, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  513. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.730000019),CFrame = CFrame.new(-39.3999939, 9.29999256, -5.63499975, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  514. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),})
  515. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 2.59999084, 0.96499598, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  516. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 1.55000007),CFrame = CFrame.new(-39.3999939, 10.3799906, -5.22499561, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  517. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
  518. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.67998886, 1.375, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  519. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 1, 0.75),CFrame = CFrame.new(-39.3999939, 9.89999294, -4.82500172, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  520. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),})
  521. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.19999123, 1.7749939, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  522. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.600000024, 0.800000012),CFrame = CFrame.new(-39.3999939, 9.89999294, -4.09001637, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  523. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),})
  524. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.19999123, 2.50997901, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  525. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.75),CFrame = CFrame.new(-39.3999939, 9.20001698, -5.62500477, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  526. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
  527. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.50001526, 0.974990964, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  528. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 1.52999997),CFrame = CFrame.new(-39.3999939, 10.1699905, -4.43503284, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  529. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
  530. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.46998882, 2.16496301, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  531. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999946, 0.200000003, 1.31999993),CFrame = CFrame.new(-39.3999939, 9.9899931, -3.74002552, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  532. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
  533. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.28999138, 2.85997009, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  534. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 1.56000006),CFrame = CFrame.new(-39.3999939, 9.40000534, -5.22002172, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  535. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
  536. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.70000362, 1.37997389, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  537. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.280000031, 0.74000001),CFrame = CFrame.new(-39.3999939, 9.85999298, -3.45001674, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  538. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),})
  539. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.15999126, 3.14997888, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  540. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.999999821, 1),CFrame = CFrame.new(-39.3999939, 9.89999294, -5.70000172, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  541. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),})
  542. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.19999123, 0.899993896, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  543. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 1.5200001),CFrame = CFrame.new(-39.3999939, 9.61998653, -4.44002247, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  544. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.204999998, 1, 1),MeshType = Enum.MeshType.Wedge,})
  545. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.91998482, 2.15997291, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  546. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.400000036, 0.800000012),CFrame = CFrame.new(-39.3999939, 9.80000305, -2.60002661, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  547. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  548. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 3.10000134, 3.99996901, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  549. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 1.60000002),CFrame = CFrame.new(-39.3999939, 9.30001068, -5.20001698, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  550. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  551. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.60000896, 1.39997888, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  552. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 1.60000002),CFrame = CFrame.new(-39.3999939, 10.499999, -5.20000172, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  553. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  554. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.79999733, 1.3999939, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  555. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 1.60000002),CFrame = CFrame.new(-39.3999939, 10.3000011, -4.40002966, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  556. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  557. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.59999943, 2.19996595, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  558. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.800000012),CFrame = CFrame.new(-39.3999939, 9.10002708, -5.60001087, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  559. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  560. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.40002537, 0.99998498, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  561. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.800000012, 0.709999979),CFrame = CFrame.new(-39.3999939, 9.83998299, -4.84500551, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  562. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),})
  563. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.13998127, 1.75498998, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  564. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 1.52999997),CFrame = CFrame.new(-39.3999939, 10.1399765, -4.46503162, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  565. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
  566. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.43997478, 2.13496399, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  567. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.370000064),CFrame = CFrame.new(-39.3999939, 9.84998894, -2.94499683, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  568. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
  569. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 3.14998722, 3.65499878, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  570. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.730000019),CFrame = CFrame.new(-39.3999939, 9.33998299, -5.67499256, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  571. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),})
  572. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 2.63998127, 0.925002933, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  573. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.789999843, 1),CFrame = CFrame.new(-39.3999939, 9.83498859, -5.70000172, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  574. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),})
  575. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.13498688, 0.899993896, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  576. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.290000021, 1.56000006),CFrame = CFrame.new(-39.3999939, 9.53499508, -5.29001379, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  577. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
  578. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.83499336, 1.30998194, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  579. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 1.50000012),CFrame = CFrame.new(-39.3999939, 10.3099785, -5.24998951, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  580. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
  581. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.60997677, 1.35000587, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  582. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.74000001),CFrame = CFrame.new(-39.3999939, 9.85999107, -3.45001674, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  583. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),})
  584. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.15998936, 3.14997888, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  585. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999946, 0.200000003, 1.31999993),CFrame = CFrame.new(-39.3999939, 9.91998863, -3.77002478, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  586. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
  587. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.21998692, 2.82997084, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  588. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.400000036, 0.200000003),CFrame = CFrame.new(-39.3999939, 0.200076103, -6.70000172, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  589. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.800000012, 1, 1),MeshType = Enum.MeshType.Wedge,})
  590. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, -6.49992561, -0.100006104, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  591. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.600000024, 0.800000012),CFrame = CFrame.new(-39.3999939, 9.90000057, -4.00001955, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  592. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),})
  593. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.19999886, 2.59997606, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  594. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.400000006),CFrame = CFrame.new(-39.3999939, 0.700006008, -7.00000477, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  595. MeshA = New("SpecialMesh",PartA,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  596. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, -5.99999571, -0.400009155, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  597. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 1.60000002),CFrame = CFrame.new(-39.3999939, 9.49999905, -4.40001392, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  598. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  599. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.79999733, 2.19998193, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  600. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 1, 0.800000012),CFrame = CFrame.new(-39.3999939, 9.90000057, -4.80000782, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  601. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),})
  602. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.19999886, 1.79998791, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  603. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.399999976),CFrame = CFrame.new(-39.3999939, 0.700006008, -6.59999561, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  604. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, -5.99999571, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  605. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.400000036, 0.200000003),CFrame = CFrame.new(-39.3999939, 0.200015068, -6.50000477, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  606. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.800000012, 1, 1),MeshType = Enum.MeshType.Wedge,})
  607. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, -6.49998665, 0.0999908447, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  608. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.470000029, 0.800000012),CFrame = CFrame.new(-39.3999939, 9.87498665, -4.1200304, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  609. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),})
  610. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.17498493, 2.47996497, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  611. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.400000036, 0.600000024),CFrame = CFrame.new(-39.3999939, 9.80000305, -3.30003881, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  612. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),})
  613. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.10000134, 3.2999568, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  614. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 1.5200001),CFrame = CFrame.new(-39.3999939, 9.65997887, -4.489995, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  615. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
  616. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.95997715, 2.11000085, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  617. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.800000012),CFrame = CFrame.new(-39.3999939, 9.29999733, -5.59999561, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  618. MeshA = New("BlockMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),})
  619. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 2.59999561, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  620. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.75),CFrame = CFrame.new(-39.3999939, 9.27001095, -5.67499256, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  621. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.209999993, 1, 1),MeshType = Enum.MeshType.Wedge,})
  622. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 2.57000923, 0.925002933, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  623. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.399999976),CFrame = CFrame.new(-39.3999939, 6.50003672, -6.60001087, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  624. MeshA = New("CylinderMesh",PartA,"Mesh",{Scale = Vector3.new(0.800000012, 1, 0.800000012),})
  625. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.199965, -1.50203705e-05, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  626. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 1.4000001, 0.200000003),CFrame = CFrame.new(-39.3999939, 7.3000679, -6.30000782, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  627. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),MeshType = Enum.MeshType.Wedge,})
  628. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.600066185, 0.299987912, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  629. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 6.50005674, -6.30000782, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  630. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.100000001),Scale = Vector3.new(0.5, 1, 1.5),MeshType = Enum.MeshType.Wedge,})
  631. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.199944973, 0.299987912, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  632. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 6.70007372, -6.50000477, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  633. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.100000001),Scale = Vector3.new(0.5, 1, 0.5),MeshType = Enum.MeshType.Wedge,})
  634. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 7.20024109e-05, 0.0999908447, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  635. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 7.30000687, -6.89999866, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  636. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.100000001),Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
  637. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.60000515, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  638. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.400000036, 0.200000003),CFrame = CFrame.new(-39.3999939, 7.60001373, -6.89999866, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  639. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.0500000007),Scale = Vector3.new(0.5, 1, 0.5),MeshType = Enum.MeshType.Wedge,})
  640. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 0.900012016, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  641. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 1.39999998),CFrame = CFrame.new(-39.3999939, 10.1000013, -3.70003271, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  642. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 1, 1),MeshType = Enum.MeshType.Wedge,})
  643. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 3.39999962, 2.8999629, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  644. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 7.50002098, -6.70000172, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  645. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.0500000007),Scale = Vector3.new(0.5, 1, 0.5),MeshType = Enum.MeshType.Wedge,})
  646. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.800019264, -0.100006104, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  647. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.399999976),CFrame = CFrame.new(-39.3999939, 7.29999208, -6.59999561, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  648. MeshA = New("CylinderMesh",PartA,"Mesh",{Scale = Vector3.new(0.800000012, 1, 0.800000012),})
  649. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 0.599990368, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  650. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.600000024, 0.200000003),CFrame = CFrame.new(-39.3999939, 1.10002279, -7.10001087, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  651. MeshA = New("SpecialMesh",PartA,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  652. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, -5.59997892, -0.50001502, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  653. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.600000024, 0.200000003),CFrame = CFrame.new(-39.3999939, 1.10006189, -6.10001087, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  654. MeshA = New("SpecialMesh",PartA,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  655. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -5.59993982, 0.49998498, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  656. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 0.900043964, -6.3000226, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  657. MeshA = New("SpecialMesh",PartA,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  658. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, -5.79995775, 0.299972892, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  659. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 0.900006771, -6.89999866, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  660. MeshA = New("SpecialMesh",PartA,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  661. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -5.79999495, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  662. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.400000036, 0.200000003),CFrame = CFrame.new(-39.3999939, 0.600058079, -6.50000477, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  663. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.800000012, 1, 1),MeshType = Enum.MeshType.Wedge,})
  664. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -6.09994364, 0.0999908447, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  665. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 0.200000003, 0.400000006),CFrame = CFrame.new(-39.3999939, 0.70003891, -6.2000165, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  666. MeshA = New("SpecialMesh",PartA,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  667. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, -5.99996281, 0.399978995, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  668. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.400000036, 0.200000003),CFrame = CFrame.new(-39.3999939, 0.600000858, -6.70000172, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  669. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.800000012, 1, 1),MeshType = Enum.MeshType.Wedge,})
  670. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, -6.10000086, -0.100006104, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  671. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.600000024, 0.200000003),CFrame = CFrame.new(-39.3999939, 1.10001707, -6.70000172, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  672. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.0500000007),Scale = Vector3.new(1.04999995, 1, 0.5),MeshType = Enum.MeshType.Wedge,})
  673. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, -5.59998465, -0.100006104, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  674. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 0.900078773, -6.50000477, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  675. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(1.04999995, 1, 0.800000012),MeshType = Enum.MeshType.Wedge,})
  676. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -5.79992294, 0.0999908447, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  677. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.600000024, 0.200000003),CFrame = CFrame.new(-39.3999939, 1.10007095, -6.50000477, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  678. MeshA = New("SpecialMesh",PartA,"Mesh",{Offset = Vector3.new(0, 0, 0.0500000007),Scale = Vector3.new(1.04999995, 1, 0.5),MeshType = Enum.MeshType.Wedge,})
  679. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -5.59993076, 0.0999908447, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  680. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.399999976, 0.200000003, 0.200000003),CFrame = CFrame.new(-39.3999939, 0.900025845, -6.70000172, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  681. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(1.04999995, 1, 0.800000012),MeshType = Enum.MeshType.Wedge,})
  682. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, -5.79997587, -0.100006104, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  683. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 2.79999995, 0.399999976),CFrame = CFrame.new(-39.3999939, 2.20001125, -6.59999561, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  684. MeshA = New("CylinderMesh",PartA,"Mesh",{})
  685. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, -4.49999046, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  686. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.399999976, 6.79999971, 0.399999976),CFrame = CFrame.new(-39.3999939, 7.00000572, -6.59999561, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  687. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(0.200000003, 9.10000038, 0.200000003),MeshId = "http://www.roblox.com/asset/?id=1033714",MeshType = Enum.MeshType.FileMesh,})
  688. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C1 = CFrame.new(0, 0.300004005, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  689. PartA = New("Part",Scythe,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.Neon,Size = Vector3.new(0.799999952, 0.400000036, 0.400000006),CFrame = CFrame.new(-39.3999939, 10.540019, -6.69998646, 1, 0, 0, 0, 0.965925872, 0.258818984, 0, -0.258818984, 0.965925872),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
  690. MeshA = New("SpecialMesh",PartA,"Mesh",{Scale = Vector3.new(1, 0.400000006, 1),MeshType = Enum.MeshType.Sphere,})
  691. Weld = New("ManualWeld",PartA,"Weld",{Part0 = PartA,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872),C1 = CFrame.new(0, 3.84001732, -0.0999910831, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  692. Hitbox = New("Part",Scythe,"Hitbox",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(0.400000006, 1.80000019, 4.80000019),CFrame = CFrame.new(-39.3999786, 9.89999485, -4.59998035, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
  693. Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(1.49905682e-05, 3.19999313, 2.00001502, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  694.  
  695.  
  696. function CreateTrailObj(parent,color1,color2,ofsx,ofsz)
  697. local Att1 = New("Attachment",parent,"Att1",{Position = Vector3.new(ofsx,parent.Size.Y/2,ofsz)})
  698. local Att2 = New("Attachment",parent,"Att2",{Position = Vector3.new(ofsx,-(parent.Size.Y/2),ofsz)})
  699. local TEff = New("Trail",parent,"TrailEff",{Color = ColorSequence.new({ColorSequenceKeypoint.new(0,BrickColor.new(color1).Color),ColorSequenceKeypoint.new(1,BrickColor.new(color2).Color)}),Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,.5),NumberSequenceKeypoint.new(1,1)}),Attachment0 = Att1,Attachment1 = Att2,Enabled = false,Lifetime = .5,MinLength = .001})
  700. return TEff
  701. end
  702.  
  703. SlashT = CreateTrailObj(Hitbox,(Plr.UserId == 5719877 and "Dark indigo" or "Really red"),(Plr.UserId == 5719877 and "Dark indigo" or "Really red"),0,1)
  704. PunchT = CreateTrailObj(LArm,"White","White",0,0)
  705. KickT = CreateTrailObj(RLeg,"White","White",0,0)
  706.  
  707.  
  708. if(Remove_Hats)then Instance.ClearChildrenOfClass(Char,"Accessory",true) end
  709. if(Remove_Clothing)then Instance.ClearChildrenOfClass(Char,"Clothing",true) Instance.ClearChildrenOfClass(Char,"ShirtGraphic",true) end
  710.  
  711. if(PlayerSize ~= 1)then
  712. for _,v in next, Char:GetDescendants() do
  713. if(v:IsA'BasePart')then
  714. v.Size = v.Size * PlayerSize
  715. end
  716. end
  717. end
  718.  
  719. --// Stop animations \\--
  720. for _,v in next, Hum:GetPlayingAnimationTracks() do
  721. v:Stop();
  722. end
  723.  
  724. pcall(game.Destroy,Char:FindFirstChild'Animate')
  725. pcall(game.Destroy,Hum:FindFirstChild'Animator')
  726.  
  727. --// Joints \\--
  728.  
  729. local LS = NewInstance('Motor',Char,{Part0=Torso,Part1=LArm,C0 = CF.N(-1.5 * PlayerSize,0.5 * PlayerSize,0),C1 = CF.N(0,.5 * PlayerSize,0)})
  730. local RS = NewInstance('Motor',Char,{Part0=Torso,Part1=RArm,C0 = CF.N(1.5 * PlayerSize,0.5 * PlayerSize,0),C1 = CF.N(0,.5 * PlayerSize,0)})
  731. local NK = NewInstance('Motor',Char,{Part0=Torso,Part1=Head,C0 = CF.N(0,1.5 * PlayerSize,0)})
  732. local LH = NewInstance('Motor',Char,{Part0=Torso,Part1=LLeg,C0 = CF.N(-.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  733. local RH = NewInstance('Motor',Char,{Part0=Torso,Part1=RLeg,C0 = CF.N(.5 * PlayerSize,-1 * PlayerSize,0),C1 = CF.N(0,1 * PlayerSize,0)})
  734. local RJ = NewInstance('Motor',Char,{Part0=Root,Part1=Torso})
  735. local HW = NewInstance('Motor',Handle,{Part0=RArm,Part1=Handle,C0=CF.N(0,-1,0)*CF.A(M.R(-90),0,0)})
  736.  
  737.  
  738. local LSC0 = LS.C0
  739. local RSC0 = RS.C0
  740. local NKC0 = NK.C0
  741. local LHC0 = LH.C0
  742. local RHC0 = RH.C0
  743. local RJC0 = RJ.C0
  744.  
  745. --// Artificial HB \\--
  746.  
  747. local ArtificialHB = IN("BindableEvent", script)
  748. ArtificialHB.Name = "Heartbeat"
  749.  
  750. script:WaitForChild("Heartbeat")
  751.  
  752. local tf = 0
  753. local allowframeloss = false
  754. local tossremainder = false
  755. local lastframe = tick()
  756. local frame = 1/Frame_Speed
  757. ArtificialHB:Fire()
  758.  
  759. game:GetService("RunService").Heartbeat:connect(function(s, p)
  760. tf = tf + s
  761. if tf >= frame then
  762. if allowframeloss then
  763. script.Heartbeat:Fire()
  764. lastframe = tick()
  765. else
  766. for i = 1, math.floor(tf / frame) do
  767. ArtificialHB:Fire()
  768. end
  769. lastframe = tick()
  770. end
  771. if tossremainder then
  772. tf = 0
  773. else
  774. tf = tf - frame * math.floor(tf / frame)
  775. end
  776. end
  777. end)
  778.  
  779. function swait(num)
  780. if num == 0 or num == nil then
  781. ArtificialHB.Event:wait()
  782. else
  783. for i = 0, num do
  784. ArtificialHB.Event:wait()
  785. end
  786. end
  787. end
  788.  
  789. --// Chat Function \\--
  790. -- Thanks Sugarie \\--
  791. function chatfunc(text)
  792. local chat = coroutine.wrap(function()
  793. if Char:FindFirstChild("TalkingBillBoard")~= nil then
  794. Char:FindFirstChild("TalkingBillBoard"):destroy()
  795. end
  796. local naeeym2 = Instance.new("BillboardGui",Char)
  797. naeeym2.Size = UDim2.new(0,100,0,40)
  798. naeeym2.StudsOffset = Vector3.new(0,3,0)
  799. naeeym2.Adornee = Head
  800. naeeym2.Name = "TalkingBillBoard"
  801. local tecks2 = Instance.new("TextLabel",naeeym2)
  802. tecks2.BackgroundTransparency = 1
  803. tecks2.BorderSizePixel = 0
  804. tecks2.Text = ""
  805. tecks2.Font = "Fantasy"
  806. tecks2.FontSize = "Size24"
  807. tecks2.TextStrokeTransparency = 0
  808. tecks2.TextColor3 = (Plr.UserId == 5719877 and BrickColor.new'Dark indigo'.Color or Color3.new(.6,0,0))
  809. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  810. tecks2.Size = UDim2.new(1,0,0.5,0)
  811.  
  812. coroutine.resume(coroutine.create(function()
  813. while tecks2 ~= nil do
  814. swait(1.5)
  815. tecks2.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
  816. end
  817. end))
  818. for i = 1,string.len(text),1 do
  819. Sound(Head,565939471,1,1,false,true,true)
  820. tecks2.Text = string.sub(text,1,i)
  821. swait(0.3)
  822. end
  823. swait(60)
  824. for i = 1, 5 do
  825. swait(.02)
  826. tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
  827. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
  828. tecks2.TextTransparency = tecks2.TextTransparency + .2
  829. end
  830. naeeym2:Destroy()
  831. end)
  832. chat()
  833. end
  834.  
  835.  
  836.  
  837. --// Effect Function(s) \\--
  838.  
  839. function WingsColor(c)
  840. if(Char:FindFirstChild'LeftWing')then
  841. for _,v in next, Char.LeftWing:children() do
  842. if(v:IsA'BasePart')then
  843. v[typeof(c) == 'Color3' and 'Color' or 'BrickColor'] = c
  844. end
  845. end
  846. end
  847. if(Char:FindFirstChild'Halo')then
  848. for _,v in next, Char.Halo:children() do
  849. if(v:IsA'BasePart')then
  850. v[typeof(c) == 'Color3' and 'Color' or 'BrickColor'] = c
  851. end
  852. end
  853. end
  854. end
  855.  
  856.  
  857.  
  858. function Bezier(startpos, pos2, pos3, endpos, t)
  859. local A = startpos:lerp(pos2, t)
  860. local B = pos2:lerp(pos3, t)
  861. local C = pos3:lerp(endpos, t)
  862. local lerp1 = A:lerp(B, t)
  863. local lerp2 = B:lerp(C, t)
  864. local cubic = lerp1:lerp(lerp2, t)
  865. return cubic
  866. end
  867.  
  868. function SphereFX(duration,color,scale,pos,endScale,increment)
  869. return Effect{
  870. Effect='ResizeAndFade',
  871. Color=color,
  872. Size=scale,
  873. Mesh={MeshType=Enum.MeshType.Sphere},
  874. CFrame=pos,
  875. FXSettings={
  876. EndSize=endScale,
  877. EndIsIncrement=increment
  878. }
  879. }
  880. end
  881.  
  882. function BlastFX(duration,color,scale,pos,endScale,increment)
  883. return Effect{
  884. Effect='ResizeAndFade',
  885. Color=color,
  886. Size=scale,
  887. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976'},
  888. CFrame=pos,
  889. FXSettings={
  890. EndSize=endScale,
  891. EndIsIncrement=increment
  892. }
  893. }
  894. end
  895.  
  896. function BlockFX(duration,color,scale,pos,endScale,increment)
  897. return Effect{
  898. Effect='ResizeAndFade',
  899. Color=color,
  900. Size=scale,
  901. CFrame=pos,
  902. FXSettings={
  903. EndSize=endScale,
  904. EndIsIncrement=increment
  905. }
  906. }
  907. end
  908.  
  909. function ShootBullet(data)
  910. --ShootBullet{Size=V3.N(3,3,3),Shape='Ball',Frames=160,Origin=data.Circle.CFrame,Speed=10}
  911. local Size = data.Size or V3.N(2,2,2)
  912. local Color = data.Color or BrickColor.new'Crimson'
  913. local StudsPerFrame = data.Speed or 10
  914. local Shape = data.Shape or 'Ball'
  915. local Frames = data.Frames or 160
  916. local Pos = data.Origin or Torso.CFrame
  917. local Direction = data.Direction or Mouse.Hit
  918. local Material = data.Material or Enum.Material.Neon
  919. local OnHit = data.HitFunction or function(hit,pos)
  920. Effect{
  921. Effect='ResizeAndFade',
  922. Color=Color,
  923. Size=V3.N(10,10,10),
  924. Mesh={MeshType=Enum.MeshType.Sphere},
  925. CFrame=CF.N(pos),
  926. FXSettings={
  927. EndSize=V3.N(.05,.05,.05),
  928. EndIsIncrement=true
  929. }
  930. }
  931. for i = 1, 5 do
  932. local angles = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  933. Effect{
  934. Effect='Fade',
  935. Frames=65,
  936. Size=V3.N(5,5,10),
  937. CFrame=CF.N(CF.N(pos)*angles*CF.N(0,0,-10).p,pos),
  938. Mesh = {MeshType=Enum.MeshType.Sphere},
  939. Material=Enum.Material.Neon,
  940. Color=Color,
  941. MoveDirection=CF.N(CF.N(pos)*angles*CF.N(0,0,-50).p,pos).p,
  942. }
  943. end
  944. AOEDamage(pos,10,15,30,0,'Normal',10,4)
  945. end
  946.  
  947. local Bullet = Part(Effects,Color,Material,Size,Pos,true,false)
  948. local BMesh = Mesh(Bullet,Enum.MeshType.Brick,"","",V3.N(1,1,1),V3.N())
  949. if(Shape == 'Ball')then
  950. BMesh.MeshType = Enum.MeshType.Sphere
  951. elseif(Shape == 'Head')then
  952. BMesh.MeshType = Enum.MeshType.Head
  953. elseif(Shape == 'Cylinder')then
  954. BMesh.MeshType = Enum.MeshType.Cylinder
  955. end
  956.  
  957. coroutine.wrap(function()
  958. for i = 1, Frames+1 do
  959. local hit,pos,norm,dist = CastRay(Bullet.CFrame.p,CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame).p,StudsPerFrame)
  960. Bullet.CFrame = CF.N(Bullet.CFrame.p,Direction.p)*CF.N(0,0,-StudsPerFrame)
  961. if(hit)then
  962. OnHit(hit,pos,norm,dist)
  963. break;
  964. end
  965. swait()
  966. end
  967. Bullet:destroy()
  968. end)()
  969.  
  970. end
  971.  
  972. function Zap(data)
  973. local sCF,eCF = data.StartCFrame,data.EndCFrame
  974. assert(sCF,"You need a start CFrame!")
  975. assert(eCF,"You need an end CFrame!")
  976. local parts = data.PartCount or 15
  977. local zapRot = data.ZapRotation or {-5,5}
  978. local startThick = data.StartSize or 3;
  979. local endThick = data.EndSize or startThick/2;
  980. local color = data.Color or BrickColor.new'Electric blue'
  981. local delay = data.Delay or 35
  982. local delayInc = data.DelayInc or 0
  983. local lastLightning;
  984. local MagZ = (sCF.p - eCF.p).magnitude
  985. local thick = startThick
  986. local inc = (startThick/parts)-(endThick/parts)
  987.  
  988. for i = 1, parts do
  989. local pos = sCF.p
  990. if(lastLightning)then
  991. pos = lastLightning.CFrame*CF.N(0,0,MagZ/parts/2).p
  992. end
  993. delay = delay + delayInc
  994. local zapPart = Part(Effects,color,Enum.Material.Neon,V3.N(thick,thick,MagZ/parts),CF.N(pos),true,false)
  995. local posie = CF.N(pos,eCF.p)*CF.N(0,0,MagZ/parts).p+V3.N(M.RNG(unpack(zapRot)),M.RNG(unpack(zapRot)),M.RNG(unpack(zapRot)))
  996. if(parts == i)then
  997. local MagZ = (pos-eCF.p).magnitude
  998. zapPart.Size = V3.N(endThick,endThick,MagZ)
  999. zapPart.CFrame = CF.N(pos, eCF.p)*CF.N(0,0,-MagZ/2)
  1000. Effect{Effect='ResizeAndFade',Size=V3.N(thick,thick,thick),CFrame=eCF*CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),Color=color,Frames=delay*2,FXSettings={EndSize=V3.N(thick*8,thick*8,thick*8)}}
  1001. else
  1002. zapPart.CFrame = CF.N(pos,posie)*CF.N(0,0,MagZ/parts/2)
  1003. end
  1004.  
  1005. lastLightning = zapPart
  1006. Effect{Effect='Fade',Manual=zapPart,Frames=delay}
  1007.  
  1008. thick=thick-inc
  1009.  
  1010. end
  1011. end
  1012.  
  1013. function Zap2(data)
  1014. local Color = data.Color or BrickColor.new'Electric blue'
  1015. local StartPos = data.Start or Torso.Position
  1016. local EndPos = data.End or Mouse.Hit.p
  1017. local SegLength = data.SegL or 2
  1018. local Thicc = data.Thickness or 0.5
  1019. local Fades = data.Fade or 45
  1020. local Parent = data.Parent or Effects
  1021. local MaxD = data.MaxDist or 200
  1022. local Branch = data.Branches or false
  1023. local Material = data.Material or Enum.Material.Neon
  1024. local Raycasts = data.Raycasts or false
  1025. local Offset = data.Offset or {0,360}
  1026. local AddMesh = (data.Mesh == nil and true or data.Mesh)
  1027. if((StartPos-EndPos).magnitude > MaxD)then
  1028. EndPos = CF.N(StartPos,EndPos)*CF.N(0,0,-MaxD).p
  1029. end
  1030. local hit,pos,norm,dist=nil,EndPos,nil,(StartPos-EndPos).magnitude
  1031. if(Raycasts)then
  1032. hit,pos,norm,dist = CastRay(StartPos,EndPos,MaxD)
  1033. end
  1034. local segments = dist/SegLength
  1035. local model = IN("Model",Parent)
  1036. model.Name = 'Lightning'
  1037. local Last;
  1038. for i = 1, segments do
  1039. local size = (segments-i)/25
  1040. local prt = Part(model,Color,Material,V3.N(Thicc+size,SegLength,Thicc+size),CF.N(),true,false)
  1041. if(AddMesh)then IN("CylinderMesh",prt) end
  1042. if(Last and math.floor(segments) == i)then
  1043. local MagZ = (Last.CFrame*CF.N(0,-SegLength/2,0).p-EndPos).magnitude
  1044. prt.Size = V3.N(Thicc+size,MagZ,Thicc+size)
  1045. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,EndPos)*CF.A(M.R(90),0,0)*CF.N(0,-MagZ/2,0)
  1046. elseif(not Last)then
  1047. prt.CFrame = CF.N(StartPos,pos)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1048. else
  1049. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,CF.N(pos)*CF.A(M.R(M.RNG(0,360)),M.R(M.RNG(0,360)),M.R(M.RNG(0,360)))*CF.N(0,0,SegLength/3+(segments-i)).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1050. end
  1051. Last = prt
  1052. if(Branch)then
  1053. local choice = M.RNG(1,7+((segments-i)*2))
  1054. if(choice == 1)then
  1055. local LastB;
  1056. for i2 = 1,M.RNG(2,5) do
  1057. local size2 = ((segments-i)/35)/i2
  1058. local prt = Part(model,Color,Material,V3.N(Thicc+size2,SegLength,Thicc+size2),CF.N(),true,false)
  1059. if(AddMesh)then IN("CylinderMesh",prt) end
  1060. if(not LastB)then
  1061. prt.CFrame = CF.N(Last.CFrame*CF.N(0,-SegLength/2,0).p,Last.CFrame*CF.N(0,-SegLength/2,0)*CF.A(0,0,M.RRNG(0,360))*CF.N(0,Thicc*7,0)*CF.N(0,0,-1).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1062. else
  1063. prt.CFrame = CF.N(LastB.CFrame*CF.N(0,-SegLength/2,0).p,LastB.CFrame*CF.N(0,-SegLength/2,0)*CF.A(0,0,M.RRNG(0,360))*CF.N(0,Thicc*7,0)*CF.N(0,0,-1).p)*CF.A(M.R(90),0,0)*CF.N(0,-SegLength/2,0)
  1064. end
  1065. LastB = prt
  1066. end
  1067. end
  1068. end
  1069. end
  1070. if(Fades > 0)then
  1071. coroutine.wrap(function()
  1072. for i = 1, Fades do
  1073. for _,v in next, model:children() do
  1074. if(v:IsA'BasePart')then
  1075. v.Transparency = (i/Fades)
  1076. end
  1077. end
  1078. swait()
  1079. end
  1080. model:destroy()
  1081. end)()
  1082. else
  1083. S.Debris:AddItem(model,.01)
  1084. end
  1085. return {End=(Last and Last.CFrame*CF.N(0,-Last.Size.Y/2,0).p),Last=Last,Model=model}
  1086. end
  1087.  
  1088. function Tween(obj,props,time,easing,direction,repeats,backwards)
  1089. local info = TweenInfo.new(time or .5, easing or Enum.EasingStyle.Quad, direction or Enum.EasingDirection.Out, repeats or 0, backwards or false)
  1090. local tween = S.TweenService:Create(obj, info, props)
  1091.  
  1092. tween:Play()
  1093. end
  1094.  
  1095. function Effect(data)
  1096. local FX = data.Effect or 'ResizeAndFade'
  1097. local Parent = data.Parent or Effects
  1098. local Color = data.Color or C3.N(0,0,0)
  1099. local Size = data.Size or V3.N(1,1,1)
  1100. local MoveDir = data.MoveDirection or nil
  1101. local MeshData = data.Mesh or nil
  1102. local SndData = data.Sound or nil
  1103. local Frames = data.Frames or 45
  1104. local Manual = data.Manual or nil
  1105. local Material = data.Material or nil
  1106. local CFra = data.CFrame or Torso.CFrame
  1107. local Settings = data.FXSettings or {}
  1108. local Shape = data.Shape or Enum.PartType.Block
  1109. local Snd,Prt,Msh;
  1110. local RotInc = data.RotInc or {0,0,0}
  1111. if(typeof(RotInc) == 'number')then
  1112. RotInc = {RotInc,RotInc,RotInc}
  1113. end
  1114. coroutine.wrap(function()
  1115. if(Manual and typeof(Manual) == 'Instance' and Manual:IsA'BasePart')then
  1116. Prt = Manual
  1117. else
  1118. Prt = Part(Parent,Color,Material,Size,CFra,true,false)
  1119. Prt.Shape = Shape
  1120. end
  1121. if(typeof(MeshData) == 'table')then
  1122. Msh = Mesh(Prt,MeshData.MeshType,MeshData.MeshId,MeshData.TextureId,MeshData.Scale,MeshData.Offset)
  1123. elseif(typeof(MeshData) == 'Instance')then
  1124. Msh = MeshData:Clone()
  1125. Msh.Parent = Prt
  1126. elseif(Shape == Enum.PartType.Block)then
  1127. Msh = Mesh(Prt,Enum.MeshType.Brick)
  1128. end
  1129. if(typeof(SndData) == 'table' or typeof(SndData) == 'Instance')then
  1130. Snd = Sound(Prt,SndData.SoundId,SndData.Pitch,SndData.Volume,false,false,true)
  1131. end
  1132. if(Snd)then
  1133. repeat swait() until Snd.Playing and Snd.IsLoaded and Snd.TimeLength > 0
  1134. Frames = Snd.TimeLength * Frame_Speed/Snd.Pitch
  1135. end
  1136. Size = (Msh and Msh.Scale or Size)
  1137. local endSize = (Settings.EndSize or (Msh and Msh.Scale or Size)/2)
  1138. local growX,growY,growZ = Size.X-endSize.X,Size.Y-endSize.Y,Size.Z-endSize.Z
  1139. local grow = V3.N(growX,growY,growZ)
  1140. local MoveSpeed = nil;
  1141. if(MoveDir)then
  1142. MoveSpeed = (CFra.p - MoveDir).magnitude/Frames
  1143. end
  1144. if(FX ~= 'Arc')then
  1145. for Frame = 1, Frames do
  1146. if(FX == "Fade")then
  1147. Prt.Transparency = (Frame/Frames)
  1148. elseif(FX == "Resize")then
  1149. if(not Settings.EndSize)then
  1150. Settings.EndSize = V3.N(0,0,0)
  1151. end
  1152. if(Settings.EndIsIncrement)then
  1153. if(Msh)then
  1154. Msh.Scale = Msh.Scale + Settings.EndSize
  1155. else
  1156. Prt.Size = Prt.Size + Settings.EndSize
  1157. end
  1158. else
  1159. if(Msh)then
  1160. Msh.Scale = Msh.Scale - grow/Frames
  1161. else
  1162. Prt.Size = Prt.Size - grow/Frames
  1163. end
  1164. end
  1165. elseif(FX == "ResizeAndFade")then
  1166. if(not Settings.EndSize)then
  1167. Settings.EndSize = V3.N(0,0,0)
  1168. end
  1169. if(Settings.EndIsIncrement)then
  1170. if(Msh)then
  1171. Msh.Scale = Msh.Scale + Settings.EndSize
  1172. else
  1173. Prt.Size = Prt.Size + Settings.EndSize
  1174. end
  1175. else
  1176. if(Msh)then
  1177. Msh.Scale = Msh.Scale - grow/Frames
  1178. else
  1179. Prt.Size = Prt.Size - grow/Frames
  1180. end
  1181. end
  1182. Prt.Transparency = (Frame/Frames)
  1183. end
  1184. if(Settings.RandomizeCFrame)then
  1185. Prt.CFrame = Prt.CFrame * CF.A(M.RRNG(-360,360),M.RRNG(-360,360),M.RRNG(-360,360))
  1186. else
  1187. Prt.CFrame = Prt.CFrame * CF.A(unpack(RotInc))
  1188. end
  1189. if(MoveDir and MoveSpeed)then
  1190. local Orientation = Prt.Orientation
  1191. Prt.CFrame = CF.N(Prt.Position,MoveDir)*CF.N(0,0,-MoveSpeed)
  1192. Prt.Orientation = Orientation
  1193. end
  1194. swait()
  1195. end
  1196. Prt:destroy()
  1197. else
  1198. local start,third,fourth,endP = Settings.Start,Settings.Third,Settings.Fourth,Settings.End
  1199. if(not Settings.End and Settings.Home)then endP = Settings.Home.CFrame end
  1200. if(start and endP)then
  1201. local quarter = third or start:lerp(endP, 0.25) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  1202. local threequarter = fourth or start:lerp(endP, 0.75) * CF.N(M.RNG(-25,25),M.RNG(0,25),M.RNG(-25,25))
  1203. for Frame = 0, 1, (Settings.Speed or 0.01) do
  1204. if(Settings.Home)then
  1205. endP = Settings.Home.CFrame
  1206. end
  1207. Prt.CFrame = Bezier(start, quarter, threequarter, endP, Frame)
  1208. end
  1209. if(Settings.RemoveOnGoal)then
  1210. Prt:destroy()
  1211. end
  1212. else
  1213. Prt:destroy()
  1214. assert(start,"You need a start position!")
  1215. assert(endP,"You need a start position!")
  1216. end
  1217. end
  1218. end)()
  1219. return Prt,Msh,Snd
  1220. end
  1221. function SoulSteal(whom)
  1222. local torso = (whom:FindFirstChild'Head' or whom:FindFirstChild'Torso' or whom:FindFirstChild'UpperTorso' or whom:FindFirstChild'LowerTorso' or whom:FindFirstChild'HumanoidRootPart')
  1223. print(torso)
  1224. if(torso and torso:IsA'BasePart')then
  1225. local Model = Instance.new("Model",Effects)
  1226. Model.Name = whom.Name.."'s Soul"
  1227. whom:BreakJoints()
  1228. local Soul = Part(Model,BrickColor.new(Plr.UserId == 5719877 and "Dark indigo" or "Really red"),'Glass',V3.N(.5,.5,.5),torso.CFrame,true,false)
  1229. Soul.Name = 'Head'
  1230. NewInstance("Humanoid",Model,{Health=0,MaxHealth=0})
  1231. Effect{
  1232. Effect="Arc",
  1233. Manual = Soul,
  1234. FXSettings={
  1235. Start=torso.CFrame,
  1236. Home = Torso,
  1237. RemoveOnGoal = true,
  1238. }
  1239. }
  1240. local lastPoint = Soul.CFrame.p
  1241.  
  1242. for i = 0, 1, 0.01 do
  1243. local point = CFrame.new(lastPoint, Soul.Position) * CFrame.Angles(-math.pi/2, 0, 0)
  1244. local mag = (lastPoint - Soul.Position).magnitude
  1245. Effect{
  1246. Effect = "Fade",
  1247. CFrame = point * CF.N(0, mag/2, 0),
  1248. Size = V3.N(.5,mag+.5,.5),
  1249. Color = Soul.BrickColor
  1250. }
  1251. lastPoint = Soul.CFrame.p
  1252. swait()
  1253. end
  1254. for i = 1, 5 do
  1255. Effect{
  1256. Effect="Fade",
  1257. Color = BrickColor.new((Plr.UserId == 5719877 and "Dark indigo" or "Really red")),
  1258. MoveDirection = (Torso.CFrame*CFrame.new(M.RNG(-40,40),M.RNG(-40,40),M.RNG(-40,40))).p
  1259. }
  1260. end
  1261. end
  1262. end
  1263.  
  1264. --// Other Functions \\ --
  1265.  
  1266. function CastRay(startPos,endPos,range,ignoreList)
  1267. local ray = Ray.new(startPos,(endPos-startPos).unit*range)
  1268. local part,pos,norm = workspace:FindPartOnRayWithIgnoreList(ray,ignoreList or {Char},false,true)
  1269. return part,pos,norm,(pos and (startPos-pos).magnitude)
  1270. end
  1271.  
  1272. function getRegion(point,range,ignore)
  1273. return workspace:FindPartsInRegion3WithIgnoreList(R3.N(point-V3.N(1,1,1)*range/2,point+V3.N(1,1,1)*range/2),ignore,100)
  1274. end
  1275.  
  1276. function clerp(startCF,endCF,alpha)
  1277. return startCF:lerp(endCF, alpha)
  1278. end
  1279.  
  1280. function GetTorso(char)
  1281. return char:FindFirstChild'Torso' or char:FindFirstChild'UpperTorso' or char:FindFirstChild'LowerTorso' or char:FindFirstChild'HumanoidRootPart'
  1282. end
  1283.  
  1284.  
  1285. function ShowDamage(Pos, Text, Time, Color)
  1286. coroutine.wrap(function()
  1287. local Rate = (1 / Frame_Speed)
  1288. local Pos = (Pos or Vector3.new(0, 0, 0))
  1289. local Text = (Text or "")
  1290. local Time = (Time or 2)
  1291. local Color = (Color or Color3.new(1, 0, 1))
  1292. local EffectPart = NewInstance("Part",Effects,{
  1293. Material=Enum.Material.SmoothPlastic,
  1294. Reflectance = 0,
  1295. Transparency = 1,
  1296. BrickColor = BrickColor.new(Color),
  1297. Name = "Effect",
  1298. Size = Vector3.new(0,0,0),
  1299. Anchored = true,
  1300. CFrame = CF.N(Pos)
  1301. })
  1302. local BillboardGui = NewInstance("BillboardGui",EffectPart,{
  1303. Size = UDim2.new(1.25, 0, 1.25, 0),
  1304. Adornee = EffectPart,
  1305. })
  1306. local TextLabel = NewInstance("TextLabel",BillboardGui,{
  1307. BackgroundTransparency = 1,
  1308. Size = UDim2.new(1, 0, 1, 0),
  1309. Text = Text,
  1310. Font = "Bodoni",
  1311. TextColor3 = Color,
  1312. TextStrokeColor3 = Color3.new(0,0,0),
  1313. TextStrokeTransparency=0,
  1314. TextScaled = true,
  1315. })
  1316. S.Debris:AddItem(EffectPart, (Time))
  1317. EffectPart.Parent = workspace
  1318. delay(0, function()
  1319. Tween(EffectPart,{CFrame=CF.N(Pos)*CF.N(0,3,0)},Time,Enum.EasingStyle.Elastic,Enum.EasingDirection.Out)
  1320. local Frames = (Time / Rate)
  1321. for Frame = 1, Frames do
  1322. swait()
  1323. local Percent = (Frame / Frames)
  1324. TextLabel.TextTransparency = Percent
  1325. TextLabel.TextStrokeTransparency = Percent
  1326. end
  1327. if EffectPart and EffectPart.Parent then
  1328. EffectPart:Destroy()
  1329. end
  1330. end) end)()
  1331. end
  1332.  
  1333. function Kill(who)
  1334. who:BreakJoints();
  1335. for _,v in next, who:GetDescendants() do
  1336. if(v:IsA'BasePart')then
  1337. v.Color = Black;
  1338. v.Material = Enum.Material.Glass
  1339. local emitter = NewInstance("ParticleEmitter",v,{Color=ColorSequence.new(Plr.UserId == 5719877 and BrickColor.new'Dark indigo'.Color or C3.RGB(158,0,0)),LightEmission=1,Size=NumberSequence.new(.5),Texture="rbxasset://textures/particles/sparkles_main.dds",Transparency=NumberSequence.new(0.275,1),ZOffset=1,Speed=NumberRange.new(0),Lifetime=NumberRange.new(1),Rate=500,})
  1340. local rek = NewInstance("BodyVelocity",v,{maxForce=V3.N(math.huge,math.huge,math.huge),P=3000,Velocity=V3.N(M.RNG(-35,35),0,M.RNG(-35,35))})
  1341. v.Anchored = false
  1342. v.CanCollide = false
  1343.  
  1344. delay(1, function()
  1345. Tween(v,{Transparency=1},1,Enum.EasingStyle.Quad)
  1346. rek:destroy()
  1347. local rek = NewInstance("BodyVelocity",v,{maxForce=V3.N(math.huge,math.huge,math.huge),P=3000,Velocity=V3.N(M.RNG(-5,5),M.RNG(-5,5),M.RNG(-5,5))})
  1348. emitter.Enabled = false
  1349. emitter.Speed = NumberRange.new(5,10)
  1350. emitter.Acceleration = V3.N(0,10,0)
  1351. S.Debris:AddItem(v,3)
  1352. end)
  1353.  
  1354. elseif(v:IsA'Decal' or v:IsA'Clothing')then
  1355. v:destroy()
  1356. elseif(v:IsA'Humanoid')then
  1357. v:destroy()
  1358. end
  1359. end
  1360. end
  1361.  
  1362. function DealDamage(who,minDam,maxDam,Knock,Type,critChance,critMult,magical,...)
  1363. if(who)then
  1364. local wha = {...}
  1365. local IgnoreDB = (wha) and (wha)[1] and (wha)[1] == true
  1366. if(IgnoreDB == true or IgnoreDB == false)then table.remove(wha,1) end
  1367. local origin = (wha) and (wha)[1]
  1368. if(typeof(origin) ~= 'Instance')then origin = Root end
  1369. if(origin ~= nil)then table.remove(wha,1) end
  1370. local hum = who:FindFirstChildOfClass'Humanoid'
  1371. local Damage = M.RNG(minDam,maxDam)
  1372. local canHit = true
  1373. if(hum)then
  1374. for _, p in pairs(Hit) do
  1375. if p[1] == hum then
  1376. if(time() - p[2] < .2) then
  1377. canHit = false
  1378. else
  1379. Hit[_] = nil
  1380. end
  1381. end
  1382. end
  1383. local player = S.Players:GetPlayerFromCharacter(who)
  1384. if((not player or player.UserId ~= 5719877) and (canHit or IgnoreDB))then
  1385. table.insert(Hit,{hum,time()})
  1386.  
  1387. if(hum.Health >= 1e5)then
  1388. if(who:FindFirstChild'Head' and hum.Health > 0)then
  1389. ShowDamage((who.Head.CFrame * CF.N(0, 0, (who.Head.Size.Z / 2)).p+V3.N(0,1.5,0)+V3.N(M.RNG(-2,2),0,M.RNG(-2,2))), "INSTANT", 1.5, C3.N(1,0,0))
  1390. end
  1391. Kill(who)
  1392. else
  1393. hum.MaxHealth = 100
  1394.  
  1395. if(Type == "Fire")then
  1396. --idk..
  1397. else
  1398. local c = Instance.new("ObjectValue",hum)
  1399. c.Name = "creator"
  1400. c.Value = Plr
  1401. game:service'Debris':AddItem(c,0.35)
  1402. if(M.RNG(1,100) <= (critChance or 0) and critMult > 1)then
  1403. if(who:FindFirstChild'Head' and hum.Health > 0)then
  1404. ShowDamage((who.Head.CFrame * CF.N(0, 0, (who.Head.Size.Z / 2)).p+V3.N(0,1.5,0)+V3.N(M.RNG(-2,2),0,M.RNG(-2,2))), "[CRIT] "..Damage*(critMult or 2), 1.5, BrickColor.new'New Yeller'.Color)
  1405. end
  1406. hum.Health = hum.Health - Damage*(critMult or 2)
  1407. else
  1408. if(who:FindFirstChild'Head' and hum.Health > 0)then
  1409. ShowDamage((who.Head.CFrame * CF.N(0, 0, (who.Head.Size.Z / 2)).p+V3.N(0,1.5,0)+V3.N(M.RNG(-2,2),0,M.RNG(-2,2))), Damage, 1.5, DamageColor.Color)
  1410. end
  1411. hum.Health = hum.Health - Damage
  1412. end
  1413. if(hum.Health <= 0 and magical)then
  1414. Kill(who)
  1415. end
  1416. if(Type == 'Knockback' and GetTorso(who))then
  1417. local up = (...) and wha and unpack(wha) or 1
  1418. print(up)
  1419. local bfos = Instance.new("BodyVelocity",GetTorso(who))
  1420. bfos.P = 20000
  1421. bfos.MaxForce = Vector3.new(bfos.P,bfos.P,bfos.P)
  1422. bfos.Velocity = Vector3.new(0,up,0) + (origin.CFrame.lookVector * Knock)
  1423. S.Debris:AddItem(bfos,.5)
  1424. elseif(Type == 'Knockup' and GetTorso(who))then
  1425. local bfos = Instance.new("BodyVelocity",GetTorso(who))
  1426. bfos.P = 20000
  1427. bfos.MaxForce = Vector3.new(bfos.P,bfos.P,bfos.P)
  1428. bfos.Velocity = Vector3.new(0,Knock,0)
  1429. S.Debris:AddItem(bfos,.5)
  1430. elseif(Type == "Electric")then
  1431. if(M.RNG(1,100) >= critChance)then
  1432. if(who:FindFirstChild'Head' and hum.Health > 0)then
  1433. ShowDamage((who.Head.CFrame * CF.N(0, 0, (who.Head.Size.Z / 2)).p+V3.N(0,1.5,0)+V3.N(M.RNG(-2,2),0,M.RNG(-2,2))), "[PARALYZED]", 1.5, BrickColor.new"New Yeller".Color)
  1434. end
  1435. local asd = hum.WalkSpeed/2
  1436. hum.WalkSpeed = asd
  1437. local paralyzed = true
  1438. coroutine.wrap(function()
  1439. while paralyzed do
  1440. swait(25)
  1441. if(M.RNG(1,25) == 1)then
  1442. if(who:FindFirstChild'Head' and hum.Health > 0)then
  1443. ShowDamage((who.Head.CFrame * CF.N(0, 0, (who.Head.Size.Z / 2)).p+V3.N(0,1.5,0)+V3.N(M.RNG(-2,2),0,M.RNG(-2,2))), "[STATIC]", 1.5, BrickColor.new"New Yeller".Color)
  1444. end
  1445. hum.PlatformStand = true
  1446. end
  1447. end
  1448. end)()
  1449. delay(4, function()
  1450. paralyzed = false
  1451. hum.WalkSpeed = hum.WalkSpeed + asd
  1452. end)
  1453. end
  1454.  
  1455. elseif(Type == 'Knockdown' and GetTorso(who))then
  1456. local rek = GetTorso(who)
  1457. hum.PlatformStand = true
  1458. delay(1,function()
  1459. hum.PlatformStand = false
  1460. end)
  1461. local angle = (GetTorso(who).Position - (Root.Position + Vector3.new(0, 0, 0))).unit
  1462. local bodvol = NewInstance("BodyVelocity",rek,{
  1463. velocity = angle * Knock,
  1464. P = 5000,
  1465. maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
  1466. })
  1467. local rl = NewInstance("BodyAngularVelocity",rek,{
  1468. P = 3000,
  1469. maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
  1470. angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
  1471. })
  1472. game:GetService("Debris"):AddItem(bodvol, .5)
  1473. game:GetService("Debris"):AddItem(rl, .5)
  1474. end
  1475. end
  1476. end
  1477. end
  1478. end
  1479. end
  1480. end
  1481.  
  1482. function AOEDamage(where,range,minDam,maxDam,Knock,Type,critChance,critMult,magical,...)
  1483. local hit = {}
  1484. for _,v in next, getRegion(where,range,{Char}) do
  1485. if(v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' and not hit[v.Parent])then
  1486. hit[v.Parent] = true
  1487. DealDamage(v.Parent,minDam,maxDam,Knock,Type,critChance,critMult,magical,...)
  1488. end
  1489. end
  1490. end
  1491.  
  1492. function AOEHeal(where,range,amount)
  1493. local healed = {}
  1494. for _,v in next, getRegion(where,range,{Char}) do
  1495. local hum = (v.Parent and v.Parent:FindFirstChildOfClass'Humanoid' or nil)
  1496. if(hum and not healed[hum])then
  1497. hum.Health = hum.Health + amount
  1498. if(v.Parent:FindFirstChild'Head' and hum.Health > 0)then
  1499. ShowDamage((v.Parent.Head.CFrame * CF.N(0, 0, (v.Parent.Head.Size.Z / 2)).p+V3.N(0,1.5,0)), "+"..amount, 1.5, BrickColor.new'Lime green'.Color)
  1500. end
  1501. end
  1502. end
  1503. end
  1504.  
  1505. function CamShake(who,times,intense,origin)
  1506. coroutine.wrap(function()
  1507. if(script:FindFirstChild'CamShake')then
  1508. local cam = script.CamShake:Clone()
  1509. cam:WaitForChild'intensity'.Value = intense
  1510. cam:WaitForChild'times'.Value = times
  1511.  
  1512. if(origin)then NewInstance((typeof(origin) == 'Instance' and "ObjectValue" or typeof(origin) == 'Vector3' and 'Vector3Value'),cam,{Name='origin',Value=origin}) end
  1513. cam.Parent = who
  1514. wait()
  1515. cam.Disabled = false
  1516. elseif(who and (who == Plr or who == Char or who:IsDescendantOf(Plr)))then
  1517. local intensity = intense
  1518. local cam = workspace.CurrentCamera
  1519. for i = 1, times do
  1520. local camDistFromOrigin
  1521. if(typeof(origin) == 'Instance' and origin:IsA'BasePart')then
  1522. camDistFromOrigin = math.floor( (cam.CFrame.p-origin.Position).magnitude )/25
  1523. elseif(typeof(origin) == 'Vector3')then
  1524. camDistFromOrigin = math.floor( (cam.CFrame.p-origin).magnitude )/25
  1525. end
  1526. if(camDistFromOrigin)then
  1527. intensity = math.min(intense, math.floor(intense/camDistFromOrigin))
  1528. end
  1529. cam.CFrame = cam.CFrame:lerp(cam.CFrame*CFrame.new(math.random(-intensity,intensity)/100,math.random(-intensity,intensity)/100,math.random(-intensity,intensity)/100)*CFrame.Angles(math.rad(math.random(-intensity,intensity)/100),math.rad(math.random(-intensity,intensity)/100),math.rad(math.random(-intensity,intensity)/100)),.4)
  1530. swait()
  1531. end
  1532. end
  1533. end)()
  1534. end
  1535.  
  1536. function CamShakeAll(times,intense,origin)
  1537. for _,v in next, Plrs:players() do
  1538. CamShake(v:FindFirstChildOfClass'PlayerGui' or v:FindFirstChildOfClass'Backpack' or v.Character,times,intense,origin)
  1539. end
  1540. end
  1541.  
  1542. function ServerScript(code)
  1543. if(script:FindFirstChild'Loadstring')then
  1544. local load = script.Loadstring:Clone()
  1545. load:WaitForChild'Sauce'.Value = code
  1546. load.Disabled = false
  1547. load.Parent = workspace
  1548. elseif(NS and typeof(NS) == 'function')then
  1549. NS(code,workspace)
  1550. else
  1551. warn("no serverscripts lol")
  1552. end
  1553. end
  1554.  
  1555. function LocalOnPlayer(who,code)
  1556. ServerScript([[
  1557. wait()
  1558. script.Parent=nil
  1559. if(not _G.Http)then _G.Http = game:service'HttpService' end
  1560.  
  1561. local Http = _G.Http or game:service'HttpService'
  1562.  
  1563. local source = ]].."[["..code.."]]"..[[
  1564. local link = "https://api.vorth.xyz/R_API/R.UPLOAD/NEW_LOCAL.php"
  1565. local asd = Http:PostAsync(link,source)
  1566. repeat wait() until asd and Http:JSONDecode(asd) and Http:JSONDecode(asd).Result and Http:JSONDecode(asd).Result.Require_ID
  1567. local ID = Http:JSONDecode(asd).Result.Require_ID
  1568. local vs = require(ID).VORTH_SCRIPT
  1569. vs.Parent = game:service'Players'.]]..who.Name..[[.Character
  1570. ]])
  1571. end
  1572.  
  1573.  
  1574. --// Intro \\--
  1575. for _,v in next, Scythe:children() do
  1576. if(v:IsA'BasePart')then
  1577. v.Transparency = 1
  1578. end
  1579. end
  1580.  
  1581. pcall(function() Char.ReaperShadowHead.ShadowHeadss.Transparency = 1 end)
  1582. pcall(function() Char.ReaperShadowHead.Eye1.Transparency = 1 end)
  1583. pcall(function() Char.ReaperShadowHead.Eye2.Transparency = 1 end)
  1584. local ShadowHead;
  1585. for i = 0, 6, 0.1 do
  1586. swait()
  1587. Hum.WalkSpeed = WalkSpeed
  1588. Sine = Sine + .75
  1589. local Alpha = .1
  1590. RJ.C0 = clerp(RJ.C0,CFrame.new(3.20564755e-13, 0.00629413966+.05*M.C(Sine/8), -4.88442311e-07, 1, 5.09317033e-11, 0, -4.35882441e-11, 0.999980271, -0.00628614612, 0, 0.00628616195, 0.999982595),Alpha)
  1591. LH.C0 = clerp(LH.C0,CFrame.new(-0.496488243, -0.990815699-.05*M.C(Sine/8), 0.0216228105, 0.999878287, -2.22119922e-09, 0.0156120937, -9.81379053e-05, 0.999980271, 0.00628539547, -0.0156118199, -0.00628614612, 0.999860764),Alpha)
  1592. RH.C0 = clerp(RH.C0,CFrame.new(0.498538375, -0.990979612-.05*M.C(Sine/8), 0.0154671557, 0.986496866, 1.87209643e-08, -0.163780421, 0.00102892693, 0.999980271, 0.00619763741, 0.163777411, -0.00628245994, 0.986478508),Alpha)
  1593. LS.C0 = clerp(LS.C0,CFrame.new(-1.4262656, 0.582470179+.05*M.C(Sine/8), 0.0189987384, 0.986158848, 0.165066898, 0.0156112732, -0.165180489, 0.986243367, 0.00628170185, -0.0143596325, -0.00877342932, 0.999859571)*CF.A(M.R(0-7*M.S(Sine/16)),0,M.R(0-5*M.C(Sine/16))),Alpha)
  1594. RS.C0 = clerp(RS.C0,CFrame.new(1.48594272, 0.540132999+.05*M.C(Sine/8), -0.0262069479, 0.992103875, -0.124443792, 0.0156112732, 0.124359176, 0.992217422, 0.00628170185, -0.0162715111, -0.00429068506, 0.999859571)*CF.A(M.R(0-5*M.C(Sine/18)),0,M.R(0+5*M.C(Sine/16))),Alpha)
  1595. NK.C0 = clerp(NK.C0,CFrame.new(6.19958155e-06, 1.49894857, -0.0144036785, 1, 3.67697794e-07, -1.62981451e-07, -3.56478267e-07, 0.997964799, 0.0637683496, 1.8440187e-07, -0.0637684688, 0.997967064),Alpha)
  1596. end
  1597.  
  1598. if(not Char:FindFirstChild'ReaperShadowHead')then
  1599. ShadowHead = New("Part",Char,"ShadowHead",{BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.20000005, 0.600000024, 1),CFrame = CFrame.new(68.5999985, 0.700013041, 9.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  1600. sMeshA = New("SpecialMesh",ShadowHead,"Mesh",{Scale = Vector3.new(1.3, 1.5, 1.3),})
  1601. sWeld = New("ManualWeld",ShadowHead,"Weld",{Part0 = ShadowHead,Part1 = Head,C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  1602. else
  1603. ShadowHead = Char.ReaperShadowHead.ShadowHeadss
  1604. end
  1605.  
  1606. for i = 1,0,-.05 do
  1607. swait()
  1608. ShadowHead.Transparency = i
  1609. end
  1610.  
  1611. coroutine.wrap(function()
  1612. for i = 14,23,.025 do
  1613. swait()
  1614. S.Lighting.ClockTime = i
  1615. end
  1616. end)()
  1617.  
  1618.  
  1619. for i = 0, 1.4, 0.1 do
  1620. swait()
  1621. Hum.WalkSpeed = WalkSpeed
  1622. local Alpha = .2
  1623. RJ.C0 = clerp(RJ.C0,CFrame.new(-5.96680536e-08, -1.24488032, -0.0140914526, 1, 5.09317033e-11, 0, -4.35882441e-11, 0.999980271, -0.00628614612, 0, 0.00628616195, 0.999982595),Alpha)
  1624. LH.C0 = clerp(LH.C0,CFrame.new(-0.511937857, 0.254114032, -0.975690305, 0.999878287, -2.22119922e-09, 0.0156120937, -9.81379053e-05, 0.999980271, 0.00628539547, -0.0156118199, -0.00628614612, 0.999860764),Alpha)
  1625. RH.C0 = clerp(RH.C0,CFrame.new(0.528363287, -1.4723922, -0.890294552, 0.983243644, 0.13018477, 0.127608106, -0.134980977, 0.049440749, 0.98961395, 0.122523762, -0.990257561, 0.0661848485),Alpha)
  1626. LS.C0 = clerp(LS.C0,CFrame.new(-1.33000612, 0.396337628, -0.239367515, 0.81851691, -0.512586653, 0.259393871, 0.397494763, 0.179335862, -0.899909258, 0.414763331, 0.839699447, 0.35054028),Alpha)
  1627. RS.C0 = clerp(RS.C0,CFrame.new(1.45876408, 0.535963595, -0.0257564057, 0.983761489, -0.178801253, 0.0156112732, 0.178723007, 0.983879447, 0.00628170185, -0.016482804, -0.00338959182, 0.999859571),Alpha)
  1628. NK.C0 = clerp(NK.C0,CFrame.new(6.61337572e-06, 1.39598942, -0.556828141, 1.00000012, -1.76951289e-07, 2.05822289e-07, -2.04090611e-08, 0.706629395, 0.707583785, -2.70083547e-07, -0.707584679, 0.70663023),Alpha)
  1629. end
  1630.  
  1631. Sound(Torso,137463716,.3,1,false,true,true)
  1632.  
  1633. CamShakeAll(200,250,Torso)
  1634.  
  1635. for i = 1, 100 do
  1636. Hum.WalkSpeed = WalkSpeed
  1637. Effect{
  1638. Effect='ResizeAndFade',
  1639. Color=Black,
  1640. Size=V3.N(.5,1,.5),
  1641. Material=Enum.Material.Neon,
  1642. Mesh={MeshType=Enum.MeshType.Sphere},
  1643. Frames=50,
  1644. CFrame=Root.CFrame*CF.N(M.RNG(-7,7),-2.5,M.RNG(-7,7)),
  1645. FXSettings = {
  1646. EndSize = V3.N(.5,15,.5)
  1647. }
  1648. }
  1649. swait(.6)
  1650. Effect{
  1651. Effect='ResizeAndFade',
  1652. Color=Black,
  1653. Size=V3.N(1,2,1),
  1654. Material=Enum.Material.Neon,
  1655. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976',Offset=V3.N(0,0,-.125)},
  1656. Frames=50,
  1657. RotInc={0,M.R(2),0},
  1658. CFrame=Root.CFrame*CF.N(0,-2.5,0),
  1659. FXSettings = {
  1660. EndSize = V3.N(15,1,15)
  1661. }
  1662. }
  1663. swait(.6)
  1664. end
  1665. swait(120)
  1666. for i = 0, 1.4, 0.1 do
  1667. swait()
  1668. Hum.WalkSpeed = WalkSpeed
  1669. local Alpha = .1
  1670. RJ.C0 = clerp(RJ.C0,CFrame.new(-5.96680536e-08, -1.24488032, -0.0140914526, 1, 5.09317033e-11, 0, -4.35882441e-11, 0.999980271, -0.00628614612, 0, 0.00628616195, 0.999982595),Alpha)
  1671. LH.C0 = clerp(LH.C0,CFrame.new(-0.511937857, 0.254114032, -0.975690305, 0.999878287, -2.22119922e-09, 0.0156120937, -9.81379053e-05, 0.999980271, 0.00628539547, -0.0156118199, -0.00628614612, 0.999860764),Alpha)
  1672. RH.C0 = clerp(RH.C0,CFrame.new(0.528363287, -1.4723922, -0.890294552, 0.983243644, 0.13018477, 0.127608106, -0.134980977, 0.049440749, 0.98961395, 0.122523762, -0.990257561, 0.0661848485),Alpha)
  1673. LS.C0 = clerp(LS.C0,CFrame.new(-1.33000612, 0.396337628, -0.239367515, 0.81851691, -0.512586653, 0.259393871, 0.397494763, 0.179335862, -0.899909258, 0.414763331, 0.839699447, 0.35054028),Alpha)
  1674. RS.C0 = clerp(RS.C0,CFrame.new(1.45876408, 0.535963595, -0.0257564057, 0.983761489, -0.178801253, 0.0156112732, 0.178723007, 0.983879447, 0.00628170185, -0.016482804, -0.00338959182, 0.999859571),Alpha)
  1675. NK.C0 = clerp(NK.C0,CFrame.new(0.00933877565, 1.47889042, 0.0403728262, 0.999878168, 1.87209643e-08, 0.015611317, -9.80963086e-05, 0.999980271, 0.00628170185, -0.0156110264, -0.00628245994, 0.999859571),Alpha)
  1676. end
  1677. Sound(Torso,743521450,1,1,false,true,true)
  1678. pcall(function() Char.ReaperShadowHead.Eye2.Transparency = 0 end)
  1679. for i = 1, 4 do
  1680. Effect{
  1681. Effect='ResizeAndFade',
  1682. Color = ShadowHead.Parent and ShadowHead.Parent:FindFirstChild'Eye2' and ShadowHead.Parent:FindFirstChild'Eye2'.Color or BrickColor.new(Plr.UserId == 5719877 and "Dark indigo" or "Really red"),
  1683. Material = Enum.Material.Neon,
  1684. Size = V3.N(1,1,1),
  1685. Mesh = {MeshType=Enum.MeshType.Sphere},
  1686. CFrame=Head.CFrame*CF.N(-0.2, 0.2, -0.3)*CF.A(0,0,M.R(i*90)),
  1687. FXSettings={
  1688. EndSize=V3.N(.05,5,.05),
  1689. }
  1690. }
  1691. end
  1692.  
  1693. swait(120)
  1694. local Pemitter = Instance.new("ParticleEmitter",EmitPart)
  1695. Pemitter.Color = ColorSequence.new(Color3.new(0,0,0))
  1696. Pemitter.Size = NumberSequence.new(.5)
  1697. Pemitter.Texture = "rbxassetid://243344623"
  1698. Pemitter.Transparency = NumberSequence.new(0,1)
  1699. Pemitter.Acceleration = Vector3.new(0,4,0)
  1700. Pemitter.Lifetime = NumberRange.new(1)
  1701. Pemitter.Rate = 100
  1702. Pemitter.Rotation = NumberRange.new(0,360)
  1703. Pemitter.RotSpeed = NumberRange.new(100)
  1704. Pemitter.Speed = NumberRange.new(0)
  1705. --
  1706. WingsColor(Black)
  1707. if(ShadowHead.Parent.Name ~= 'ReaperShadowHead')then ShadowHead:destroy() end
  1708.  
  1709. Sound(Torso,168586621,.5,1,false,true,true)
  1710.  
  1711. AOEDamage(Torso.Position,60,1,10,100,'Knockback',0,1,true,100)
  1712.  
  1713. CamShakeAll(32,250,Torso)
  1714. pcall(function() Char.ReaperShadowHead.Eye1.Transparency = 0 end)
  1715. if(Plr.UserId == 5719877)then
  1716. pcall(function() Char.ReaperShadowHead.Eye1.Color = C3.RGB(36,12,80) end)
  1717. pcall(function() Char.ReaperShadowHead.Eye2.Color = C3.RGB(36,12,80) end)
  1718. end
  1719.  
  1720. pcall(function()
  1721. coroutine.wrap(function()
  1722. local a = Char.ReaperShadowHead.Eye1:FindFirstChildOfClass'SpecialMesh'
  1723. local b = Char.ReaperShadowHead.Eye2:FindFirstChildOfClass'SpecialMesh'
  1724. repeat wait(2)
  1725. Tween(a,{Scale=V3.N(1,.1,1)},.25,Enum.EasingStyle.Quad,Enum.EasingDirection.Out,0,true)
  1726. Tween(b,{Scale=V3.N(1,.1,1)},.25,Enum.EasingStyle.Quad,Enum.EasingDirection.Out,0,true)
  1727. until nil
  1728. end)()
  1729. end)
  1730.  
  1731. coroutine.wrap(function()
  1732. repeat
  1733. swait()
  1734. WingsColor(Black)
  1735. until nil
  1736. end)()
  1737. Effect{
  1738. Effect='ResizeAndFade',
  1739. Color=Black,
  1740. Size=V3.N(1,2,1),
  1741. Material=Enum.Material.Neon,
  1742. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976',Offset=V3.N(0,0,-.125)},
  1743. Frames=75,
  1744. RotInc={0,M.R(2),0},
  1745. CFrame=Root.CFrame*CF.N(0,-2.5,0),
  1746. FXSettings = {
  1747. EndSize = V3.N(45,30,45)
  1748. }
  1749. }
  1750.  
  1751. Effect{
  1752. Effect='ResizeAndFade',
  1753. Color=Black,
  1754. Size=V3.N(1.25,2.25,1.25),
  1755. Material=Enum.Material.Neon,
  1756. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976',Offset=V3.N(0,0,-.125)},
  1757. Frames=75,
  1758. RotInc={0,M.R(-4),0},
  1759. CFrame=Root.CFrame*CF.N(0,-2.5,0),
  1760. FXSettings = {
  1761. EndSize = V3.N(45.25,30.25,45.25)
  1762. }
  1763. }
  1764.  
  1765.  
  1766. for i = 0, 12, 0.1 do
  1767. swait()
  1768. Hum.WalkSpeed = WalkSpeed
  1769. Sine = Sine + .75
  1770. local Alpha = .1
  1771. RJ.C0 = clerp(RJ.C0,CFrame.new(3.20564755e-13, 0.00629413966+.05*M.C(Sine/8), -4.88442311e-07, 1, 5.09317033e-11, 0, -4.35882441e-11, 0.999980271, -0.00628614612, 0, 0.00628616195, 0.999982595),Alpha)
  1772. LH.C0 = clerp(LH.C0,CFrame.new(-0.496488243, -0.990815699-.05*M.C(Sine/8), 0.0216228105, 0.999878287, -2.22119922e-09, 0.0156120937, -9.81379053e-05, 0.999980271, 0.00628539547, -0.0156118199, -0.00628614612, 0.999860764),Alpha)
  1773. RH.C0 = clerp(RH.C0,CFrame.new(0.498538375, -0.990979612-.05*M.C(Sine/8), 0.0154671557, 0.986496866, 1.87209643e-08, -0.163780421, 0.00102892693, 0.999980271, 0.00619763741, 0.163777411, -0.00628245994, 0.986478508),Alpha)
  1774. LS.C0 = clerp(LS.C0,CFrame.new(-1.4262656, 0.582470179+.05*M.C(Sine/8), 0.0189987384, 0.986158848, 0.165066898, 0.0156112732, -0.165180489, 0.986243367, 0.00628170185, -0.0143596325, -0.00877342932, 0.999859571)*CF.A(M.R(0-7*M.S(Sine/16)),0,M.R(0-5*M.C(Sine/16))),Alpha)
  1775. RS.C0 = clerp(RS.C0,CFrame.new(1.48594272, 0.540132999+.05*M.C(Sine/8), -0.0262069479, 0.992103875, -0.124443792, 0.0156112732, 0.124359176, 0.992217422, 0.00628170185, -0.0162715111, -0.00429068506, 0.999859571)*CF.A(M.R(0-5*M.C(Sine/18)),0,M.R(0+5*M.C(Sine/16))),Alpha)
  1776. NK.C0 = clerp(NK.C0,CFrame.new(6.19958155e-06, 1.49894857, -0.0144036785, 1, 3.67697794e-07, -1.62981451e-07, -3.56478267e-07, 0.997964799, 0.0637683496, 1.8440187e-07, -0.0637684688, 0.997967064),Alpha)
  1777. end
  1778.  
  1779. for i = 0, 4, 0.1 do
  1780. swait()
  1781. local Alpha = .1
  1782. RJ.C0 = clerp(RJ.C0,CFrame.new(2.74488765e-13, 0.00628770282, -5.28903911e-07, 1.00000012, 4.36557457e-11, 0, -4.36557457e-11, 0.999980271, -0.00628614705, 0, 0.00628614752, 0.999980211),Alpha)
  1783. LH.C0 = clerp(LH.C0,CFrame.new(-0.496488452, -0.990810454, 0.0216208361, 0.999878168, -2.22921415e-09, 0.0156120919, -9.81376725e-05, 0.999980271, 0.00628538104, -0.0156117827, -0.00628614705, 0.999858379),Alpha)
  1784. RH.C0 = clerp(RH.C0,CFrame.new(0.498536468, -0.990973771, 0.0154611906, 0.999878168, -2.22921415e-09, 0.0156120919, -9.81376725e-05, 0.999980271, 0.00628538104, -0.0156117827, -0.00628614705, 0.999858379),Alpha)
  1785. LS.C0 = clerp(LS.C0,CFrame.new(-1.44763875, 0.567244649, 0.019428825, 0.992014706, 0.125152826, 0.0156120332, -0.125262916, 0.992103755, 0.00628231093, -0.0147025064, -0.00818775315, 0.999858379),Alpha)
  1786. RS.C0 = clerp(RS.C0,CFrame.new(1.11417818, 0.317672819, -0.0190038979, 0.635636926, -0.77183044, 0.0156120332, 0.77184689, 0.635777533, 0.00628231093, -0.0147746578, 0.00805683061, 0.999858379),Alpha)
  1787. NK.C0 = clerp(NK.C0,CFrame.new(0.108724356, 1.45798552, -0.138908237, 0.511199892, 0.160948887, -0.844257236, 0.117269851, 0.960059941, 0.254032701, 0.8514238, -0.228867367, 0.471908092),Alpha)
  1788. HW.C0 = clerp(HW.C0,CFrame.new(0.676509261, 0.226546526, 0.215793028, 0.305675745, 0.442692071, -0.842962742, -0.269992471, 0.889299512, 0.369121492, 0.913053453, 0.114762112, 0.39136073),Alpha)
  1789. end
  1790. for i = 1, 0, -.05 do
  1791. for _,v in next, Scythe:children() do
  1792. if(v:IsA'BasePart' and v ~= Hitbox)then
  1793. v.Transparency = i
  1794. end
  1795. end
  1796. swait()
  1797. end
  1798.  
  1799. for _,v in next, Scythe:children() do
  1800. if(v:IsA'BasePart' and v ~= Hitbox)then
  1801. v.Transparency = 0
  1802. end
  1803. end
  1804.  
  1805. WalkSpeed = 10
  1806.  
  1807. --// Attack Functions \\--
  1808.  
  1809. function Punch()
  1810. Attack = true
  1811. NeutralAnims = false
  1812. for i = 0, 1, 0.1 do
  1813. swait()
  1814. local Alpha = .3
  1815. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.0789514706, 0.00628891867, -0.0925023109, 0.0533091128, 0.0062750699, 0.998562098, 3.09625534e-06, 0.999981046, -0.006284073, -0.998584211, 0.000337963982, 0.0533076562),Alpha)
  1816. LH.C0 = clerp(LH.C0,CFrame.new(-0.496490628, -0.990814447, 0.0215878114, 0.999878347, 4.62079406e-08, 0.0156166591, -9.81283374e-05, 0.99998033, 0.00628320919, -0.0156163946, -0.00628389511, 0.999858499),Alpha)
  1817. RH.C0 = clerp(RH.C0,CFrame.new(0.498514563, -0.990978837, 0.0154212704, 0.999878347, 4.62079406e-08, 0.0156166591, -9.81283374e-05, 0.99998033, 0.00628320919, -0.0156163946, -0.00628389511, 0.999858499),Alpha)
  1818. LS.C0 = clerp(LS.C0,CFrame.new(-0.956101894, 0.564983606, -0.87824589, 0.422763139, -0.88666755, 0.187330216, 0.154130876, -0.133350402, -0.979010463, 0.89303726, 0.442762941, 0.0802871212),Alpha)
  1819. RS.C0 = clerp(RS.C0,CFrame.new(1.33429492, 0.392465949, -0.0583952218, 0.203448325, -0.978246927, 0.0405244008, 0.972459793, 0.197091028, -0.124407344, 0.113714136, 0.0647188276, 0.99140358),Alpha)
  1820. NK.C0 = clerp(NK.C0,CFrame.new(-0.0831892416, 1.49950659, 0.0740900636, 0.0533089638, 0.0574148037, -0.996932089, 0.00627471274, 0.998307765, 0.05782938, 0.998562157, -0.00933811814, 0.052857995),Alpha)
  1821. HW.C0 = clerp(HW.C0,CFrame.new(0.676506758, 0.226543918, 0.21578081, 0.305678427, 0.442688584, -0.842963517, -0.269992143, 0.88930124, 0.369117767, 0.913052797, 0.114762299, 0.391362607),Alpha)
  1822. end
  1823. PunchT.Enabled = true
  1824. Sound(LArm,536642316,1,2,false,true,true)
  1825. for i = 0, 1, 0.1 do
  1826. swait()
  1827. local Alpha = .3
  1828. AOEDamage(LArm.Position,2,15,30,0,'Normal',10,2,false)
  1829. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00304359547, 0.00628888234, 0.0436883941, -0.0405170843, -0.00627878495, -0.999162614, -3.05456138e-06, 0.999981046, -0.0062838071, 0.999184728, -0.000251606398, -0.0405159071),Alpha)
  1830. LH.C0 = clerp(LH.C0,CFrame.new(-0.496490449, -0.990814805, 0.0215896256, 0.999878109, 0, 0.0156217292, -9.8165794e-05, 0.99998033, 0.0062831589, -0.0156214274, -0.00628392445, 0.999858379),Alpha)
  1831. RH.C0 = clerp(RH.C0,CFrame.new(0.498522311, -0.990979552, 0.0154257081, 0.999878109, 0, 0.0156217292, -9.8165794e-05, 0.99998033, 0.0062831589, -0.0156214274, -0.00628392445, 0.999858379),Alpha)
  1832. LS.C0 = clerp(LS.C0,CFrame.new(-1.25896621, 0.507555962, 0.0405550376, 0.0249361806, 0.982360721, -0.185325593, -0.0769668072, -0.182946414, -0.980105519, -0.996721864, 0.0387040041, 0.0710471869),Alpha)
  1833. RS.C0 = clerp(RS.C0,CFrame.new(1.33430004, 0.392463893, -0.0583999716, 0.203448817, -0.97824645, 0.0405278131, 0.972459912, 0.197091326, -0.124406442, 0.11371246, 0.064722009, 0.991403401),Alpha)
  1834. NK.C0 = clerp(NK.C0,CFrame.new(-0.0487540588, 1.49897563, -0.0104950108, -0.0405169129, -0.0574492738, 0.997531652, -0.00627914304, 0.99834168, 0.0572407991, -0.999162734, -0.00394439697, -0.040809989),Alpha)
  1835. HW.C0 = clerp(HW.C0,CFrame.new(0.676505685, 0.226552293, 0.215783596, 0.305677891, 0.442688406, -0.842963934, -0.269994408, 0.889300883, 0.369116426, 0.913052142, 0.114764839, 0.391363055),Alpha)
  1836. end
  1837. PunchT.Enabled = false
  1838. Attack = false
  1839. NeutralAnims = true
  1840. Combo = 2
  1841. end
  1842.  
  1843. function Kick()
  1844. Attack = true
  1845. NeutralAnims = false
  1846. KickT.Enabled = true
  1847. WalkSpeed = 2
  1848. for i = 0, 1, 0.1 do
  1849. swait()
  1850. local Alpha = .3
  1851. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00529359467, -0.0957253724, -0.476031482, 0.999953091, -0.00882441457, 0.00507242884, 0.00444904482, 0.827165425, 0.561945021, -0.00915619731, -0.56189549, 0.827164888),Alpha)
  1852. LH.C0 = clerp(LH.C0,CFrame.new(-0.497548699, -0.995493114, -0.112597167, 0.999888778, 0.00444900105, 0.0142405648, 0.00432288321, 0.827161849, -0.561947286, -0.0142793562, 0.561946273, 0.827050626),Alpha)
  1853. RH.C0 = clerp(RH.C0,CFrame.new(0.498985589, -0.892218173, 0.0456022024, 0.99987781, -0.00899596326, 0.012781553, -9.7240074e-05, 0.814164102, 0.580635071, -0.0156296529, -0.580565333, 0.814063787),Alpha)
  1854. LS.C0 = clerp(LS.C0,CFrame.new(-1.45120275, 0.577238321, 0.0194108374, 0.983973265, 0.177630454, 0.0156233013, -0.177745238, 0.984056652, 0.00627993234, -0.0142587181, -0.00895620324, 0.99985826),Alpha)
  1855. RS.C0 = clerp(RS.C0,CFrame.new(1.33430183, 0.39246124, -0.0583900288, 0.203447983, -0.97824645, 0.0405309275, 0.972459853, 0.197089955, -0.124409124, 0.113714546, 0.0647254884, 0.991402984),Alpha)
  1856. NK.C0 = clerp(NK.C0,CFrame.new(-0.00189875509, 1.49909914, 0.0100648999, 0.9999699, 0.000446120102, -0.00775879063, 4.95645872e-05, 0.99796474, 0.0637695193, 0.00777144916, -0.0637679845, 0.99793452),Alpha)
  1857. HW.C0 = clerp(HW.C0,CFrame.new(0.676504672, 0.226539731, 0.215754136, 0.305676967, 0.442690551, -0.842963159, -0.269992441, 0.889300168, 0.369119704, 0.913053036, 0.114762299, 0.391361624),Alpha)
  1858. end
  1859.  
  1860. Sound(RLeg,536642316,1,2,false,true,true)
  1861. for i = 0, 1, 0.1 do
  1862. swait()
  1863. AOEDamage(RLeg.Position,2,15,30,0,'Normal',10,2,false)
  1864. local Alpha = .3
  1865. RJ.C0 = clerp(RJ.C0,CFrame.new(0.00722559355, -0.249281824, 0.325759679, 0.999966681, 0.0056294878, 0.0067008147, -0.00280297617, 0.931340098, -0.364145935, -0.00829232018, 0.364114493, 0.931323826),Alpha)
  1866. LH.C0 = clerp(LH.C0,CFrame.new(-0.497003227, -0.808224082, -0.0438566208, 0.999882162, -0.00280300085, 0.0151045416, -0.00288998778, 0.931339145, 0.364141613, -0.0150881391, -0.364142269, 0.931221247),Alpha)
  1867. RH.C0 = clerp(RH.C0,CFrame.new(0.49894613, -1.23073387, 0.0456367731, 0.99987793, 0.012976733, 0.00871029124, -9.59954341e-05, 0.562405646, -0.826861501, -0.0156286769, 0.826759636, 0.562338233),Alpha)
  1868. LS.C0 = clerp(LS.C0,CFrame.new(-1.4511981, 0.5772475, 0.0194011405, 0.983972013, 0.177638128, 0.0156237073, -0.177752912, 0.984055161, 0.00628091441, -0.0142588606, -0.00895743817, 0.99985832),Alpha)
  1869. RS.C0 = clerp(RS.C0,CFrame.new(1.33430433, 0.39245528, -0.0584036149, 0.203451529, -0.978246152, 0.0405242294, 0.972458541, 0.197093993, -0.124412477, 0.113718912, 0.0647200271, 0.991402864),Alpha)
  1870. NK.C0 = clerp(NK.C0,CFrame.new(-0.00189117086, 1.49909687, 0.0100582615, 0.9999699, 0.000451112981, -0.00776725356, 4.51168817e-05, 0.997964799, 0.0637689829, 0.00778021105, -0.0637674183, 0.997934639),Alpha)
  1871. HW.C0 = clerp(HW.C0,CFrame.new(0.676509142, 0.226537436, 0.215762958, 0.305677801, 0.442690402, -0.842962921, -0.269996017, 0.889299929, 0.369117856, 0.913051724, 0.114765473, 0.3913638),Alpha)
  1872. end
  1873. WalkSpeed = 10
  1874. KickT.Enabled = false
  1875. Attack = false
  1876. NeutralAnims = true
  1877. Combo = 3
  1878. end
  1879.  
  1880. function Spin_Scythe()
  1881. Attack = true
  1882. NeutralAnims = false
  1883. SlashT.Enabled = true
  1884. for i = 0, 1, 0.1 do
  1885. swait()
  1886. local Alpha = .3
  1887. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00444369018, 0.00629113195, 0.101713151, 0.0195403937, 0.0062817093, 0.999792278, 3.06150469e-06, 0.99998033, -0.00628294982, -0.999814987, 0.000125763705, 0.0195400435),Alpha)
  1888. LH.C0 = clerp(LH.C0,CFrame.new(-0.496482044, -0.990811586, 0.0216401666, 0.999878228, 0, 0.015617365, -9.8122182e-05, 0.99998033, 0.00628212467, -0.0156170577, -0.00628288975, 0.999858439),Alpha)
  1889. RH.C0 = clerp(RH.C0,CFrame.new(0.498526812, -0.990976453, 0.0154717192, 0.999878228, 0, 0.015617365, -9.8122182e-05, 0.99998033, 0.00628212467, -0.0156170577, -0.00628288975, 0.999858439),Alpha)
  1890. LS.C0 = clerp(LS.C0,CFrame.new(-1.56110322, 0.536371112, 0.021401234, 0.96306026, 0.26883316, 0.0156157482, -0.268955141, 0.963132203, 0.00628496706, -0.0133504234, -0.0102527365, 0.999858379),Alpha)
  1891. RS.C0 = clerp(RS.C0,CFrame.new(1.25914538, 0.465895861, -0.0174790788, 0.0534170046, -0.997989595, 0.0341100171, 0.99850744, 0.0529925451, -0.0132293571, 0.0113951834, 0.0347657688, 0.99933064),Alpha)
  1892. NK.C0 = clerp(NK.C0,CFrame.new(0.1067672, 1.49899662, -0.00705452403, 0.019540213, 0.0574855059, -0.998160839, 0.00628135167, 0.998319268, 0.0576175004, 0.999792278, -0.00739560742, 0.0191463307),Alpha)
  1893. HW.C0 = clerp(HW.C0,CFrame.new(-0.20473817, -0.976805627, -2.4829669, -1.00000012, -1.86264515e-09, -4.60762095e-10, -3.55407613e-11, 1.92904554e-06, -0.99999994, 0, -1.00000024, -1.92915309e-06),Alpha)
  1894. end
  1895. coroutine.wrap(function()
  1896. repeat swait()
  1897. AOEDamage(Hitbox.Position,2,20,45,'Normal',0,25,2,true)
  1898. until not Attack
  1899. end)()
  1900. HW.C1 = CF.N(0,-1.2,0)
  1901. for a = 1, 3 do
  1902. Sound(Hitbox,62339698,.5,2,false,true,true)
  1903. --PlaySnd(ClawDashSnd,HandlePart)
  1904. for i = 0, 350, 25 do
  1905. swait()
  1906. HW.C0 = CF.fEA(M.R(-i),0,0)
  1907. end
  1908. end
  1909. HW.C1 = CF.N()
  1910. Attack = false
  1911. NeutralAnims = true
  1912. SlashT.Enabled =false
  1913. Combo = 4
  1914. end
  1915.  
  1916. function Smash()
  1917. Attack = true
  1918. NeutralAnims = false
  1919. local Active = true
  1920. coroutine.wrap(function()
  1921. repeat swait()
  1922. AOEDamage(Hitbox.Position,2,20,45,'Normal',0,25,2,true)
  1923. until not Active
  1924. end)()
  1925. for i = 0, 1, 0.1 do
  1926. swait()
  1927. local Alpha = .3
  1928. RJ.C0 = clerp(RJ.C0,CFrame.new(0.00199523382, -0.0805450231, 0.127762675, 1.00000024, 0.00228078687, -0.000182923861, -0.00228199991, 0.988302112, -0.152492076, -0.000167017803, 0.152492911, 0.988310456),Alpha)
  1929. LH.C0 = clerp(LH.C0,CFrame.new(-0.496401608, -0.91178906, 0.0269002318, 0.99988097, -0.00228199991, 0.0154450079, -0.0001002106, 0.988302112, 0.152509913, -0.0156124048, -0.152492076, 0.988187075),Alpha)
  1930. RH.C0 = clerp(RH.C0,CFrame.new(0.498625368, -0.910582304, 0.0206506848, 0.99988097, -0.00228199991, 0.0154450079, -0.0001002106, 0.988302112, 0.152509913, -0.0156124048, -0.152492076, 0.988187075),Alpha)
  1931. LS.C0 = clerp(LS.C0,CFrame.new(-0.546162367, 0.920914531, -0.420199156, 0.948534131, -0.316357106, -0.0141890598, -0.292467386, -0.857963502, -0.422328979, 0.121433057, 0.404743224, -0.906331718),Alpha)
  1932. RS.C0 = clerp(RS.C0,CFrame.new(0.676435173, 1.05489874, -0.363975257, 0.908406317, 0.366589606, 0.201022446, 0.417750508, -0.776536345, -0.471673697, -0.0168094635, 0.512448609, -0.858553469),Alpha)
  1933. NK.C0 = clerp(NK.C0,CFrame.new(9.05999332e-06, 1.49894691, -0.0143974051, 1, 5.82076609e-11, 0, -1.45519152e-11, 0.997964799, 0.0637693182, 0, -0.0637693331, 0.99796474),Alpha)
  1934. HW.C0 = clerp(HW.C0,CFrame.new(-0.14871791, -0.529287696, -1.42314053, -0.930846035, -4.50015068e-06, 0.365411818, -0.349368632, 0.293066084, -0.889974117, -0.107085794, -0.956092298, -0.272800893),Alpha)
  1935. end
  1936. repeat swait()
  1937. local hitfloor,posfloor = workspace:FindPartOnRay(Ray.new(Root.CFrame.p,((CFrame.new(Root.Position,Root.Position - Vector3.new(0,1,0))).lookVector).unit * (4*PlayerSize)), Char)
  1938. until hitfloor
  1939. WalkSpeed = 0
  1940. Hum.JumpPower = 0
  1941. Sound(Hitbox,62339698,.3,2,false,true,true)
  1942. for i = 0, 1, 0.1 do
  1943. swait()
  1944. local Alpha = .3
  1945. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00811180193, -1.00093806, -0.519590676, 1, -0.00242613931, -0.000173866749, 0.00242500077, 0.988869131, 0.148768216, -0.000189000741, -0.148769096, 0.988877892),Alpha)
  1946. LH.C0 = clerp(LH.C0,CFrame.new(-0.502352417, 0.0719482899, -0.36048314, 0.999881089, 0.00242500077, 0.0154230241, -0.000103260259, 0.988869131, -0.148788825, -0.0156122074, 0.148768216, 0.98875457),Alpha)
  1947. RH.C0 = clerp(RH.C0,CFrame.new(0.496492803, -1.52589762, -0.111477256, 0.999878228, -0.0146477707, 0.00540301111, -0.000103216058, 0.339860469, 0.940475941, -0.0156121422, -0.940361977, 0.339817584),Alpha)
  1948. LS.C0 = clerp(LS.C0,CFrame.new(-0.72667861, 0.365247965, -0.462653339, 0.946573675, -0.322109699, 0.0156161264, 0.322384953, 0.946385086, -0.0205740202, -0.00815176871, 0.024509253, 0.999666572),Alpha)
  1949. RS.C0 = clerp(RS.C0,CFrame.new(0.492744535, 0.277959853, -0.608404338, 0.905526519, 0.35676235, 0.22965765, -0.376292914, 0.925347328, 0.0462170765, -0.196024567, -0.128269315, 0.972173631),Alpha)
  1950. NK.C0 = clerp(NK.C0,CFrame.new(1.57362392e-05, 1.49894822, -0.0143816993, 1.00000024, 4.07453626e-10, 0, 3.20142135e-10, 0.997964859, 0.0637664497, 0, -0.0637664497, 0.997965097),Alpha)
  1951. HW.C0 = clerp(HW.C0,CFrame.new(-0.148718655, -0.52928853, -1.42314029, -0.930842996, -1.2665987e-05, 0.365419656, -0.349378467, 0.293065071, -0.889970601, -0.107080489, -0.956092477, -0.272801965),Alpha)
  1952. end
  1953. Hitbox.Anchored = true
  1954. Effect{
  1955. Effect='ResizeAndFade',
  1956. Color=Black,
  1957. Size=V3.N(1,2,1),
  1958. Material=Enum.Material.Neon,
  1959. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976',Offset=V3.N(0,0,-.125)},
  1960. Frames=120,
  1961. RotInc={0,M.R(2),0},
  1962. CFrame=Hitbox.CFrame*CF.N(0,0,0)*CF.A(M.R(90),0,0),
  1963. FXSettings = {
  1964. EndSize = V3.N(25,30,25)
  1965. }
  1966. }
  1967. Effect{
  1968. Effect='ResizeAndFade',
  1969. Color=Black,
  1970. Size=V3.N(1.25,2.25,1.25),
  1971. Material=Enum.Material.Neon,
  1972. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://20329976',Offset=V3.N(0,0,-.125)},
  1973. Frames=120,
  1974. RotInc={0,M.R(-4),0},
  1975. CFrame=Hitbox.CFrame*CF.N(0,0,0)*CF.A(M.R(90),0,0),
  1976. FXSettings = {
  1977. EndSize = V3.N(25.25,30.25,25.25)
  1978. }
  1979. }
  1980. CamShakeAll(45,450,Hitbox.Position)
  1981. Active = false
  1982. AOEDamage(Hitbox.Position,25.25,45,85,100,'Knockback',25,2,true,true,100)
  1983. for i = 0, 1, 0.1 do
  1984. swait()
  1985. local Alpha = .3
  1986. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00811180193, -1.00093806, -0.519590676, 1, -0.00242613931, -0.000173866749, 0.00242500077, 0.988869131, 0.148768216, -0.000189000741, -0.148769096, 0.988877892),Alpha)
  1987. LH.C0 = clerp(LH.C0,CFrame.new(-0.502352417, 0.0719482899, -0.36048314, 0.999881089, 0.00242500077, 0.0154230241, -0.000103260259, 0.988869131, -0.148788825, -0.0156122074, 0.148768216, 0.98875457),Alpha)
  1988. RH.C0 = clerp(RH.C0,CFrame.new(0.496492803, -1.52589762, -0.111477256, 0.999878228, -0.0146477707, 0.00540301111, -0.000103216058, 0.339860469, 0.940475941, -0.0156121422, -0.940361977, 0.339817584),Alpha)
  1989. LS.C0 = clerp(LS.C0,CFrame.new(-0.72667861, 0.365247965, -0.462653339, 0.946573675, -0.322109699, 0.0156161264, 0.322384953, 0.946385086, -0.0205740202, -0.00815176871, 0.024509253, 0.999666572),Alpha)
  1990. RS.C0 = clerp(RS.C0,CFrame.new(0.492744535, 0.277959853, -0.608404338, 0.905526519, 0.35676235, 0.22965765, -0.376292914, 0.925347328, 0.0462170765, -0.196024567, -0.128269315, 0.972173631),Alpha)
  1991. NK.C0 = clerp(NK.C0,CFrame.new(1.57362392e-05, 1.49894822, -0.0143816993, 1.00000024, 4.07453626e-10, 0, 3.20142135e-10, 0.997964859, 0.0637664497, 0, -0.0637664497, 0.997965097),Alpha)
  1992. HW.C0 = clerp(HW.C0,CFrame.new(-0.148718655, -0.52928853, -1.42314029, -0.930842996, -1.2665987e-05, 0.365419656, -0.349378467, 0.293065071, -0.889970601, -0.107080489, -0.956092477, -0.272801965),Alpha)
  1993. end
  1994. Hitbox.Anchored = false
  1995. WalkSpeed = 10
  1996. Hum.JumpPower = 50
  1997. Attack = false
  1998. NeutralAnims = true
  1999. Combo = 1
  2000. end
  2001.  
  2002. function CarnageSaw()
  2003. Attack = true
  2004. NeutralAnims = false
  2005. chatfunc"Carnage Saw."
  2006. for i = 0, 1, 0.1 do
  2007. swait()
  2008. local Alpha = .3
  2009. RJ.C0 = clerp(RJ.C0,CFrame.new(0.00166031998, 0.00629009586, 0.011258143, 0.958218634, -0.00179760705, -0.286043704, -8.72771693e-07, 0.999981046, -0.00628719619, 0.286049575, 0.00602470944, 0.958202064),Alpha)
  2010. LH.C0 = clerp(LH.C0,CFrame.new(-0.496496171, -0.99081707, 0.0215899553, 0.999878109, 0, 0.0156224966, -9.81757184e-05, 0.99998033, 0.00628349604, -0.0156221688, -0.00628426159, 0.99985832),Alpha)
  2011. RH.C0 = clerp(RH.C0,CFrame.new(0.498510689, -0.990981698, 0.0154126342, 0.999878109, 0, 0.0156224966, -9.81757184e-05, 0.99998033, 0.00628349604, -0.0156221688, -0.00628426159, 0.99985832),Alpha)
  2012. LS.C0 = clerp(LS.C0,CFrame.new(-0.873806179, 0.397600949, -0.503744602, 0.554795325, -0.815766454, -0.16348508, 0.18635428, 0.313351184, -0.931173205, 0.810847938, 0.486144245, 0.325867295),Alpha)
  2013. RS.C0 = clerp(RS.C0,CFrame.new(1.33429587, 0.392459571, -0.0584158525, 0.203444242, -0.978247643, 0.040526405, 0.972460866, 0.19708696, -0.124406032, 0.113712654, 0.0647200197, 0.99140352),Alpha)
  2014. NK.C0 = clerp(NK.C0,CFrame.new(-0.00623096712, 1.4988898, -0.0245094746, 0.958218753, -0.0164463911, 0.285576135, -0.00179796375, 0.997980893, 0.0635067299, -0.286043525, -0.0613668934, 0.956255496),Alpha)
  2015. HW.C0 = clerp(HW.C0,CFrame.new(0.676512122, 0.226547047, 0.215798661, 0.30567646, 0.442693174, -0.842962027, -0.269994497, 0.889298856, 0.36912173, 0.913052678, 0.114763223, 0.391362309),Alpha)
  2016. end
  2017. local StudsPerFrame = 1
  2018. for i = -2,2,2 do
  2019.  
  2020. local cfaa = (CF.N(Root.CFrame.p,Root.CFrame.lookVector))*CF.N(0,0,-1)
  2021. local dir = Root.CFrame*CF.N(0,0,-1000000).p
  2022. local saw = Part(Effects,BrickColor.new(Plr.UserId == 5719877 and "Dark indigo" or "Really red"),Enum.Material.Neon,V3.N(3,3,.4),cfaa*CF.A(M.R(-90),0,0),true,false)
  2023. CreateTrailObj(saw,(Plr.UserId == 5719877 and "Dark indigo" or "Really red"),(Plr.UserId == 5719877 and "Dark indigo" or "Really red"),0,0).Enabled = true
  2024. Sound(saw,248088589,1,2,true,false,true)
  2025. Sound(saw,536642316,1,2,false,true,true)
  2026. local mesh = Mesh(saw,Enum.MeshType.FileMesh,"rbxassetid://74322089","",V3.N(3,3,2),V3.N())
  2027. coroutine.wrap(function()
  2028. for fr = 0, 180 do
  2029. saw.CFrame = CF.N(saw.CFrame.p,dir)*CF.N(i/20,0,-StudsPerFrame)*CF.A(M.R(-90),0,0)*CF.A(0,0,M.R(fr*4))
  2030. AOEDamage(saw.Position,3,1,1,60,'Knockback',0,1,true,saw)
  2031. swait()
  2032. end
  2033. saw:destroy()
  2034. AOEDamage(saw.Position,4,25,50,60,'Knockback',10,4,true)
  2035. Effect{
  2036. Effect='ResizeAndFade',
  2037. Color=BrickColor.new(Plr.UserId == 5719877 and "Dark indigo" or "Crimson"),
  2038. Size=V3.N(2,2,2),
  2039. Mesh={MeshType=Enum.MeshType.Sphere},
  2040. CFrame=saw.CFrame,
  2041. FXSettings={
  2042. EndSize=V3.N(.05,.05,.05),
  2043. EndIsIncrement=true
  2044. }
  2045. }
  2046. for i = 1, 5 do
  2047. local angles = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  2048. Effect{
  2049. Effect='Fade',
  2050. Frames=65,
  2051. Size=V3.N(2,2,4),
  2052. CFrame=CF.N(saw.CFrame*angles*CF.N(0,0,-2).p,saw.CFrame.p),
  2053. Mesh = {MeshType=Enum.MeshType.Sphere},
  2054. Material=Enum.Material.Neon,
  2055. Color=BrickColor.new(Plr.UserId == 5719877 and "Dark indigo" or "Crimson"),
  2056. MoveDirection=CF.N(saw.CFrame*angles*CF.N(0,0,-50).p,saw.CFrame.p).p,
  2057. }
  2058. end
  2059. end)()
  2060. end
  2061. for i = 0, 1, 0.1 do
  2062. swait()
  2063. local Alpha = .3
  2064. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.0120823281, 0.00629023649, -0.0454679728, 0.975261807, 0.00138908508, 0.221064806, 6.77514436e-07, 0.999981046, -0.00628646137, -0.221070215, 0.00613104552, 0.975244701),Alpha)
  2065. LH.C0 = clerp(LH.C0,CFrame.new(-0.496495157, -0.99081707, 0.0215903148, 0.999878049, 0, 0.0156247914, -9.81779303e-05, 0.99998033, 0.00628271, -0.0156244934, -0.00628347602, 0.99985826),Alpha)
  2066. RH.C0 = clerp(RH.C0,CFrame.new(0.49850738, -0.990981698, 0.0154126538, 0.999878049, 0, 0.0156247914, -9.81779303e-05, 0.99998033, 0.00628271, -0.0156244934, -0.00628347602, 0.99985826),Alpha)
  2067. LS.C0 = clerp(LS.C0,CFrame.new(-1.39933538, 0.65219146, -0.0398524441, 0.0447849482, 0.985531449, -0.163469523, -0.336975813, -0.139140502, -0.931175351, -0.940447569, 0.0967878923, 0.325868785),Alpha)
  2068. RS.C0 = clerp(RS.C0,CFrame.new(1.33429313, 0.39245826, -0.0584200248, 0.20344235, -0.978247762, 0.0405284315, 0.972461164, 0.197084755, -0.1244075, 0.113713816, 0.0647220761, 0.991403103),Alpha)
  2069. NK.C0 = clerp(NK.C0,CFrame.new(0.00283931568, 1.49924982, 0.0327365696, 0.975261748, 0.0127110416, -0.22070463, 0.00138872874, 0.997974694, 0.0636128932, 0.221065, -0.0623458065, 0.97326988),Alpha)
  2070. HW.C0 = clerp(HW.C0,CFrame.new(0.676513791, 0.22654593, 0.2158079, 0.305676162, 0.442694992, -0.842961133, -0.269993126, 0.889297962, 0.369124174, 0.913052976, 0.114761189, 0.391361833),Alpha)
  2071. end
  2072. Attack = false
  2073. NeutralAnims = true
  2074. end
  2075.  
  2076. function LayWaste()
  2077. Attack = true
  2078. NeutralAnims = false
  2079. chatfunc("Lay waste.")
  2080. for i = 0, 1, 0.1 do
  2081. swait()
  2082. local Alpha = .3
  2083. RJ.C0 = clerp(RJ.C0,CFrame.new(-0.00304359547, 0.00628888234, 0.0436883941, -0.0405170843, -0.00627878495, -0.999162614, -3.05456138e-06, 0.999981046, -0.0062838071, 0.999184728, -0.000251606398, -0.0405159071),Alpha)
  2084. LH.C0 = clerp(LH.C0,CFrame.new(-0.496490449, -0.990814805, 0.0215896256, 0.999878109, 0, 0.0156217292, -9.8165794e-05, 0.99998033, 0.0062831589, -0.0156214274, -0.00628392445, 0.999858379),Alpha)
  2085. RH.C0 = clerp(RH.C0,CFrame.new(0.498522311, -0.990979552, 0.0154257081, 0.999878109, 0, 0.0156217292, -9.8165794e-05, 0.99998033, 0.0062831589, -0.0156214274, -0.00628392445, 0.999858379),Alpha)
  2086. LS.C0 = clerp(LS.C0,CFrame.new(-1.25896621, 0.507555962, 0.0405550376, 0.0249361806, 0.982360721, -0.185325593, -0.0769668072, -0.182946414, -0.980105519, -0.996721864, 0.0387040041, 0.0710471869),Alpha)
  2087. RS.C0 = clerp(RS.C0,CFrame.new(1.33430004, 0.392463893, -0.0583999716, 0.203448817, -0.97824645, 0.0405278131, 0.972459912, 0.197091326, -0.124406442, 0.11371246, 0.064722009, 0.991403401),Alpha)
  2088. NK.C0 = clerp(NK.C0,CFrame.new(-0.0487540588, 1.49897563, -0.0104950108, -0.0405169129, -0.0574492738, 0.997531652, -0.00627914304, 0.99834168, 0.0572407991, -0.999162734, -0.00394439697, -0.040809989),Alpha)
  2089. HW.C0 = clerp(HW.C0,CFrame.new(0.676505685, 0.226552293, 0.215783596, 0.305677891, 0.442688406, -0.842963934, -0.269994408, 0.889300883, 0.369116426, 0.913052142, 0.114764839, 0.391363055),Alpha)
  2090. end
  2091. Sound(LArm,137463716,.3,5,false,true,true)
  2092. for i = 0, 1, .1 do
  2093. swait(6)
  2094. for i = 1, 3 do
  2095. --[[Effect{
  2096. Effect='ResizeAndFade',
  2097. Frames=15,
  2098. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://3270017'},
  2099. Color=Black,
  2100. Size=V3.N(10,10,1),
  2101. CFrame=LArm.CFrame*CF.N(0,-1,0)*CF.fEA(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),
  2102. FXSettings={
  2103. EndSize=V3.N(5,5,0)
  2104. }
  2105. }]]
  2106. local what = Part(Effects,Black,Enum.Material.Neon,V3.N(1,1,1),LArm.CFrame*CF.N(0,-1,0)*CF.fEA(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),true,false)
  2107. local mesh = Mesh(what,Enum.MeshType.FileMesh,'rbxassetid://3270017',"",V3.N(10,10,1),V3.N())
  2108. coroutine.wrap(function()
  2109. for i = 0, 15 do
  2110. local wa = i/15
  2111. swait()
  2112. what.Transparency = wa
  2113. mesh.Scale = V3.N(10-wa*5,10-wa*5,1-wa)
  2114. end
  2115. end)()
  2116. end
  2117. end
  2118. swait(60)
  2119. local EffectPart = Instance.new("Part",Effects)
  2120. EffectPart.Size = Vector3.new(1,1,1)
  2121. EffectPart.Anchored = true
  2122. EffectPart.Color = Black
  2123. local mehs1 = Instance.new("SpecialMesh",EffectPart)
  2124. mehs1.MeshType = "Sphere"
  2125. mehs1.Scale = Vector3.new(10,10,10)
  2126.  
  2127.  
  2128.  
  2129. local hit,pos,norm,dist = CastRay(LArm.CFrame*CF.N(0,-1,0).p,Mouse.Hit.p,1024)
  2130. EffectPart.CFrame = CF.N(pos)
  2131.  
  2132. local part = Part(Effects,Black,Enum.Material.Neon,V3.N(5,5,dist),CF.N(LArm.CFrame*CF.N(0,-1,0).p,pos)*CF.N(0,0,-dist/2),true,false)
  2133. local meshla = Mesh(part,Enum.MeshType.Brick)
  2134.  
  2135. Root.CFrame = CF.N(Root.Position,V3.N(Mouse.Hit.X,Root.CFrame.Y,Mouse.Hit.Z))
  2136. if(S.UserInputService:IsKeyDown(Enum.KeyCode.X))then
  2137. local asdie = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  2138. local asd = Part(Effects,Black,Enum.Material.Neon,V3.N(6,6,6),LArm.CFrame*CF.N(0,-1,0)*asdie,true,false)
  2139.  
  2140. local asdaa = CF.A(M.RRNG(-4,4),M.RRNG(-4,4),M.RRNG(-4,4))
  2141. local snd = Sound(LArm,162246683,.8,2,true,false,true)
  2142. Sound(LArm,162246701,.8,2,false,true,true)
  2143. repeat swait()
  2144. asdie = asdie * asdaa
  2145. asd.CFrame = LArm.CFrame*CF.N(0,-1,0)*asdie
  2146. Root.CFrame = CF.N(Root.Position,V3.N(Mouse.Hit.X,Root.CFrame.Y,Mouse.Hit.Z))
  2147. hit,pos,norm,dist = CastRay(LArm.CFrame*CF.N(0,-1,0).p,Mouse.Hit.p,1024)
  2148. part.Size = V3.N(5,5,dist)
  2149. part.CFrame = CF.N(LArm.CFrame*CF.N(0,-1,0).p,pos)*CF.N(0,0,-dist/2)
  2150. CamShakeAll(25,100,pos)
  2151. AOEDamage(pos,15,30,65,25,'Knockback',25,2,true,25)
  2152.  
  2153. EffectPart.CFrame = CF.N(pos)
  2154. for i = 1, 3 do
  2155. Effect{
  2156. Effect='ResizeAndFade',
  2157. Frames=30,
  2158. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://3270017'},
  2159. Color=Black,
  2160. Size=V3.N(0,0,0),
  2161. CFrame=CF.N(pos)*CF.fEA(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),
  2162. FXSettings={
  2163. EndSize=V3.N(80,80,1)
  2164. }
  2165. }
  2166. --[[local angles = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  2167. Effect{
  2168. Effect='Fade',
  2169. Frames=65,
  2170. Size=V3.N(10,10,15),
  2171. CFrame=CF.N(EffectPart.CFrame*angles*CF.N(0,0,-10).p,EffectPart.CFrame.p),
  2172. Mesh = {MeshType=Enum.MeshType.Sphere},
  2173. Material=Enum.Material.Neon,
  2174. Color=Black,
  2175. MoveDirection=CF.N(EffectPart.CFrame*angles*CF.N(0,0,-50).p,EffectPart.CFrame.p).p,
  2176. }]]
  2177. end
  2178.  
  2179. until not S.UserInputService:IsKeyDown(Enum.KeyCode.X)
  2180. asd:destroy()
  2181. snd:Stop()
  2182. snd:Destroy()
  2183. Sound(LArm,178452221,.5,2,false,true,true)
  2184. else
  2185. CamShakeAll(60,300,pos)
  2186. AOEDamage(pos,15,30,65,25,'Knockback',25,2,true,25)
  2187. Sound(LArm,178452221,.5,2,false,true,true)
  2188. end
  2189.  
  2190. for i = 1, 3 do
  2191. Effect{
  2192. Effect='ResizeAndFade',
  2193. Frames=30,
  2194. Mesh={MeshType=Enum.MeshType.FileMesh,MeshId='rbxassetid://3270017'},
  2195. Color=Black,
  2196. Size=V3.N(0,0,0),
  2197. CFrame=CF.N(pos)*CF.fEA(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180)),
  2198. FXSettings={
  2199. EndSize=V3.N(80,80,1)
  2200. }
  2201. }
  2202. local angles = CF.A(M.RRNG(-180,180),M.RRNG(-180,180),M.RRNG(-180,180))
  2203. Effect{
  2204. Effect='Fade',
  2205. Frames=65,
  2206. Size=V3.N(10,10,15),
  2207. CFrame=CF.N(EffectPart.CFrame*angles*CF.N(0,0,-10).p,EffectPart.CFrame.p),
  2208. Mesh = {MeshType=Enum.MeshType.Sphere},
  2209. Material=Enum.Material.Neon,
  2210. Color=Black,
  2211. MoveDirection=CF.N(EffectPart.CFrame*angles*CF.N(0,0,-50).p,EffectPart.CFrame.p).p,
  2212. }
  2213. end
  2214.  
  2215. coroutine.wrap(function()
  2216. for i = 1, 10 do
  2217. swait(.6)
  2218. mehs1.Scale = mehs1.Scale + Vector3.new(.5,.5,.5)
  2219. EffectPart.Transparency = EffectPart.Transparency + .1
  2220. meshla.Scale = meshla.Scale + Vector3.new(.25,.25,0)
  2221. part.Transparency = part.Transparency + .1
  2222. end
  2223. ----
  2224. EffectPart:destroy()
  2225. part:Destroy()
  2226. end)()
  2227.  
  2228. Attack = false
  2229. NeutralAnims = true
  2230.  
  2231. end
  2232.  
  2233. --// Wrap it all up \\--
  2234. Mouse.Button1Down:connect(function()
  2235. if(Attack)then return end
  2236. if(Combo == 1)then Punch()
  2237. elseif(Combo == 2)then Kick()
  2238. elseif(Combo == 3)then Spin_Scythe()
  2239. elseif(Combo == 4)then Smash()
  2240. end
  2241. end)
  2242. Mouse.KeyDown:connect(function(k)
  2243. if(Attack)then return end
  2244. if(k == 'z')then CarnageSaw() end
  2245. if(k == 'x')then LayWaste() end
  2246. end)
  2247.  
  2248.  
  2249.  
  2250. while true do
  2251. swait()
  2252. Sine = Sine + Change
  2253.  
  2254. if(God)then
  2255. Hum.MaxHealth = 1e100
  2256. Hum.Health = 1e100
  2257. if(not Char:FindFirstChildOfClass'ForceField')then IN("ForceField",Char).Visible = false end
  2258. Hum.Name = M.RNG()*100
  2259. end
  2260.  
  2261. local hitfloor,posfloor = workspace:FindPartOnRay(Ray.new(Root.CFrame.p,((CFrame.new(Root.Position,Root.Position - Vector3.new(0,1,0))).lookVector).unit * (4*PlayerSize)), Char)
  2262. S.Lighting.ClockTime = 23
  2263. local Walking = (math.abs(Root.Velocity.x) > 1 or math.abs(Root.Velocity.z) > 1)
  2264. local State = (Hum.PlatformStand and 'Paralyzed' or Hum.Sit and 'Sit' or not hitfloor and Root.Velocity.y < -1 and "Fall" or not hitfloor and Root.Velocity.y > 1 and "Jump" or hitfloor and Walking and (Hum.WalkSpeed < 16 and "Walk" or "Run") or hitfloor and "Idle")
  2265. if(not Effects or not Effects.Parent)then
  2266. Effects = IN("Model",Char)
  2267. Effects.Name = "Effects"
  2268. end
  2269. if(State == 'Run')then
  2270. local wsVal = 20 / (Hum.WalkSpeed/16)
  2271. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2272. Change = 3
  2273. RH.C1 = RH.C1:lerp(CF.N(0,1,0)*CF.N(0,0-.2*M.C(Sine/wsVal),0+.4*M.C(Sine/wsVal))*CF.A(M.R(15+25*M.C(Sine/wsVal))+-M.S(Sine/wsVal),0,0),Alpha)
  2274. LH.C1 = LH.C1:lerp(CF.N(0,1,0)*CF.N(0,0+.2*M.C(Sine/wsVal),0-.4*M.C(Sine/wsVal))*CF.A(M.R(15-25*M.C(Sine/wsVal))+M.S(Sine/wsVal),0,0),Alpha)
  2275. elseif(State == 'Walk')then
  2276. local wsVal = 16 / (Hum.WalkSpeed/16)
  2277. local Alpha = math.min(.3 * (Hum.WalkSpeed/8),1)
  2278. Change = 3
  2279. RH.C1 = RH.C1:lerp(CF.N(0,1,0)*CF.N(0,0-.5*M.C(Sine/wsVal)/2,0+.6*M.C(Sine/wsVal)/2)*CF.A(M.R(15-2*M.C(Sine/wsVal))+-M.S(Sine/wsVal)/2.5,0,0),Alpha)
  2280. LH.C1 = LH.C1:lerp(CF.N(0,1,0)*CF.N(0,0+.5*M.C(Sine/wsVal)/2,0-.6*M.C(Sine/wsVal)/2)*CF.A(M.R(15+2*M.C(Sine/wsVal))+M.S(Sine/wsVal)/2.5,0,0),Alpha)
  2281.  
  2282. else
  2283. RH.C1 = RH.C1:lerp(CF.N(0,1,0),.2)
  2284. LH.C1 = LH.C1:lerp(CF.N(0,1,0),.2)
  2285. end
  2286.  
  2287. Hum.WalkSpeed = WalkSpeed
  2288.  
  2289. if(NeutralAnims)then
  2290. if(State == 'Idle')then
  2291. local Alpha = .1
  2292. Change = .75
  2293. RJ.C0 = clerp(RJ.C0,CFrame.new(0.0161979627, 0.00629048189+.05*M.C(Sine/16), 0.0263271146, 0.967543304, 0.00158750638, 0.252711803, 7.73640579e-07, 0.99998033, -0.00628472166, -0.252717555, 0.00608088495, 0.967527032),Alpha)
  2294. LH.C0 = clerp(LH.C0,CFrame.new(-0.496488541, -0.990815997-.05*M.C(Sine/16), 0.0215871073, 0.999878109, 0, 0.0156181455, -9.81093617e-05, 0.99998033, 0.00628099358, -0.0156178474, -0.00628175866, 0.999858379),Alpha)
  2295. RH.C0 = clerp(RH.C0,CFrame.new(0.498514056, -0.990980744-.05*M.C(Sine/16), 0.0154198771, 0.999878109, 0, 0.0156181455, -9.81093617e-05, 0.99998033, 0.00628099358, -0.0156178474, -0.00628175866, 0.999858379),Alpha)
  2296. LS.C0 = clerp(LS.C0,CFrame.new(-1.45119536, 0.577232122, 0.0193972234, 0.983973324, 0.177630529, 0.0156178325, -0.177745119, 0.984056711, 0.00627315417, -0.01425457, -0.00894861668, 0.999858439)*CF.A(M.R(0-7*M.S(Sine/16)),0,M.R(0-5*M.C(Sine/16))),Alpha)
  2297. RS.C0 = clerp(RS.C0,CFrame.new(1.33430505, 0.39246124, -0.058414869, 0.203444913, -0.978247464, 0.0405245572, 0.972460449, 0.197087735, -0.124407738, 0.113714635, 0.0647187084, 0.991403341)*CF.A(M.R(0-5*M.C(Sine/16)),0,M.R(0+5*M.C(Sine/16))),Alpha)
  2298. NK.C0 = clerp(NK.C0,CFrame.new(-0.00775345881, 1.4987644, -0.0438027829, 0.967543304, 0.0145306382, -0.252299607, 0.0015871498, 0.99797684, 0.0635627732, 0.252711982, -0.0619003437, 0.965565085)*CF.A(M.R(0+5*M.C(Sine/16)),0,0),Alpha)
  2299. HW.C0 = clerp(HW.C0,CFrame.new(0.676509261, 0.226546526, 0.215793028, 0.305675745, 0.442692071, -0.842962742, -0.269992471, 0.889299512, 0.369121492, 0.913053453, 0.114762112, 0.39136073),Alpha)
  2300.  
  2301. -- idle
  2302. elseif(State == 'Run')then
  2303. local wsVal = 20 / (Hum.WalkSpeed/16)
  2304. local Alpha = math.min(.2 * (Hum.WalkSpeed/16),1)
  2305. RJ.C0 = RJ.C0:lerp(CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(-15+2.5*M.C(Sine/(wsVal/2))),M.R(8*M.C(Sine/wsVal)),0),Alpha)
  2306. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2307. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,0-.3*M.S(Sine/wsVal))*CF.A(M.R(0+45*M.S(Sine/wsVal)),0,M.R(-5)),Alpha)
  2308. RS.C0 = clerp(RS.C0,CFrame.new(1.33431649, 0.392460525, -0.0583885461, 0.203443095, -0.978248179, 0.0405152142, 0.972460985, 0.197087184, -0.124404751, 0.113713697, 0.0647087693, 0.991404116),Alpha)
  2309. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2310. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2311. HW.C0 = clerp(HW.C0,CFrame.new(0.676507235, 0.226549655, 0.215789661, 0.305676669, 0.44269371, -0.84296149, -0.26999855, 0.889298022, 0.369120419, 0.913051248, 0.114766926, 0.391364247),Alpha)
  2312.  
  2313. elseif(State == 'Walk')then
  2314. local wsVal = 16 / (Hum.WalkSpeed/16)
  2315. local Alpha = math.min(.3 * (Hum.WalkSpeed/8),1)
  2316. RJ.C0 = RJ.C0:lerp(CF.N(0,0-.1*M.C(Sine/(wsVal/2)),0)*CF.A(M.R(-5-2.5*M.C(Sine/(wsVal/2))),M.R(8*M.C(Sine/wsVal)),0),Alpha)
  2317. NK.C0 = NK.C0:lerp(NKC0,Alpha)
  2318. LS.C0 = LS.C0:lerp(LSC0*CF.N(0,0,-.1*M.C(Sine/wsVal))*CF.A(M.R(37*M.C(Sine/wsVal)),0,M.R(-5)),Alpha)
  2319. RS.C0 = clerp(RS.C0,CFrame.new(1.33431649, 0.392460525, -0.0583885461, 0.203443095, -0.978248179, 0.0405152142, 0.972460985, 0.197087184, -0.124404751, 0.113713697, 0.0647087693, 0.991404116),Alpha)
  2320. LH.C0 = LH.C0:lerp(LHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2321. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,0+.1*M.C(Sine/(wsVal/2)),0)*CF.A(0,-M.R(4*M.C(Sine/wsVal)),0),Alpha)
  2322. HW.C0 = clerp(HW.C0,CFrame.new(0.676507235, 0.226549655, 0.215789661, 0.305676669, 0.44269371, -0.84296149, -0.26999855, 0.889298022, 0.369120419, 0.913051248, 0.114766926, 0.391364247),Alpha)
  2323.  
  2324. elseif(State == 'Jump')then
  2325. local Alpha = .1
  2326. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  2327. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)),Alpha)
  2328. RS.C0 = clerp(RS.C0,CFrame.new(1.33431649, 0.392460525, -0.0583885461, 0.203443095, -0.978248179, 0.0405152142, 0.972460985, 0.197087184, -0.124404751, 0.113713697, 0.0647087693, 0.991404116),Alpha)
  2329. RJ.C0 = RJ.C0:lerp(RJC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2330. NK.C0 = NK.C0:lerp(NKC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2331. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  2332. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  2333. HW.C0 = clerp(HW.C0,CFrame.new(0.676507235, 0.226549655, 0.215789661, 0.305676669, 0.44269371, -0.84296149, -0.26999855, 0.889298022, 0.369120419, 0.913051248, 0.114766926, 0.391364247),Alpha)
  2334.  
  2335. elseif(State == 'Fall')then
  2336. local Alpha = .1
  2337. local idk = math.min(math.max(Root.Velocity.Y/50,-M.R(90)),M.R(90))
  2338. LS.C0 = LS.C0:lerp(LSC0*CF.A(M.R(-5),0,M.R(-90)+idk),Alpha)
  2339. RS.C0 = clerp(RS.C0,CFrame.new(1.33431649, 0.392460525, -0.0583885461, 0.203443095, -0.978248179, 0.0405152142, 0.972460985, 0.197087184, -0.124404751, 0.113713697, 0.0647087693, 0.991404116),Alpha)
  2340. RJ.C0 = RJ.C0:lerp(RJC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2341. NK.C0 = NK.C0:lerp(NKC0*CF.A(math.min(math.max(Root.Velocity.Y/100,-M.R(45)),M.R(45)),0,0),Alpha)
  2342. LH.C0 = LH.C0:lerp(LHC0*CF.A(0,0,M.R(-5)),Alpha)
  2343. RH.C0 = RH.C0:lerp(RHC0*CF.N(0,1,-1)*CF.A(M.R(-5),0,M.R(5)),Alpha)
  2344. HW.C0 = clerp(HW.C0,CFrame.new(0.676507235, 0.226549655, 0.215789661, 0.305676669, 0.44269371, -0.84296149, -0.26999855, 0.889298022, 0.369120419, 0.913051248, 0.114766926, 0.391364247),Alpha)
  2345.  
  2346. elseif(State == 'Paralyzed')then
  2347. -- paralyzed
  2348. elseif(State == 'Sit')then
  2349. -- sit
  2350. end
  2351. end
  2352.  
  2353. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement