Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --unfinished piece of crap that i never finished
- --its pretty cancerous and stupid
- --also lazily made
- --[[When_kun]]--
- wait(1 / 60)
- Effects = { }
- local Player = game.Players.localPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- local Mouse = Player:GetMouse()
- local mouse = Mouse
- local LeftArm = Character["Left Arm"]
- local RightArm = Character["Right Arm"]
- local LeftLeg = Character["Left Leg"]
- local RightLeg = Character["Right Leg"]
- local Head = Character.Head
- local Torso = Character.Torso
- local Camera = game.Workspace.CurrentCamera
- local RootPart = Character.HumanoidRootPart
- local RootJoint = RootPart.RootJoint
- local attack = false
- local Anim = 'Idle'
- local attacktype = 1
- local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- local velocity = RootPart.Velocity.y
- local sine = 0
- local change = 1
- local angles = CFrame.Angles
- local Create = LoadLibrary("RbxUtility").Create
- renderstepped = game:GetService('RunService').RenderStepped
- userinput = game:GetService('UserInputService')
- mainmodel = Instance.new('Model',Character)
- mainchord = 5
- children = mainmodel:GetChildren()
- my = 0
- function rot()
- for i,v in pairs(children) do
- -- v.Size = Vector3.new(mainchord/5,mainchord/5,mainchord/5)
- v.CFrame = v.CFrame*CFrame.Angles(math.rad(1),math.rad(1),math.rad(2))
- end
- end
- function rotA()
- while renderstepped:wait() do
- spawn(rot)
- my = my + 1.5
- if my > 360 then
- my = 0
- end
- end
- end
- spawn(rotA)
- function lerp(dist,inc)
- for i = 0,10 do
- renderstepped:wait()
- for x,v in pairs(children) do
- --lookvector
- --( centerPoint.Y + distance * Math.Sin( angle ) )
- --diff rot is 90
- v.Size = v.Size + Vector3.new(.1/(dist/math.abs(dist)),.1/(dist/math.abs(dist)),.1/(dist/math.abs(dist)))
- v.Transparency = v.Transparency - .1/(dist/math.abs(dist))
- v.CFrame = CFrame.new(v.Position)*CFrame.Angles(0,math.rad(90*x+my),0)*CFrame.new(dist/10,0,0)
- end
- end
- end
- local hello = Instance.new("Sound")
- hello.SoundId = "rbxassetid://538496845"
- hello.PlaybackSpeed = 1
- hello.Volume = 2
- hello.Parent = Head
- hello.Looped = true
- hello:Play()
- local m = Create("Model"){
- Parent = Character,
- Name = "WeaponModel",
- }
- Humanoid.Animator.Parent = nil
- Character.Animate.Parent = nil
- local newMotor = function(part0, part1, c0, c1)
- local w = Create('Motor'){
- Parent = part0,
- Part0 = part0,
- Part1 = part1,
- C0 = c0,
- C1 = c1,
- }
- return w
- end
- function clerp(a, b, t)
- return a:lerp(b, t)
- end
- RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
- NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
- local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
- local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
- local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
- RootJoint.C1 = CFrame.new(0, 0, 0)
- RootJoint.C0 = CFrame.new(0, 0, 0)
- Torso.Neck.C1 = CFrame.new(0, 0, 0)
- Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
- local rarmc1 = RW.C1
- local larmc1 = LW.C1
- local rlegc1 = RH.C1
- local llegc1 = LH.C1
- local resetc1 = false
- function PlayAnimationFromTable(table, speed, bool)
- RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
- RW.C0 = clerp(RW.C0, table[3], speed)
- LW.C0 = clerp(LW.C0, table[4], speed)
- RH.C0 = clerp(RH.C0, table[5], speed)
- LH.C0 = clerp(LH.C0, table[6], speed)
- if bool == true then
- if resetc1 == false then
- resetc1 = true
- RootJoint.C1 = RootJoint.C1
- Torso.Neck.C1 = Torso.Neck.C1
- RW.C1 = rarmc1
- LW.C1 = larmc1
- RH.C1 = rlegc1
- LH.C1 = llegc1
- end
- end
- end
- ArtificialHB = Create("BindableEvent", script){
- Parent = script,
- Name = "Heartbeat",
- }
- script:WaitForChild("Heartbeat")
- frame = 1 / 30
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.Heartbeat:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.Heartbeat:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.Heartbeat:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- function swait(num)
- if num == 0 or num == nil then
- ArtificialHB.Event:wait()
- else
- for i = 0, num do
- ArtificialHB.Event:wait()
- end
- end
- end
- function RemoveOutlines(part)
- part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
- end
- CFuncs = {
- Part = {
- Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part"){
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material,
- }
- RemoveOutlines(Part)
- return Part
- end;
- };
- Mesh = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh){
- Parent = Part,
- Offset = OffSet,
- Scale = Scale,
- }
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end;
- };
- Weld = {
- Create = function(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld"){
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1,
- }
- return Weld
- end;
- };
- Sound = {
- Create = function(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local Sound = Create("Sound"){
- Volume = vol,
- Pitch = pit or 1,
- SoundId = "rbxassetid://" .. id,
- Parent = par or workspace,
- }
- Sound:play()
- game:GetService("Debris"):AddItem(Sound, 10)
- end))
- end;
- };
- Decal = {
- Create = function(Color, Texture, Transparency, Name, Parent)
- local Decal = Create("Decal"){
- Color3 = Color,
- Texture = "rbxassetid://" .. Texture,
- Transparency = Transparency,
- Name = Name,
- Parent = Parent,
- }
- return Decal
- end;
- };
- BillboardGui = {
- Create = function(Parent, Image, Position, Size)
- local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
- BillPar.CFrame = CFrame.new(Position)
- local Bill = Create("BillboardGui"){
- Parent = BillPar,
- Adornee = BillPar,
- Size = UDim2.new(1, 0, 1, 0),
- SizeOffset = Vector2.new(Size, Size),
- }
- local d = Create("ImageLabel", Bill){
- Parent = Bill,
- BackgroundTransparency = 1,
- Size = UDim2.new(1, 0, 1, 0),
- Image = "rbxassetid://" .. Image,
- }
- return BillPar
- end
- };
- ParticleEmitter = {
- Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
- local Particle = Create("ParticleEmitter"){
- Parent = Parent,
- Color = ColorSequence.new(Color1, Color2),
- LightEmission = LightEmission,
- Size = Size,
- Texture = Texture,
- Transparency = Transparency,
- ZOffset = ZOffset,
- Acceleration = Accel,
- Drag = Drag,
- LockedToPart = LockedToPart,
- VelocityInheritance = VelocityInheritance,
- EmissionDirection = EmissionDirection,
- Enabled = Enabled,
- Lifetime = LifeTime,
- Rate = Rate,
- Rotation = Rotation,
- RotSpeed = RotSpeed,
- Speed = Speed,
- VelocitySpread = VelocitySpread,
- }
- return Particle
- end;
- };
- CreateTemplate = {
- };
- }
- function rayCast(Position, Direction, Range, Ignore)
- return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
- end
- function FindNearestTorso(pos)
- local list = (game.Workspace:children())
- local torso = nil
- local dist = 1000
- local temp, human, temp2 = nil, nil, nil
- for x = 1, #list do
- temp2 = list[x]
- if temp2.className == "Model" and temp2.Name ~= Character.Name then
- temp = temp2:findFirstChild("Torso")
- human = temp2:findFirstChild("Humanoid")
- if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
- local dohit = true
- if dohit == true then
- torso = temp
- dist = (temp.Position - pos).magnitude
- end
- end
- end
- end
- return torso, dist
- end
- local BladeHitSounds = {
- "199149137",
- "199149186",
- "199149221",
- "199149235",
- "199149269",
- "199149297"
- }
- local FistHitSounds = {
- "199149137",
- "199149186",
- "199149221",
- "199149235",
- "199149269",
- "199149297"
- }
- --[[
- Thanks for using Build-To-Lua by jarredbcv.
- ]]--
- New = function(Object, Parent, Name, Data)
- local Object = Instance.new(Object)
- for Index, Value in pairs(Data or {}) do
- Object[Index] = Value
- end
- Object.Parent = Parent
- Object.Name = Name
- return Object
- end
- Shadowblade = New("Model",Character,"Shadowblade",{})
- Handle = New("Part",Shadowblade,"Handle",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(1.64999986, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6245079, 4.29239702, -89.4332352, 3.60083504e-05, 1, -8.54020345e-06, 1, -3.60083504e-05, 7.14756754e-10, 4.07238132e-10, -8.54020345e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- moter = New("Weld",Handle,"Weld",{Part0 = RightArm,Part1 = Handle,})
- Wedge = New("WedgePart",Shadowblade,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.499999911, 0.24999997, 0.0999999791),CFrame = CFrame.new(-43.7305641, -2.62561941, -89.4332352, 4.26961333e-06, -3.60083504e-05, 1, 1.29065025e-09, -1, -3.60083504e-05, 1, 1.44439205e-09, -4.26961333e-06),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.26961333e-06, 1.29065025e-09, 1, -3.60083504e-05, -1, 1.44439205e-09, 1, -3.60083504e-05, -4.26961333e-06),C1 = CFrame.new(-6.91802025, -0.105808258, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.342049718, -0.939681828, -8.54020436e-06, -0.939681888, 0.342049688, 7.1401085e-10, 2.92050368e-06, 8.0253194e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.342049718, -0.939681888, 2.92050368e-06, -0.939681828, 0.342049688, 8.0253194e-06, -8.54020436e-06, 7.1401085e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -3.60083504e-05, -1, -8.54020345e-06, -1, 3.60083504e-05, 7.14756698e-10, -4.0723816e-10, 8.54020345e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -3.60083504e-05, -1, -4.07238132e-10, -1, 3.60083504e-05, 8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.573605597, -0.819131672, -8.54020254e-06, -0.819131613, 0.573605657, 7.23967442e-10, 4.89811464e-06, 6.99596603e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.573605597, -0.819131613, 4.89811509e-06, -0.819131672, 0.573605657, 6.99596603e-06, -8.54020254e-06, 7.23967442e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.249999851, 0.0500000007, 0.50000006),CFrame = CFrame.new(-43.6555481, -2.62561369, -89.4332352, 3.9197188e-05, -1, 8.54019709e-06, 1, 3.9197188e-05, -7.14479587e-10, 3.79727888e-10, 8.54019709e-06, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.9197188e-05, 1, 3.79727888e-10, -1, 3.9197188e-05, 8.54019709e-06, 8.54019709e-06, -7.14479587e-10, 1),C1 = CFrame.new(-6.91801167, -0.0307922363, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.984802902, 0.173675627, -8.54020072e-06, 0.173675612, -0.984802902, 7.19298621e-10, -8.41029032e-06, -1.48393315e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.984802902, 0.173675612, -8.41029032e-06, 0.173675627, -0.984802902, -1.48393315e-06, -8.54020072e-06, 7.19298621e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.642812192, 0.766023934, -8.54020254e-06, 0.766023934, -0.642812133, 7.17424231e-10, -5.48919661e-06, -6.5424606e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.642812192, 0.766023934, -5.48919661e-06, 0.766023934, -0.642812133, -6.5424606e-06, -8.54020254e-06, 7.17424231e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 3.60083504e-05, 1, -8.54020345e-06, 1, -3.60083504e-05, 7.14756698e-10, 4.0723816e-10, -8.54020345e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.341999233, 0.939700305, -8.54020345e-06, 0.939700246, 0.341999233, 7.14790005e-10, 2.92141453e-06, -8.02498744e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.341999233, 0.939700246, 2.92141476e-06, 0.939700305, 0.341999233, -8.02498744e-06, -8.54020345e-06, 7.14790005e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.939681232, 0.342051387, -8.54020345e-06, 0.342051327, -0.939681351, 7.09700188e-10, -8.02482646e-06, -2.92185518e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.939681232, 0.342051327, -8.02482646e-06, 0.342051387, -0.939681351, -2.92185541e-06, -8.54020345e-06, 7.09700243e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 1, 4.99189482e-05, -8.54020527e-06, 4.99189482e-05, -1, 7.17309379e-10, -8.54020527e-06, -1.14362753e-09, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 4.99189446e-05, -8.54020527e-06, 4.99189446e-05, -1, -1.14362741e-09, -8.54020527e-06, 7.17309379e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.087101832, 0.996199489, -8.54020072e-06, 0.996199489, 0.087101832, 7.1335815e-10, 7.44577846e-07, -8.50768083e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.087101832, 0.996199489, 7.4457779e-07, 0.996199489, 0.087101832, -8.50768174e-06, -8.54020072e-06, 7.1335815e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.0872129425, 0.996189713, -8.54021528e-06, 0.996189713, -0.0872129425, 7.10597747e-10, -7.441094e-07, -8.50773631e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0872129425, 0.996189713, -7.441094e-07, 0.996189713, -0.0872129425, -8.50773631e-06, -8.54021528e-06, 7.10597747e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.707118988, 0.70709455, -8.54020163e-06, 0.707094669, -0.707118928, 7.13462067e-10, -6.03843409e-06, -6.03923445e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.707118988, 0.707094669, -6.03843409e-06, 0.70709455, -0.707118928, -6.03923445e-06, -8.54020163e-06, 7.13462067e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.173601389, 0.984816015, -8.54020254e-06, 0.984816015, 0.173601389, 7.20115467e-10, 1.48330025e-06, -8.4104031e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.173601389, 0.984816015, 1.48330025e-06, 0.984816015, 0.173601389, -8.41040401e-06, -8.54020254e-06, 7.20115467e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.819168866, 0.573552489, -8.54020163e-06, 0.573552489, 0.819168925, 7.2065881e-10, 6.99628072e-06, -4.89766308e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.819168866, 0.573552489, 6.99628072e-06, 0.573552489, 0.819168925, -4.89766353e-06, -8.54020163e-06, 7.2065881e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.258873224, 0.965911388, -8.54019436e-06, 0.965911388, -0.258873194, 7.15348003e-10, -2.2101367e-06, -8.2492561e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.258873224, 0.965911388, -2.2101367e-06, 0.965911388, -0.258873194, -8.2492561e-06, -8.54019436e-06, 7.15348003e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.341982543, 0.939706326, -8.54020891e-06, 0.939706326, 0.341982573, 7.13820558e-10, 2.92127288e-06, -8.02504383e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.341982543, 0.939706326, 2.92127311e-06, 0.939706326, 0.341982573, -8.02504383e-06, -8.54020891e-06, 7.13820558e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.573574483, 0.819153428, -8.54020436e-06, 0.819153368, 0.573574483, 7.20779159e-10, 4.89903414e-06, -6.99532438e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.573574483, 0.819153368, 4.89903414e-06, 0.819153428, 0.573574483, -6.99532438e-06, -8.54020436e-06, 7.20779159e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.173701212, 0.984798372, -8.54019527e-06, 0.984798372, -0.173701227, 7.17901849e-10, -1.48273512e-06, -8.41049496e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.173701212, 0.984798372, -1.48273523e-06, 0.984798372, -0.173701227, -8.41049496e-06, -8.54019527e-06, 7.17901849e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.422589809, 0.906321108, -8.54020254e-06, 0.906321108, 0.422589839, 7.18486048e-10, 3.60965373e-06, -7.73986358e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.422589809, 0.906321108, 3.60965373e-06, 0.906321108, 0.422589839, -7.73986267e-06, -8.54020254e-06, 7.18486048e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.707105577, 0.707108021, -8.54019981e-06, 0.70710808, 0.707105577, 7.12421844e-10, 6.03932676e-06, -6.03834042e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707105577, 0.70710808, 6.03932676e-06, 0.707108021, 0.707105577, -6.03834042e-06, -8.54019981e-06, 7.12421844e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.642775774, 0.766054332, -8.54019891e-06, 0.766054332, 0.642775834, 7.14757808e-10, 5.48998059e-06, -6.54179621e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.642775774, 0.766054332, 5.48998059e-06, 0.766054332, 0.642775834, -6.54179667e-06, -8.54019891e-06, 7.14757808e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.90630281, 0.422628909, -8.54020709e-06, 0.422628909, -0.90630281, 7.20612348e-10, -7.73970987e-06, -3.60999138e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.90630281, 0.422628909, -7.73970896e-06, 0.422628909, -0.90630281, -3.60999138e-06, -8.54020709e-06, 7.20612348e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.299999952, 1, 0.699999988),CFrame = CFrame.new(-43.6245308, 3.41728067, -89.4332352, 3.60083504e-05, 1, -8.54020345e-06, 1, -3.60083504e-05, 7.14756698e-10, 4.0723816e-10, -8.54020345e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),C1 = CFrame.new(-0.875116348, 7.62939453e-06, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.422597468, -0.906317472, -8.54020072e-06, -0.906317472, -0.422597528, 7.11372017e-10, -3.60971171e-06, 7.73983174e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.422597468, -0.906317472, -3.60971171e-06, -0.906317472, -0.422597528, 7.73983174e-06, -8.54020072e-06, 7.11372017e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.707111061, -0.707102478, -8.54020709e-06, -0.707102478, -0.70711112, 7.15879134e-10, -6.03938133e-06, 6.03829585e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.707111061, -0.707102478, -6.03938133e-06, -0.707102478, -0.70711112, 6.0382954e-06, -8.54020709e-06, 7.15879134e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.173598364, -0.984816492, -8.54019345e-06, -0.984816551, -0.173598349, 7.18816118e-10, -1.4832716e-06, 8.41039764e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.173598364, -0.984816551, -1.4832716e-06, -0.984816492, -0.173598349, 8.41039855e-06, -8.54019345e-06, 7.18816118e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.573563099, -0.819161415, -8.54020527e-06, -0.819161475, -0.573563039, 7.15766002e-10, -4.89893318e-06, 6.99539623e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.573563099, -0.819161475, -4.89893318e-06, -0.819161415, -0.573563039, 6.99539623e-06, -8.54020527e-06, 7.15766002e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.258777231, -0.965937078, -8.54020254e-06, -0.965937078, -0.258777201, 7.20944693e-10, -2.2107065e-06, 8.24911149e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.258777231, -0.965937078, -2.2107065e-06, -0.965937078, -0.258777201, 8.24911149e-06, -8.54020254e-06, 7.20944693e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.906303108, -0.422628373, -8.54020982e-06, -0.422628373, 0.906303167, 7.19375282e-10, 7.73971442e-06, 3.60998683e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.906303108, -0.422628373, 7.73971442e-06, -0.422628373, 0.906303167, 3.60998683e-06, -8.54020982e-06, 7.19375282e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.342065871, -0.939675987, -8.54020436e-06, -0.939675927, 0.342065901, 7.14053094e-10, 2.92064146e-06, 8.02526938e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.342065871, -0.939675927, 2.92064146e-06, -0.939675987, 0.342065901, 8.02526938e-06, -8.54020436e-06, 7.14053094e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -5.3085023e-05, -1, -8.54019981e-06, -1, 5.3085023e-05, 7.14205306e-10, -2.6084862e-10, 8.54019981e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -5.3085023e-05, -1, -2.60848593e-10, -1, 5.3085023e-05, 8.54019981e-06, -8.54019981e-06, 7.14205306e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.422660828, -0.906288028, -8.540208e-06, -0.906287968, 0.422660828, 7.18868909e-10, 3.60896024e-06, 7.7401919e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.422660828, -0.906287968, 3.60896001e-06, -0.906288028, 0.422660828, 7.74019281e-06, -8.540208e-06, 7.18868964e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.173608616, -0.984814703, -8.54019891e-06, -0.984814703, -0.173608616, 7.16382953e-10, -1.48335766e-06, 8.41038855e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.173608616, -0.984814703, -1.48335766e-06, -0.984814703, -0.173608616, 8.41038946e-06, -8.54019891e-06, 7.16382953e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.173683509, -0.984801531, -8.54020527e-06, -0.98480159, 0.173683479, 7.16934789e-10, 1.48258675e-06, 8.41053225e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.173683509, -0.98480159, 1.48258675e-06, -0.984801531, 0.173683479, 8.41053225e-06, -8.54020527e-06, 7.16934789e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.939687908, -0.342033058, -8.54020163e-06, -0.342033058, 0.939687908, 7.19861615e-10, 8.02487739e-06, 2.92170762e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.939687908, -0.342033058, 8.02487739e-06, -0.342033058, 0.939687908, 2.92170762e-06, -8.54020163e-06, 7.19861615e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.258871645, -0.965911746, -8.54019527e-06, -0.965911686, 0.258871645, 7.13617554e-10, 2.2101251e-06, 8.24926065e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.258871645, -0.965911686, 2.2101251e-06, -0.965911746, 0.258871645, 8.24925974e-06, -8.54019527e-06, 7.13617554e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.766054034, -0.642776251, -8.540198e-06, -0.642776251, 0.766053975, 7.20270676e-10, 6.54178984e-06, 5.48998833e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.766054034, -0.642776251, 6.54178984e-06, -0.642776251, 0.766053975, 5.48998833e-06, -8.540198e-06, 7.20270732e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.500032842, -0.866006494, -8.54019891e-06, -0.866006494, 0.500032842, 7.12532644e-10, 4.26976248e-06, 7.39622419e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.500032842, -0.866006494, 4.26976294e-06, -0.866006494, 0.500032842, 7.39622419e-06, -8.54019891e-06, 7.12532644e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.573589027, -0.819143355, -8.54020254e-06, -0.819143295, 0.573589027, 7.15825565e-10, 4.89798003e-06, 6.99606062e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.573589027, -0.819143236, 4.89798003e-06, -0.819143295, 0.573589027, 6.99606062e-06, -8.54020254e-06, 7.15825565e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.17370002, -0.98479867, -8.540198e-06, -0.98479867, 0.17370002, 7.15699111e-10, 1.48272761e-06, 8.4104995e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.17370002, -0.98479867, 1.48272773e-06, -0.98479867, 0.17370002, 8.41050041e-06, -8.540198e-06, 7.15699167e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.819144547, -0.573587239, -8.54020163e-06, -0.573587179, 0.819144547, 7.16383786e-10, 6.99524844e-06, 4.89913782e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.819144547, -0.573587179, 6.99524844e-06, -0.573587239, 0.819144547, 4.89913782e-06, -8.54020163e-06, 7.16383786e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.707120001, -0.707093537, -8.54019618e-06, -0.707093477, 0.707120001, 7.16046666e-10, 6.03843773e-06, 6.03922399e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707120001, -0.707093477, 6.03843773e-06, -0.707093537, 0.707120001, 6.03922399e-06, -8.54019618e-06, 7.16046666e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.499977469, -0.866038442, -8.54019891e-06, -0.866038501, -0.49997741, 7.16920856e-10, -4.27052828e-06, 7.39578218e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.499977469, -0.866038501, -4.27052828e-06, -0.866038442, -0.49997741, 7.39578218e-06, -8.54019891e-06, 7.16920856e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.0872129425, -0.996189713, -8.54021528e-06, -0.996189713, 0.0872129425, 7.10597747e-10, 7.441094e-07, 8.50773631e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0872129425, -0.996189713, 7.441094e-07, -0.996189713, 0.0872129425, 8.50773631e-06, -8.54021528e-06, 7.10597747e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 1, 4.18127311e-05, -8.54020345e-06, 4.18127311e-05, -1, 7.15938198e-10, -8.54020345e-06, -1.07302744e-09, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 4.18127311e-05, -8.54020345e-06, 4.18127311e-05, -1, -1.07302744e-09, -8.54020345e-06, 7.15938253e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.939705133, -0.341985613, -8.54020618e-06, -0.341985613, -0.939705193, 7.1579076e-10, -8.0255204e-06, 2.91995525e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.939705133, -0.341985613, -8.0255204e-06, -0.341985613, -0.939705193, 2.91995502e-06, -8.54020618e-06, 7.1579076e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.819158018, -0.573568046, -8.54020345e-06, -0.573568046, -0.819158018, 7.18373583e-10, -6.9961884e-06, 4.8977995e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.819157958, -0.573568046, -6.99618795e-06, -0.573568046, -0.819157958, 4.8977995e-06, -8.54020345e-06, 7.18373583e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.173683509, 0.984801531, -8.54020527e-06, 0.98480159, -0.173683479, 7.16934789e-10, -1.48258675e-06, -8.41053225e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.173683509, 0.98480159, -1.48258675e-06, 0.984801531, -0.173683479, -8.41053225e-06, -8.54020527e-06, 7.16934789e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.939688981, 0.342030346, -8.54020163e-06, 0.342030376, -0.939688921, 7.11010029e-10, -8.02489012e-06, -2.92167601e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.939688981, 0.342030376, -8.02489012e-06, 0.342030346, -0.939688921, -2.92167601e-06, -8.54020163e-06, 7.11010029e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.573589027, 0.819143355, -8.54020254e-06, 0.819143295, -0.573589027, 7.15825565e-10, -4.89798003e-06, -6.99606062e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.573589027, 0.819143236, -4.89798003e-06, 0.819143295, -0.573589027, -6.99606062e-06, -8.54020254e-06, 7.15825565e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.819145143, 0.573586404, -8.54020345e-06, 0.573586404, -0.819145143, 7.14021731e-10, -6.99525617e-06, -4.89912964e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.819145143, 0.573586404, -6.99525663e-06, 0.573586404, -0.819145143, -4.89912918e-06, -8.54020345e-06, 7.14021786e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, -0.173616648, 0.984813333, -8.540198e-06, 0.984813333, 0.173616648, 7.2068379e-10, 1.48343042e-06, -8.41037672e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.173616648, 0.984813333, 1.48343042e-06, 0.984813333, 0.173616648, -8.41037672e-06, -8.540198e-06, 7.20683846e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.866034269, -0.499984682, -8.540198e-06, -0.499984682, -0.866034269, 7.16141035e-10, -7.39646248e-06, 4.26934776e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.866034269, -0.499984682, -7.39646248e-06, -0.499984682, -0.866034269, 4.26934776e-06, -8.540198e-06, 7.16141091e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.819153309, 0.573574722, -8.540198e-06, 0.573574662, -0.819153309, 7.10246861e-10, -6.99532438e-06, -4.89902368e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.819153309, 0.573574662, -6.99532438e-06, 0.573574722, -0.819153309, -4.89902368e-06, -8.540198e-06, 7.10246917e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.965932667, -0.258793622, -8.54019618e-06, -0.258793652, -0.965932608, 7.12363557e-10, -8.24943891e-06, 2.20946026e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.965932667, -0.258793652, -8.24943891e-06, -0.258793622, -0.965932608, 2.20946026e-06, -8.54019618e-06, 7.12363557e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.422642499, 0.906296551, -8.54020709e-06, 0.906296432, -0.422642529, 7.10565107e-10, -3.6088104e-06, -7.74025921e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.422642499, 0.906296432, -3.6088104e-06, 0.906296551, -0.422642529, -7.74026012e-06, -8.54020709e-06, 7.10565107e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.573602021, 0.819134176, -8.54020345e-06, 0.819134235, -0.573602021, 7.15220771e-10, -4.89809145e-06, -6.99598286e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.573602021, 0.819134235, -4.8980919e-06, 0.819134176, -0.573602021, -6.99598286e-06, -8.54020345e-06, 7.15220827e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.996192634, 0.0871793702, -8.540198e-06, 0.0871793628, -0.996192634, 7.19417248e-10, -8.50761899e-06, -7.45245757e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.996192634, 0.0871793628, -8.50761899e-06, 0.0871793702, -0.996192634, -7.45245757e-07, -8.540198e-06, 7.19417304e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.707108796, 0.707104802, -8.54020163e-06, 0.707104802, -0.707108736, 7.17516491e-10, -6.03834405e-06, -6.03932449e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.707108796, 0.707104802, -6.03834405e-06, 0.707104802, -0.707108736, -6.03932449e-06, -8.54020163e-06, 7.17516491e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.984813571, -0.173615396, -8.54020072e-06, -0.173615396, -0.984813571, 7.15485671e-10, -8.41062956e-06, 1.4820057e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.984813571, -0.173615396, -8.41062956e-06, -0.173615396, -0.984813571, 1.4820057e-06, -8.54020072e-06, 7.15485671e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.766055346, 0.642774642, -8.54020254e-06, 0.642774701, -0.766055346, 7.19349913e-10, -6.54180485e-06, -5.48997696e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.766055346, 0.642774701, -6.54180531e-06, 0.642774642, -0.766055346, -5.48997696e-06, -8.54020254e-06, 7.19349913e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.866026521, 0.499997973, -8.54019981e-06, 0.499997973, -0.86602658, 7.15005499e-10, -7.39568259e-06, -4.27070199e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.866026521, 0.499997973, -7.39568259e-06, 0.499997973, -0.86602658, -4.27070199e-06, -8.54019981e-06, 7.15005499e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.707105577, -0.707108021, -8.54019981e-06, -0.70710808, -0.707105577, 7.12421844e-10, -6.03932676e-06, 6.03834042e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.707105577, -0.70710808, -6.03932676e-06, -0.707108021, -0.707105577, 6.03834042e-06, -8.54019981e-06, 7.12421844e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.422589809, -0.906321108, -8.54020254e-06, -0.906321108, -0.422589839, 7.18486048e-10, -3.60965373e-06, 7.73986358e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.422589809, -0.906321108, -3.60965373e-06, -0.906321108, -0.422589839, 7.73986267e-06, -8.54020254e-06, 7.18486048e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.573569, -0.819157243, -8.54019981e-06, -0.819157302, -0.57356894, 7.15034476e-10, -4.89897957e-06, 6.99535622e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.573569, -0.819157302, -4.89897957e-06, -0.819157243, -0.57356894, 6.99535667e-06, -8.54019981e-06, 7.15034476e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.341982543, -0.939706326, -8.54020891e-06, -0.939706326, -0.341982573, 7.13820558e-10, -2.92127288e-06, 8.02504383e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.341982543, -0.939706326, -2.92127311e-06, -0.939706326, -0.341982573, 8.02504383e-06, -8.54020891e-06, 7.13820558e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.642778516, -0.766052127, -8.54020527e-06, -0.766052127, -0.642778516, 7.19372117e-10, -5.49001152e-06, 6.54178029e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.642778516, -0.766052127, -5.49001152e-06, -0.766052127, -0.642778516, 6.54178029e-06, -8.54020527e-06, 7.19372117e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495552, 2.69217896, -89.4332352, 0.819164038, -0.573559463, -8.54020072e-06, -0.573559463, -0.819164038, 7.21149807e-10, -6.99623888e-06, 4.89772174e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.819164038, -0.573559463, -6.99623888e-06, -0.573559463, -0.819164038, 4.89772219e-06, -8.54020072e-06, 7.21149807e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249900818, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(4.25, 0.600000024, 0.50000006),CFrame = CFrame.new(-43.6804466, 0.474798441, -89.4332428, 3.9197188e-05, -1, 8.54019709e-06, 1, 3.9197188e-05, -7.14479587e-10, 3.79727888e-10, 8.54019709e-06, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.9197188e-05, 1, 3.79727888e-10, -1, 3.9197188e-05, 8.54019709e-06, 8.54019709e-06, -7.14479587e-10, 1),C1 = CFrame.new(-3.81760049, -0.0558013916, 7.62939453e-06, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.299999952, 1, 0.699999988),CFrame = CFrame.new(-42.1227379, 3.21732187, -89.4332733, 0.939685345, 0.342040122, -8.54019981e-06, 0.342040122, -0.939685285, 7.16790793e-10, -8.02485556e-06, -2.92176446e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.939685345, 0.342040122, -8.02485556e-06, 0.342040122, -0.939685285, -2.92176446e-06, -8.54019981e-06, 7.16790793e-10, -1),C1 = CFrame.new(-1.07502103, 1.50180817, 2.28881836e-05, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.965933681, -0.258789867, -8.54019981e-06, -0.258789867, -0.965933681, 7.12348236e-10, -8.24945164e-06, 2.20942889e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.965933681, -0.258789867, -8.24945073e-06, -0.258789867, -0.965933681, 2.20942889e-06, -8.54019981e-06, 7.12348236e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.449999899, 0.600000024, 0.50000006),CFrame = CFrame.new(-43.6805191, -1.87551451, -89.4332352, 3.9197188e-05, -1, 8.54019709e-06, 1, 3.9197188e-05, -7.14479587e-10, 3.79727888e-10, 8.54019709e-06, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.9197188e-05, 1, 3.79727888e-10, -1, 3.9197188e-05, 8.54019709e-06, 8.54019709e-06, -7.14479587e-10, 1),C1 = CFrame.new(-6.16791344, -0.0557899475, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.449999899, 0.600000024, 0.50000006),CFrame = CFrame.new(-43.6305237, -1.87550831, -89.4332199, 3.9197188e-05, -1, 8.54019709e-06, 1, 3.9197188e-05, -7.14479587e-10, 3.79727888e-10, 8.54019709e-06, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.9197188e-05, 1, 3.79727888e-10, -1, 3.9197188e-05, 8.54019709e-06, 8.54019709e-06, -7.14479587e-10, 1),C1 = CFrame.new(-6.16790533, -0.00579452515, -1.52587891e-05, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Wedge = New("WedgePart",Shadowblade,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.499999911, 0.399999976, 0.199999973),CFrame = CFrame.new(-43.8805847, -2.3005743, -89.4332275, 4.26961333e-06, -3.60083504e-05, 1, 1.29065025e-09, -1, -3.60083504e-05, 1, 1.44439205e-09, -4.26961333e-06),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.26961333e-06, 1.29065025e-09, 1, -3.60083504e-05, -1, 1.44439205e-09, 1, -3.60083504e-05, -4.26961333e-06),C1 = CFrame.new(-6.59298038, -0.255840302, -7.62939453e-06, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.399999887, 0.25000003, 0.50000006),CFrame = CFrame.new(-43.6555405, -2.3005662, -89.4332352, 3.9197188e-05, -1, 8.54019709e-06, 1, 3.9197188e-05, -7.14479587e-10, 3.79727888e-10, 8.54019709e-06, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.9197188e-05, 1, 3.79727888e-10, -1, 3.9197188e-05, 8.54019709e-06, 8.54019709e-06, -7.14479587e-10, 1),C1 = CFrame.new(-6.59296417, -0.030796051, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Wedge = New("WedgePart",Shadowblade,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.499999911, 0.399999976, 0.199999973),CFrame = CFrame.new(-43.4305191, -2.30055332, -89.4332352, -8.53939855e-06, -3.60083504e-05, -1, -1.50551416e-09, -1, 3.60083504e-05, -1, 1.81300364e-09, 8.53939855e-06),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -8.53939855e-06, -1.50551394e-09, -1, -3.60083504e-05, -1, 1.81300364e-09, -1, 3.60083504e-05, 8.53939855e-06),C1 = CFrame.new(-6.59294319, 0.194225311, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.866013527, -0.500020623, -8.54020436e-06, -0.500020683, 0.866013467, 7.1337064e-10, 7.39557572e-06, 4.27089617e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.866013527, -0.500020683, 7.39557572e-06, -0.500020623, 0.866013467, 4.27089572e-06, -8.54020436e-06, 7.1337064e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.642795026, -0.766038239, -8.54020345e-06, -0.766038239, 0.642794967, 7.11336656e-10, 5.48905473e-06, 6.54257974e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.642795026, -0.766038239, 5.48905518e-06, -0.766038239, 0.642794967, 6.54257929e-06, -8.54020345e-06, 7.11336656e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.965920389, -0.25883922, -8.54020436e-06, -0.25883922, 0.965920448, 7.13655912e-10, 8.24897234e-06, 2.21122923e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.965920389, -0.25883922, 8.24897324e-06, -0.25883922, 0.965920448, 2.21122923e-06, -8.54020436e-06, 7.13655912e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.866034269, -0.499984682, -8.540198e-06, -0.499984682, -0.866034269, 7.16141035e-10, -7.39646248e-06, 4.26934776e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.866034269, -0.499984682, -7.39646248e-06, -0.499984682, -0.866034269, 4.26934776e-06, -8.540198e-06, 7.16141091e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.984804153, 0.17366901, -8.54020618e-06, 0.17366901, -0.984804094, 7.16836368e-10, -8.41030487e-06, -1.48387517e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.984804153, 0.17366901, -8.41030578e-06, 0.17366901, -0.984804094, -1.48387517e-06, -8.54020618e-06, 7.16836368e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.642795026, 0.766038239, -8.54020345e-06, 0.766038239, -0.642794967, 7.11336656e-10, -5.48905473e-06, -6.54257974e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.642795026, 0.766038239, -5.48905518e-06, 0.766038239, -0.642794967, -6.54257929e-06, -8.54020345e-06, 7.11336656e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.342049718, 0.939681828, -8.54020436e-06, 0.939681888, -0.342049688, 7.1401085e-10, -2.92050368e-06, -8.0253194e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.342049718, 0.939681888, -2.92050368e-06, 0.939681828, -0.342049688, -8.0253194e-06, -8.54020436e-06, 7.1401085e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.939708054, -0.341977865, -8.54020163e-06, -0.341977894, -0.939708054, 7.11240011e-10, -8.0255395e-06, 2.91989181e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.939708054, -0.341977894, -8.0255395e-06, -0.341977865, -0.939708054, 2.91989159e-06, -8.54020163e-06, 7.11240011e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.766058683, -0.642770648, -8.54020527e-06, -0.642770588, -0.766058683, 7.18762994e-10, -6.54276073e-06, 5.48884236e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.766058683, -0.642770588, -6.54276027e-06, -0.642770648, -0.766058683, 5.48884236e-06, -8.54020527e-06, 7.18762994e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.573605597, 0.819131672, -8.54020345e-06, 0.819131613, -0.573605657, 7.21288695e-10, -4.89811737e-06, -6.99596512e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.573605597, 0.819131613, -4.89811782e-06, 0.819131672, -0.573605657, -6.99596512e-06, -8.54020345e-06, 7.21288695e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.707121372, 0.707092226, -8.54019981e-06, 0.707092285, -0.707121372, 7.15412452e-10, -6.03845183e-06, -6.0392149e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.707121372, 0.707092285, -6.03845183e-06, 0.707092226, -0.707121372, -6.0392149e-06, -8.54019981e-06, 7.15412452e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.996191978, 0.0871869028, -8.54020163e-06, 0.0871869028, -0.996191978, 7.13597126e-10, -8.50761899e-06, -7.45304646e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.996191978, 0.0871869028, -8.50761808e-06, 0.0871869028, -0.996191978, -7.4530459e-07, -8.54020163e-06, 7.13597126e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.500033319, 0.866006196, -8.54019981e-06, 0.866006136, -0.500033319, 7.08098802e-10, -4.26977067e-06, -7.39621964e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.500033319, 0.866006136, -4.26977113e-06, 0.866006196, -0.500033319, -7.39621964e-06, -8.54019981e-06, 7.08098802e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.258792043, 0.965933084, -8.54020618e-06, 0.965933084, 0.258792043, 7.12909232e-10, 2.2108261e-06, -8.24908329e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.258792043, 0.965933084, 2.2108261e-06, 0.965933084, 0.258792043, -8.24908329e-06, -8.54020618e-06, 7.12909232e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.819156945, 0.573569477, -8.54020618e-06, 0.573569477, -0.819156945, 7.18377247e-10, -6.99535667e-06, -4.89899003e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.819156945, 0.573569477, -6.99535667e-06, 0.573569477, -0.819156945, -4.89899003e-06, -8.54020618e-06, 7.18377247e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.342068017, 0.939675212, -8.54019709e-06, 0.939675272, -0.342067987, 7.1135442e-10, -2.92066011e-06, -8.02525483e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.342068017, 0.939675272, -2.92065988e-06, 0.939675212, -0.342067987, -8.02525483e-06, -8.54019709e-06, 7.1135442e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.087192677, 0.996191502, -8.54020618e-06, 0.996191502, -0.087192677, 7.1443601e-10, -7.43931651e-07, -8.50774268e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.087192677, 0.996191502, -7.43931707e-07, 0.996191502, -0.087192677, -8.50774268e-06, -8.54020618e-06, 7.1443601e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.766051114, 0.642779648, -8.54020163e-06, 0.642779648, -0.766051114, 7.15007387e-10, -6.5417712e-06, -5.49001561e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.766051114, 0.642779648, -6.5417712e-06, 0.642779648, -0.766051114, -5.49001561e-06, -8.54020163e-06, 7.15007387e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.258869141, 0.965912461, -8.54019618e-06, 0.965912461, -0.258869112, 7.13289261e-10, -2.21010441e-06, -8.24926701e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.258869141, 0.965912461, -2.21010441e-06, 0.965912461, -0.258869112, -8.2492661e-06, -8.54019618e-06, 7.13289261e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.0871047899, 0.99619925, -8.5401889e-06, 0.996199131, 0.0871048048, 7.15580817e-10, 7.44604222e-07, -8.50766719e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0871047899, 0.996199131, 7.44604222e-07, 0.99619925, 0.0871048048, -8.5076681e-06, -8.5401889e-06, 7.15580817e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 5.93509394e-05, 1, -8.54020072e-06, 1, -5.93509394e-05, 7.18409776e-10, 2.11540896e-10, -8.54020072e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 5.93509394e-05, 1, 2.11540868e-10, 1, -5.93509394e-05, -8.54020072e-06, -8.54020072e-06, 7.18409776e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.96593374, -0.25878939, -8.54019709e-06, -0.25878939, -0.96593374, 7.15962234e-10, -8.24944982e-06, 2.2094207e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.96593374, -0.25878939, -8.24944982e-06, -0.25878939, -0.96593374, 2.2094207e-06, -8.54019709e-06, 7.15962234e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.258852303, -0.965916991, -8.54020345e-06, -0.965916991, 0.258852303, 7.15214776e-10, 2.20996048e-06, 8.2493134e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.258852303, -0.965916991, 2.20996048e-06, -0.965916991, 0.258852303, 8.2493134e-06, -8.54020345e-06, 7.15214832e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.0871129259, -0.996198535, -8.54020254e-06, -0.996198535, -0.0871129259, 7.16679216e-10, -7.44676015e-07, 8.50767356e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0871129259, -0.996198535, -7.44675958e-07, -0.996198535, -0.0871129259, 8.50767447e-06, -8.54020254e-06, 7.16679216e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.500033319, -0.866006196, -8.54019981e-06, -0.866006136, 0.500033319, 7.08098802e-10, 4.26977067e-06, 7.39621964e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.500033319, -0.866006136, 4.26977113e-06, -0.866006196, 0.500033319, 7.39621964e-06, -8.54019981e-06, 7.08098802e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.0872089937, -0.996190071, -8.54020618e-06, -0.996190071, 0.0872089937, 7.14581283e-10, 7.4407086e-07, 8.50772904e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0872089937, -0.996190071, 7.44070917e-07, -0.996190071, 0.0872089937, 8.50772994e-06, -8.54020618e-06, 7.14581283e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.422658175, -0.906289101, -8.54019618e-06, -0.90628916, 0.422658175, 7.12744141e-10, 3.60893773e-06, 7.74018736e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.422658175, -0.90628916, 3.60893773e-06, -0.906289101, 0.422658175, 7.74018827e-06, -8.54019618e-06, 7.12744141e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.965933323, 0.258791089, -8.54019436e-06, 0.258791089, 0.965933323, 7.11479042e-10, 8.24944254e-06, -2.20943889e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.965933323, 0.258791089, 8.24944254e-06, 0.258791089, 0.965933323, -2.20943889e-06, -8.54019436e-06, 7.11479042e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.866023123, -0.500003934, -8.54020072e-06, -0.500003934, 0.866023123, 7.22026272e-10, 7.39564985e-06, 4.27075929e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.866023123, -0.500003934, 7.39564985e-06, -0.500003934, 0.866023123, 4.27075929e-06, -8.54020072e-06, 7.22026272e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.642807782, -0.76602757, -8.540198e-06, -0.76602751, 0.642807841, 7.16393167e-10, 5.4891575e-06, 6.54248788e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.642807782, -0.76602751, 5.4891575e-06, -0.76602757, 0.642807841, 6.54248788e-06, -8.540198e-06, 7.16393223e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.906303823, -0.422626853, -8.54019618e-06, -0.422626853, 0.906303763, 7.15701665e-10, 7.73970987e-06, 3.60996501e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.906303823, -0.422626853, 7.73970987e-06, -0.422626853, 0.906303763, 3.60996501e-06, -8.54019618e-06, 7.15701665e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.500025749, -0.866010547, -8.54020163e-06, -0.866010547, 0.500025749, 7.16215531e-10, 4.26970018e-06, 7.39626239e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.500025749, -0.866010547, 4.26970064e-06, -0.866010547, 0.500025749, 7.39626239e-06, -8.54020163e-06, 7.16215531e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.7660411, -0.642791688, -8.54019436e-06, -0.642791688, 0.7660411, 7.10162595e-10, 6.54168389e-06, 5.4901102e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.7660411, -0.642791688, 6.54168389e-06, -0.642791688, 0.7660411, 5.4901102e-06, -8.54019436e-06, 7.10162595e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.939700961, 0.341997296, -8.54020709e-06, 0.341997296, 0.939701021, 7.12970516e-10, 8.02548402e-06, -2.9200578e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.939700961, 0.341997296, 8.02548402e-06, 0.341997296, 0.939701021, -2.9200578e-06, -8.54020709e-06, 7.12970516e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.819155872, -0.573570967, -8.54020163e-06, -0.573570907, 0.819155931, 7.21968596e-10, 6.99534212e-06, 4.89900322e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.819155872, -0.573570907, 6.99534212e-06, -0.573570967, 0.819155931, 4.89900322e-06, -8.54020163e-06, 7.21968596e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -1, -2.77982253e-05, -8.54019163e-06, -2.77982253e-05, 1, 7.14059534e-10, 8.54019163e-06, 9.51461687e-10, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, -2.77982253e-05, 8.54019163e-06, -2.77982253e-05, 1, 9.51461687e-10, -8.54019163e-06, 7.14059534e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.939686716, -0.342036575, -8.54020254e-06, -0.342036605, 0.939686656, 7.10798254e-10, 8.02487193e-06, 2.92172945e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.939686716, -0.342036605, 8.02487193e-06, -0.342036575, 0.939686656, 2.92172945e-06, -8.54020254e-06, 7.10798254e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.96591574, -0.258856624, -8.54020436e-06, -0.258856624, 0.965915799, 7.07902903e-10, 8.24893505e-06, 2.21137225e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.96591574, -0.258856624, 8.24893505e-06, -0.258856624, 0.965915799, 2.21137225e-06, -8.54020436e-06, 7.07902903e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.766051114, -0.642779648, -8.54020163e-06, -0.642779648, 0.766051114, 7.15007387e-10, 6.5417712e-06, 5.49001561e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.766051114, -0.642779648, 6.5417712e-06, -0.642779648, 0.766051114, 5.49001561e-06, -8.54020163e-06, 7.15007387e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.996199131, 0.0871054754, -8.54020436e-06, 0.0871054754, 0.996199131, 7.17304938e-10, 8.50780634e-06, -7.43183932e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.996199131, 0.0871054754, 8.50780634e-06, 0.0871054754, 0.996199131, -7.43183932e-07, -8.54020436e-06, 7.17304938e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.996192217, -0.0871844068, -8.54020345e-06, -0.0871844143, 0.996192217, 7.13141657e-10, 8.50762171e-06, 7.45283046e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.996192217, -0.0871844143, 8.50762171e-06, -0.0871844068, 0.996192217, 7.45282989e-07, -8.54020345e-06, 7.13141657e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.173702925, -0.984798133, -8.54020891e-06, -0.984798074, 0.173702925, 7.14604709e-10, 1.48275547e-06, 8.41050496e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.173702925, -0.984798074, 1.48275558e-06, -0.984798133, 0.173702925, 8.41050587e-06, -8.54020891e-06, 7.14604709e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.707121372, -0.707092226, -8.54019981e-06, -0.707092285, 0.707121372, 7.15412452e-10, 6.03845183e-06, 6.0392149e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.707121372, -0.707092285, 6.03845183e-06, -0.707092226, 0.707121372, 6.0392149e-06, -8.54019981e-06, 7.15412452e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.766058683, -0.642770648, -8.54020527e-06, -0.642770588, -0.766058683, 7.18762994e-10, -6.54276073e-06, 5.48884236e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.766058683, -0.642770588, -6.54276027e-06, -0.642770648, -0.766058683, 5.48884236e-06, -8.54020527e-06, 7.18762994e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.499985039, -0.866034091, -8.54020254e-06, -0.866034091, -0.499985039, 7.16689708e-10, -4.27059422e-06, 7.39574807e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.499985039, -0.866034091, -4.27059422e-06, -0.866034091, -0.499985039, 7.39574807e-06, -8.54020254e-06, 7.16689708e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.258774757, -0.965937674, -8.54020345e-06, -0.965937674, -0.258774757, 7.11707249e-10, -2.21067671e-06, 8.24912058e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.258774757, -0.965937674, -2.21067671e-06, -0.965937674, -0.258774757, 8.24912058e-06, -8.54020345e-06, 7.11707304e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.7660411, 0.642791688, -8.54019436e-06, 0.642791688, -0.7660411, 7.10162595e-10, -6.54168389e-06, -5.4901102e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.7660411, 0.642791688, -6.54168389e-06, 0.642791688, -0.7660411, -5.4901102e-06, -8.54019436e-06, 7.10162595e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.939700067, -0.34199965, -8.54020163e-06, -0.34199965, -0.939700127, 7.06336545e-10, -8.02546947e-06, 2.92008258e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.939700067, -0.34199965, -8.02546947e-06, -0.34199965, -0.939700127, 2.92008235e-06, -8.54020163e-06, 7.06336545e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.96591574, 0.258856624, -8.54020436e-06, 0.258856624, -0.965915799, 7.07902903e-10, -8.24893505e-06, -2.21137225e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.96591574, 0.258856624, -8.24893505e-06, 0.258856624, -0.965915799, -2.21137225e-06, -8.54020436e-06, 7.07902903e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.996199131, -0.0871054754, -8.54020436e-06, -0.0871054754, -0.996199131, 7.17304938e-10, -8.50780634e-06, 7.43183932e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.996199131, -0.0871054754, -8.50780634e-06, -0.0871054754, -0.996199131, 7.43183932e-07, -8.54020436e-06, 7.17304938e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.500019014, 0.866014421, -8.54020163e-06, 0.866014421, -0.500019073, 7.11226078e-10, -4.26964698e-06, -7.39629286e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.500019014, 0.866014421, -4.26964698e-06, 0.866014421, -0.500019073, -7.39629286e-06, -8.54020163e-06, 7.11226078e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.34198463, -0.939705551, -8.54020254e-06, -0.93970561, -0.3419846, 7.14732773e-10, -2.92128948e-06, 8.025032e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.34198463, -0.93970561, -2.92128948e-06, -0.939705551, -0.3419846, 8.025032e-06, -8.54020254e-06, 7.14732773e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.996197641, -0.087122567, -8.54020163e-06, -0.087122567, -0.996197641, 7.1519507e-10, -8.50778997e-06, 7.43331839e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.996197641, -0.087122567, -8.50778997e-06, -0.087122567, -0.996197641, 7.43331839e-07, -8.54020163e-06, 7.1519507e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.573558509, -0.819164693, -8.54020345e-06, -0.819164693, -0.573558509, 7.11191994e-10, -4.89888907e-06, 6.99542488e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.573558509, -0.819164634, -4.89888907e-06, -0.819164634, -0.573558509, 6.99542488e-06, -8.54020345e-06, 7.1119205e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.906296492, 0.422642678, -8.540198e-06, 0.422642678, -0.906296432, 7.24161509e-10, -7.7396453e-06, -3.61010802e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.906296492, 0.422642678, -7.7396453e-06, 0.422642678, -0.906296432, -3.61010825e-06, -8.540198e-06, 7.24161564e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.965919793, 0.258841664, -8.54020345e-06, 0.258841664, -0.965919733, 7.18157867e-10, -8.24896597e-06, -2.21125424e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.965919793, 0.258841664, -8.24896597e-06, 0.258841664, -0.965919733, -2.21125424e-06, -8.54020345e-06, 7.18157867e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.819155395, -0.573571742, -8.54019891e-06, -0.573571742, -0.819155395, 7.19252713e-10, -6.99616203e-06, 4.89782724e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.819155335, -0.573571742, -6.99616203e-06, -0.573571742, -0.819155335, 4.89782724e-06, -8.54019891e-06, 7.19252713e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.996190846, 0.0872001573, -8.54020709e-06, 0.0872001573, -0.996190846, 7.1600248e-10, -8.50761353e-06, -7.45420664e-07, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.996190846, 0.0872001573, -8.50761353e-06, 0.0872001573, -0.996190846, -7.45420664e-07, -8.54020709e-06, 7.1600248e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.642780125, -0.766050756, -8.54019254e-06, -0.766050756, -0.642780125, 7.17133353e-10, -5.49001561e-06, 6.54176029e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.642780125, -0.766050756, -5.49001561e-06, -0.766050756, -0.642780125, 6.54176029e-06, -8.54019254e-06, 7.17133353e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 1, 2.67327996e-05, -8.54019891e-06, 2.67327996e-05, -1, 7.18370363e-10, -8.54019891e-06, -9.4667385e-10, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 2.67327978e-05, -8.54019891e-06, 2.67327978e-05, -1, -9.4667385e-10, -8.54019891e-06, 7.18370363e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.9848122, -0.173622951, -8.540198e-06, -0.173622921, -0.98481226, 7.18227811e-10, -8.41061683e-06, 1.48206709e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.9848122, -0.173622921, -8.41061592e-06, -0.173622951, -0.98481226, 1.48206709e-06, -8.540198e-06, 7.18227866e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.0871047899, -0.99619925, -8.5401889e-06, -0.996199131, -0.0871048048, 7.15580817e-10, -7.44604222e-07, 8.50766719e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0871047899, -0.996199131, -7.44604222e-07, -0.99619925, -0.0871048048, 8.5076681e-06, -8.5401889e-06, 7.15580817e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.258869141, -0.965912461, -8.54019618e-06, -0.965912461, 0.258869112, 7.13289261e-10, 2.21010441e-06, 8.24926701e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.258869141, -0.965912461, 2.21010441e-06, -0.965912461, 0.258869112, 8.2492661e-06, -8.54019618e-06, 7.13289261e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.087192677, -0.996191502, -8.54020618e-06, -0.996191502, 0.087192677, 7.1443601e-10, 7.43931651e-07, 8.50774268e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.087192677, -0.996191502, 7.43931707e-07, -0.996191502, 0.087192677, 8.50774268e-06, -8.54020618e-06, 7.1443601e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -0.342068017, -0.939675212, -8.54019709e-06, -0.939675272, 0.342067987, 7.1135442e-10, 2.92066011e-06, 8.02525483e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.342068017, -0.939675272, 2.92065988e-06, -0.939675212, 0.342067987, 8.02525483e-06, -8.54019709e-06, 7.1135442e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, -5.61248489e-05, -1, -8.54019981e-06, -1, 5.61248489e-05, 7.14190485e-10, -2.34873038e-10, 8.54019981e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -5.61248489e-05, -1, -2.3487301e-10, -1, 5.61248489e-05, 8.54019981e-06, -8.54019981e-06, 7.14190485e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.258784354, -0.965935111, -8.54021164e-06, -0.965935171, -0.258784324, 7.12864878e-10, -2.21076198e-06, 8.24910603e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.258784354, -0.965935171, -2.21076175e-06, -0.965935111, -0.258784324, 8.24910603e-06, -8.54021164e-06, 7.12864878e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.57356149, -0.819162548, -8.54020436e-06, -0.819162548, -0.57356149, 7.20699e-10, -4.89892273e-06, 6.9954026e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.57356149, -0.819162488, -4.89892273e-06, -0.819162488, -0.57356149, 6.99540215e-06, -8.54020436e-06, 7.20699e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.642807782, 0.76602757, -8.540198e-06, 0.76602751, -0.642807841, 7.16393167e-10, -5.4891575e-06, -6.54248788e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.642807782, 0.76602751, -5.4891575e-06, 0.76602757, -0.642807841, -6.54248788e-06, -8.540198e-06, 7.16393223e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.866024017, 0.500002384, -8.54019709e-06, 0.500002325, -0.866024137, 7.14080073e-10, -7.39565849e-06, -4.27073746e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.866024017, 0.500002325, -7.39565849e-06, 0.500002384, -0.866024137, -4.27073746e-06, -8.54019709e-06, 7.14080073e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.642775774, -0.766054332, -8.54019891e-06, -0.766054332, -0.642775834, 7.14757808e-10, -5.48998059e-06, 6.54179621e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.642775774, -0.766054332, -5.48998059e-06, -0.766054332, -0.642775834, 6.54179667e-06, -8.54019891e-06, 7.14757808e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.906306148, 0.422621965, -8.54020345e-06, 0.422621936, -0.906306148, 7.21983806e-10, -7.73973352e-06, -3.60993181e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.906306148, 0.422621936, -7.73973352e-06, 0.422621965, -0.906306148, -3.60993204e-06, -8.54020345e-06, 7.21983862e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 5.3085023e-05, 1, -8.54019981e-06, 1, -5.3085023e-05, 7.14205306e-10, 2.6084862e-10, -8.54019981e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 5.3085023e-05, 1, 2.60848593e-10, 1, -5.3085023e-05, -8.54019981e-06, -8.54019981e-06, 7.14205306e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.342068017, 0.939675212, -8.54019709e-06, 0.939675272, -0.342067987, 7.1135442e-10, -2.92066011e-06, -8.02525483e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.342068017, 0.939675272, -2.92065988e-06, 0.939675212, -0.342067987, -8.02525483e-06, -8.54019709e-06, 7.1135442e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.984812379, -0.173621967, -8.54019527e-06, -0.173621938, -0.984812438, 7.12895465e-10, -8.41061501e-06, 1.48206345e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.984812379, -0.173621938, -8.4106141e-06, -0.173621967, -0.984812438, 1.48206345e-06, -8.54019527e-06, 7.12895465e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.699999809, 0.600000024, 0.550000012),CFrame = CFrame.new(-43.6495514, 2.69217896, -89.4332352, 0.422662586, 0.906287074, -8.54020254e-06, 0.906287074, -0.422662586, 7.16701642e-10, -3.60897457e-06, -7.74017644e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.422662586, 0.906287074, -3.60897434e-06, 0.906287074, -0.422662586, -7.74017735e-06, -8.54020254e-06, 7.16701642e-10, -1),C1 = CFrame.new(-1.60021901, -0.0249862671, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.299999952, 1, 0.699999988),CFrame = CFrame.new(-43.6244583, 5.26752234, -89.4332275, 3.60083504e-05, 1, -8.54020345e-06, 1, -3.60083504e-05, 7.14756698e-10, 4.0723816e-10, -8.54020345e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),C1 = CFrame.new(0.975125313, 1.52587891e-05, -7.62939453e-06, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Wedge = New("WedgePart",Shadowblade,"Wedge",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.499999911, 0.24999997, 0.100000001),CFrame = CFrame.new(-43.5805359, -2.62560844, -89.4332275, 4.25507824e-06, -3.60083504e-05, -1, -8.68457251e-10, -1, 3.60083504e-05, -1, 7.15238868e-10, -4.25507824e-06),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 4.25507824e-06, -8.68457251e-10, -1, -3.60083504e-05, -1, 7.15238868e-10, -1, 3.60083504e-05, -4.25507824e-06),C1 = CFrame.new(-6.91800404, 0.0442199707, -7.62939453e-06, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Hitbox = New("Part",Shadowblade,"Hitbox",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(4.25, 0.600000024, 0.50000006),CFrame = CFrame.new(-43.6304359, 0.474804997, -89.4332275, 3.9197188e-05, -1, 8.54019709e-06, 1, 3.9197188e-05, -7.14479587e-10, 3.79727888e-10, 8.54019709e-06, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Hitbox,"mot",{Part0 = Hitbox,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 3.9197188e-05, 1, 3.79727888e-10, -1, 3.9197188e-05, 8.54019709e-06, 8.54019709e-06, -7.14479587e-10, 1),C1 = CFrame.new(-3.81759238, -0.00579071045, -7.62939453e-06, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.299999952, 1, 0.699999988),CFrame = CFrame.new(-45.1581993, 3.21717024, -89.4332352, -0.939712405, -0.341965705, 8.54020709e-06, 0.341965675, -0.939712524, -7.12308046e-10, 8.02558225e-06, 2.91978881e-06, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.939712405, 0.341965675, 8.02558225e-06, -0.341965705, -0.939712524, 2.91978859e-06, 8.54020709e-06, -7.12308046e-10, 1),C1 = CFrame.new(-1.0752821, -1.53365326, 1.52587891e-05, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.899999857, 0.600000024, 0.550000012),CFrame = CFrame.new(-44.6057358, 3.01392007, -89.4332428, 0.939706922, 0.341980755, 8.54019891e-06, -0.341980726, 0.939706981, -7.10890902e-10, -8.02552768e-06, -2.91991591e-06, 1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.939706922, -0.341980726, -8.02552768e-06, 0.341980755, 0.939706981, -2.91991591e-06, 8.54019891e-06, -7.10890902e-10, 1),C1 = CFrame.new(-1.27851224, -0.981182098, 1.52587891e-05, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- Part = New("Part",Shadowblade,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.899999857, 0.600000024, 0.550000012),CFrame = CFrame.new(-42.6752129, 3.01401949, -89.4332504, -0.93967998, -0.342055082, -8.54020345e-06, -0.342055082, 0.939679921, 7.1544104e-10, 8.02481281e-06, 2.92189225e-06, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
- mot = New("Motor",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.93967998, -0.342055082, 8.02481281e-06, -0.342055082, 0.939679921, 2.92189225e-06, -8.54020345e-06, 7.15441095e-10, -1),C1 = CFrame.new(-1.2783432, 0.94934082, 7.62939453e-06, 3.60083504e-05, 1, 4.07238132e-10, 1, -3.60083504e-05, -8.54020345e-06, -8.54020345e-06, 7.14756754e-10, -1),})
- function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
- if hit.Parent == nil then
- return
- end
- local h = hit.Parent:FindFirstChildOfClass("Humanoid")
- for _, v in pairs(hit.Parent:children()) do
- if v:IsA("Humanoid") then
- h = v
- end
- end
- if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
- warn'No R15 allowed'
- hit.Parent:FindFirstChild("Head"):BreakJoints()
- end
- if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
- if hit.Parent:findFirstChild("DebounceHit") ~= nil then
- if hit.Parent.DebounceHit.Value == true then
- return
- end
- end
- local c = Create("ObjectValue"){
- Name = "creator",
- Value = game:service("Players").LocalPlayer,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- if HitSound ~= nil and HitPitch ~= nil then
- CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
- end
- local Damage = math.random(minim, maxim)
- local blocked = false
- local block = hit.Parent:findFirstChild("Block")
- if block ~= nil then
- if block.className == "IntValue" then
- if block.Value > 0 then
- blocked = true
- block.Value = block.Value - 1
- print(block.Value)
- end
- end
- end
- if blocked == false then
- h.Health = h.Health - Damage
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
- else
- h.Health = h.Health - (Damage / 2)
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color)
- end
- if Type == "Knockdown" then
- local hum = hit.Parent.Humanoid
- hum.PlatformStand = true
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand = false
- end), hum)
- local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
- local bodvol = Create("BodyVelocity"){
- velocity = angle * knockback,
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- local rl = Create("BodyAngularVelocity"){
- P = 3000,
- maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
- angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodvol, .5)
- game:GetService("Debris"):AddItem(rl, .5)
- elseif Type == "Normal" then
- local vp = Create("BodyVelocity"){
- P = 500,
- maxForce = Vector3.new(math.huge, 0, math.huge),
- velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
- }
- if knockback > 0 then
- vp.Parent = hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp, .5)
- elseif Type == "Up" then
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, .5)
- elseif Type == "DarkUp" then
- coroutine.resume(coroutine.create(function()
- for i = 0, 1, 0.1 do
- swait()
- Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
- end
- end))
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, 1)
- elseif Type == "Snare" then
- local bp = Create("BodyPosition"){
- P = 2000,
- D = 100,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- game:GetService("Debris"):AddItem(bp, 1)
- elseif Type == "Freeze" then
- local BodPos = Create("BodyPosition"){
- P = 50000,
- D = 1000,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, .5)
- elseif Type == "Frostbite" then
- local hum = hit.Parent.Humanoid
- hum.PlatformStand = true
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand = false
- end), hum)
- local BodGy = Create("BodyGyro") {
- maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
- P = 20e+003,
- Parent = hit.Parent.Torso,
- cframe = hit.Parent.Torso.CFrame,
- }
- hit.Parent.Torso.Anchored = true
- coroutine.resume(coroutine.create(function(Part)
- swait(1.5)
- Part.Anchored = false
- end), hit.Parent.Torso)
- game:GetService("Debris"):AddItem(BodPos, 3)
- game:GetService("Debris"):AddItem(BodGy, 3)
- end
- local debounce = Create("BoolValue"){
- Name = "DebounceHit",
- Parent = hit.Parent,
- Value = true,
- }
- game:GetService("Debris"):AddItem(debounce, Delay)
- c = Create("ObjectValue"){
- Name = "creator",
- Value = Player,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- end
- end
- function ShowDamage(Pos, Text, Time, Color)
- local Rate = (1 / 30)
- local Pos = (Pos or Vector3.new(0, 0, 0))
- local Text = (Text or "")
- local Time = (Time or 2)
- local Color = (Color or Color3.new(1, 0, 1))
- local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
- EffectPart.Anchored = true
- local BillboardGui = Create("BillboardGui"){
- Size = UDim2.new(3, 0, 3, 0),
- Adornee = EffectPart,
- Parent = EffectPart,
- }
- local TextLabel = Create("TextLabel"){
- BackgroundTransparency = 1,
- Size = UDim2.new(1, 0, 1, 0),
- Text = Text,
- Font = "SciFi",
- TextColor3 = Color,
- TextScaled = true,
- Parent = BillboardGui,
- }
- game.Debris:AddItem(EffectPart, (Time))
- EffectPart.Parent = game:GetService("Workspace")
- delay(0, function()
- local Frames = (Time / Rate)
- for Frame = 1, Frames do
- wait(Rate)
- local Percent = (Frame / Frames)
- EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
- TextLabel.TextTransparency = Percent
- end
- if EffectPart and EffectPart.Parent then
- EffectPart:Destroy()
- end
- end)
- end
- function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
- for _, c in pairs(workspace:children()) do
- local hum = c:findFirstChild("Humanoid")
- if hum ~= nil then
- local head = c:findFirstChild("Torso")
- if head ~= nil then
- local targ = head.Position - Part.Position
- local mag = targ.magnitude
- if mag <= Magnitude and c.Name ~= Player.Name then
- Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
- end
- end
- end
- end
- end
- EffectModel = Create("Model"){
- Parent = Character,
- Name = "Effects",
- }
- Effects = {
- Block = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type, Part)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- if Type == 1 or Type == nil then
- table.insert(Effects, {
- prt,
- "Block1",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- elseif Type == 2 then
- table.insert(Effects, {
- prt,
- "Block2",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- elseif Type == 3 then
- table.insert(Effects, {
- prt,
- "Block3",
- delay,
- x3,
- y3,
- z3,
- msh,
- Part
- })
- elseif Type == 4 then
- table.insert(Effects, {
- prt,
- "Block2Fire",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- end
- },
- Cylinder = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Sphere = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, parent)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- if parent == nil then
- prt.Parent = workspace
- else
- prt.Parent = parent
- end
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Blood = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Blood",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Head = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Fire = {
- Create = function(brickcolor, cframe, x1, y1, z1, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Fire",
- delay,
- 1,
- 1,
- 1,
- msh
- })
- end;
- };
- Ring = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, par)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
- prt.Anchored = true
- if par ~= nil then
- prt.Parent = par
- end
- prt.CFrame = cframe * CFrame.new(x3, y3, z3)
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Blast = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Part)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1323306", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Block4",
- delay,
- x3,
- y3,
- z3,
- msh,
- Part
- })
- end
- },
- Wave = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Elec = {
- Create = function(cff, x, y, z)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Medium blue"), "Part", Vector3.new(1, 1, 1))
- prt.Anchored = true
- prt.CFrame = cff * CFrame.new(math.random(-x * 100, x * 100) / 100, math.random(-y * 100, y * 100) / 100, math.random(-z * 100, z * 100) / 100)
- prt.CFrame = CFrame.new(prt.Position)
- game:GetService("Debris"):AddItem(prt, 10)
- local xval = math.random() / 9
- local yval = math.random() / 9
- local zval = math.random() / 9
- msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
- local eul1 = math.random(-50, 50)
- local eul2 = math.random(-50, 50)
- local eul3 = math.random(-50, 50)
- local euld = CFrame.fromEulerAnglesXYZ(eul1, eul2, eul3)
- local euld2 = CFrame.fromEulerAnglesXYZ(-eul1, -eul2, -eul3)
- Effects[#Effects + 1] = {
- prt,
- "Elec",
- .05,
- x,
- y,
- z,
- xval,
- yval,
- zval,
- msh,
- euld,
- euld2
- }
- end
- },
- Break = {
- Create = function(brickcolor, cframe, x1, y1, z1)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
- prt.Anchored = true
- prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- game:GetService("Debris"):AddItem(prt, 10)
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- local num = math.random(10, 50) / 1000
- table.insert(Effects, {
- prt,
- "Shatter",
- num,
- prt.CFrame,
- math.random() - math.random(),
- 0,
- math.random(50, 100) / 100
- })
- end
- },
- Ice = {
- Create = function(brickcolor, cframe, x1, y1, z1, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1778999", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- for i = 1, 5 do
- Effects.Break.Create(BrickColor.new(brickcolor), prt.CFrame * CFrame.new(0, 4, 0), math.random(20, 80) / 100, math.random(2, 10), math.random(20, 80) / 100)
- end
- for i = 1, 15 do
- local freezepart = CFuncs.Part.Create(EffectModel, "Neon", 0.5, 0.5, BrickColor.new("Bright blue"), "Ice Part", Vector3.new(math.random(1, 2) + math.random(), math.random(1, 2) + math.random(), math.random(1, 2) + math.random()))
- freezepart.Anchored = true
- freezepart.CanCollide = true
- freezepart.CFrame = cframe * CFrame.new(math.random(-300, 300) / 100, 4, math.random(-300, 300) / 100) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- game:GetService("Debris"):AddItem(freezepart, 10)
- end
- table.insert(Effects, {
- prt,
- "Ice",
- delay,
- msh,
- 1,
- .2
- })
- end
- },
- Lightning = {
- Create = function(p0, p1, tym, ofs, col, th, tra, last)
- local magz = (p0 - p1).magnitude
- local curpos = p0
- local trz = {
- -ofs,
- ofs
- }
- for i = 1, tym do
- local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
- local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
- local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
- li.Material = "Neon"
- if tym == i then
- local magz2 = (curpos - p1).magnitude
- li.Size = Vector3.new(th, th, magz2)
- li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
- table.insert(Effects, {
- li,
- "Disappear",
- last
- })
- else
- do
- do
- li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
- curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
- game.Debris:AddItem(li, 10)
- table.insert(Effects, {
- li,
- "Disappear",
- last
- })
- end
- end
- end
- end
- end
- };
- EffectTemplate = {
- };
- }
- function attackone()
- attack = true
- local con1 = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 10, 20, 1, "Knockdown", RootPart, 0.3, "rbxassetid://199149186", 1)
- end)
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(-3.83407951e-06, -0.099994801, -7.62948912e-06, 1.00000322, 1.93715422e-07, -7.82312242e-08, 2.01166003e-07, 1.00000334, -4.36677361e-11, 1.15484191e-07, 6.98494595e-10, 1.00000322) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(4.13657426e-06, 1.59999311, 1.52588655e-05, 1.00000322, 2.01166017e-07, 1.15484212e-07, 1.93715422e-07, 1.00000358, 7.56702812e-10, -7.82312242e-08, 1.45394807e-11, 1.00000346) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.469174385, 0.394461602, -1.03103852, 0.436612606, 0.868544757, 0.234552875, 0.242067143, 0.137687877, -0.960449338, -0.866482794, 0.476112872, -0.150127098) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114704, 0.0709182322, 0.067497313, 0.961397171, 0.113685571, 0.250594735, -0.0996581912, 0.992697895, -0.068013981, -0.256496131, 0.0404144786, 0.965703547) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626114428, -1.8974992, -0.28499046, 0.00259825238, -0.0845598578, -0.996418297, -0.0614385903, 0.994525909, -0.0845598802, 0.998110771, 0.0614380315, -0.00261123804) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.60553652, -2.03520966, -0.0977527276, 0.978090227, 0.167586342, 0.123534247, -0.157092318, 0.983445823, -0.0903494433, -0.136630088, 0.0689633712, 0.988222122) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(2.12633014, -1.82132447, 0.0494364351, -0.850089192, -0.470143139, -0.237355217, 0.511008859, -0.845356941, -0.155734956, -0.12743029, -0.253675938, 0.95886606) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- con1:Disconnect()
- attack = false
- end
- function attacktwo()
- attack = true
- local con1 = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 10, 20, 1, "Knockdown", RootPart, 0.3, "rbxassetid://199149186", 1)
- end)
- con1:Disconnect()
- attack = false
- end
- function attackthree()
- attack = true
- local con1 = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 10, 20, 1, "Knockdown", RootPart, 0.3, "rbxassetid://199149186", 1)
- end)
- con1:Disconnect()
- attack = false
- end
- function attackfour()
- attack = true
- local con1 = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 10, 20, 1, "Knockdown", RootPart, 0.3, "rbxassetid://199149186", 1)
- end)
- con1:Disconnect()
- attack = false
- end
- function skill1()
- attack = true
- local con1 = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 99, 99, 1, "Knockdown", RootPart, 0.3, "rbxassetid://199149186", 1)
- end)
- Humanoid.WalkSpeed = 0
- for i = 0, 3.5, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(-5.6469662e-07, 3.09944153e-06, -1.07748056e-05, 0.669129729, 0, 0.743145645, 0, 1, 0, -0.743145645, 0, 0.669129729) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-5.66975132e-06, 1.49998689, 5.1050547e-06, 0.669129729, 0, -0.743145645, 0, 1, 0, 0.743145645, 0, 0.669129729) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.8709861, 0.469743878, 0.419357061, -0.30901143, -0.951058984, -1.15561888e-05, 9.2332657e-06, 9.15085548e-06, -1, 0.951058924, -0.309013098, 5.95364691e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.33869219, -0.156486765, 0.248973787, 0.965925694, -0.258819729, -7.4505806e-07, 0.250000805, 0.933012307, 0.258819699, -0.0669869184, -0.250000745, 0.965925753) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.621353447, -1.99999595, -0.0881602466, 0.587786019, 0, -0.809016883, 0, 1, 0, 0.809016883, 0, 0.587786019) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.50000298, -1.99999595, -9.43243504e-06, 0.978147626, 0, 0.207911849, 0, 1, 0, -0.207911849, 0, 0.978147626) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-0.157720059, -3.02628803, -0.232226968, 0.0523328781, -0.912304223, -0.406157583, 0.998631358, 0.047826767, 0.0212483406, 4.02700571e-05, -0.406713158, 0.913556337) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1.9, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(0, 3.09944153e-06, 0, 0.453990638, 0, 0.891008973, 0, 1, 0, -0.891008973, 0, 0.453990638) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-6.79785899e-06, 1.49998689, 3.46367369e-06, 0.453990638, 0, -0.891008973, 0, 1, 0, 0.891008973, 0, 0.453990638) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.50800502, 0.469742924, -0.378021657, 0.978155017, -0.207891107, -1.27032745e-05, -1.18519802e-05, 5.34040646e-06, -1, 0.207891107, 0.978155017, 2.75980642e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.31464934, -0.0240028426, 0.2689794, 0.976822078, -0.18529667, 0.107183576, 0.140642256, 0.933012128, 0.331222177, -0.161377996, -0.308470547, 0.937447369) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.605079412, -1.99999595, 0.028976351, 0.358369708, 0, -0.933582544, 0, 1, 0, 0.933582544, 0, 0.358369738) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.47511062, -1.99999595, -0.279208064, 0.998631835, 0, -0.0523357093, 0, 1, 0, 0.0523357093, 0, 0.998631835) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-0.241495401, -2.72323298, -0.655384839, 0.991738379, -0.021346122, 0.126494721, 0.0254337192, 0.999203861, -0.030789353, -0.12573646, 0.0337523408, 0.99148953) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- con1:Disconnect()
- Humanoid.WalkSpeed = 16
- attack = false
- end
- function skill2()
- attack = true
- local con1 = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 20, 20, 1, "Knockdown", RootPart, 0.3, "rbxassetid://199149186", 1)
- end)
- for i = 0, 5, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(0, 3.09944153e-06, 0, 0.453990638, 0, 0.891008973, 0, 1, 0, -0.891008973, 0, 0.453990638) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-6.79785899e-06, 1.49998689, 3.46367369e-06, 0.453990638, 0, -0.891008973, 0, 1, 0, 0.891008973, 0, 0.453990638) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.66434598, 0.469740808, -0.401574045, 0.454010755, -0.89099741, -1.27033909e-05, -3.30834905e-06, 1.25716688e-05, -1, 0.89099741, 0.454010755, 2.75995262e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.49168754, -0.0442977548, -0.0363077521, 0.749955416, 0.225166246, -0.621990621, -0.513435781, 0.791002512, -0.332727134, 0.417077065, 0.568890452, 0.70881927) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.605079412, -1.99999595, 0.028976351, 0.358369708, 0, -0.933582544, 0, 1, 0, 0.933582544, 0, 0.358369738) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.47511062, -1.99999595, -0.279208064, 0.998631835, 0, -0.0523357093, 0, 1, 0, 0.0523357093, 0, 0.998631835) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-1.40682578, 0.965759516, 0.505053878, 0.0309793297, 0.0102588357, -0.999466181, 0.99942255, -0.0142027503, 0.0308321919, -0.0138789006, -0.999846518, -0.010692928) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 2.5, 0.1 do
- RootPart.Velocity = RootPart.CFrame.lookVector * 60
- swait()
- PlayAnimationFromTable({
- CFrame.new(-7.05701314e-06, 3.09944153e-06, -1.55318048e-05, 0.777147651, 0, -0.629318476, 0, 1, 0, 0.629318476, 0, 0.777147651) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(4.80131894e-06, 1.49998689, 5.92916604e-06, 0.777147651, 0, 0.629318476, 0, 1, 0, -0.629318476, 0, 0.777147651) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.44662893, 0.250838518, 0.427664518, 0.0560602844, -0.146062165, -0.987685502, 0.933583915, 0.358360857, -6.0901807e-06, 0.353948921, -0.922086358, 0.156451046) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.51693988, 0.378769547, -0.531211317, 0.748464763, 0.662085772, 0.0380481295, 0.0450440459, 0.00648663566, -0.998973489, -0.661645949, 0.749404013, -0.0249683484) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.587990165, -1.7398932, -0.117823362, 0.965924859, 0.173187777, -0.192342579, -9.94895231e-07, 0.743144035, 0.669131696, 0.258823574, -0.646330714, 0.717821479) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.612445235, -1.68025279, -0.130765259, 0.915169477, -0.0212858617, 0.402510524, -0.145761251, 0.913543999, 0.379721582, -0.375793606, -0.406179219, 0.832947612) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-1.23020804, 3.52634335, 4.427526, 0.317584872, 0.927189887, 0.198645979, -0.788600743, 0.374589264, -0.487638801, -0.526543856, -0.001785642, 0.850145698) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- local con1 = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 20, 20, 1, "Knockdown", RootPart, 0.3, "rbxassetid://199149186", 1)
- end)
- attack = false
- end
- function skill3()
- attack = true
- Humanoid.WalkSpeed = 0
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(-7.05701314e-06, -0.0999969095, -1.55318048e-05, 0.777147651, 0, -0.629318476, 0, 1, 0, 0.629318476, 0, 0.777147651) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(4.80131894e-06, 1.59998691, 5.92916604e-06, 0.777147651, 0, 0.629318476, 0, 1, 0, -0.629318476, 0, 0.777147651) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.32030511, -0.110619649, -0.369897991, 0.142921448, 0.0636264533, -0.987686992, -0.406727552, 0.913549483, -4.21241702e-06, 0.902300596, 0.401720047, 0.15644449) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.07091737, 1.42222512, 0.0375443883, 0.748463452, 0.304053575, -0.589367568, 0.0450434834, -0.909959555, -0.412243694, -0.661644697, 0.282002151, -0.694767058) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.518713176, -1.93715382, 0.140715003, 0.965924859, 0.0404923446, -0.255636185, -1.1337338e-06, 0.987687111, 0.15644376, 0.258823186, -0.151112586, 0.954031706) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.685573995, -1.97265947, -0.156644091, 0.915168941, 0.182820484, 0.359225214, -0.145760983, 0.981014371, -0.127924174, -0.375792205, 0.0647112131, 0.924441934) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.87768936, 1.51043165, 1.8158778, -0.605512261, 0.040932674, 0.794782639, 0.536436319, 0.758697033, 0.369614542, -0.587870002, 0.650156438, -0.4813582) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(-7.05701314e-06, -0.0999969095, -1.55318048e-05, 0.777147651, 0, -0.629318476, 0, 1, 0, 0.629318476, 0, 0.777147651) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(4.80131894e-06, 1.59998691, 5.92916604e-06, 0.777147651, 0, 0.629318476, 0, 1, 0, -0.629318476, 0, 0.777147651) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.32030511, -0.110619649, -0.369897991, 0.142921448, 0.0636264533, -0.987686992, -0.406727552, 0.913549483, -4.21241702e-06, 0.902300596, 0.401720047, 0.15644449) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.05272961, 1.3791405, 0.0551985949, 0.748463452, 0.363994598, -0.554359734, 0.0450437628, -0.861888468, -0.505099952, -0.661644816, 0.353080183, -0.661487341) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.518713176, -1.93715382, 0.140715003, 0.965924859, 0.0404923446, -0.255636185, -1.1337338e-06, 0.987687111, 0.15644376, 0.258823186, -0.151112586, 0.954031706) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.685573995, -1.97265947, -0.156644091, 0.915168941, 0.182820484, 0.359225214, -0.145760983, 0.981014371, -0.127924174, -0.375792205, 0.0647112131, 0.924441934) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.87768936, 1.51043165, 1.8158778, -0.605512261, 0.040932674, 0.794782639, 0.536436319, 0.758697033, 0.369614542, -0.587870002, 0.650156438, -0.4813582) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- local rotation = my
- if mouse.Target ~= nil then
- local tp = mouse.Hit
- lerp(-5,rotation)
- Character:SetPrimaryPartCFrame(CFrame.new(tp.p)*CFrame.new(0,5,0))
- lerp(5,rotation)
- end
- Humanoid.WalkSpeed = 16
- attack = false
- end
- function skill4()
- attack = true
- local con1 = Hitbox.Touched:connect(function(hit)
- Damage(Hitbox, hit, 25, 30, 1, "Knockdown", RootPart, 0.3, "rbxassetid://199149186", 1)
- end)
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.53487122, 0.693031669, -1.2761941, 0.971029937, -0.0455975756, 0.234558791, 0.224243268, -0.165136561, -0.960441589, 0.0825273693, 0.985216737, -0.150127783) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.07011247, -4.56561279, 4.8648262, -0.238876954, 0.1210135, -0.963477969, 0.153487697, 0.984439611, 0.0855914056, 0.958844125, -0.127436548, -0.25373584) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.765071511, 0.713329196, -1.33339572, 0.806773663, -0.589637101, 0.0380075909, -0.0593131669, -0.144820824, -0.987678587, 0.587876141, 0.794579327, -0.151810646) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.11792302, -4.38957644, -6.17307758, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.53487122, 0.693031669, -1.2761941, 0.971029937, -0.0455975756, 0.234558791, 0.224243268, -0.165136561, -0.960441589, 0.0825273693, 0.985216737, -0.150127783) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.07011247, -4.56561279, 4.8648262, -0.238876954, 0.1210135, -0.963477969, 0.153487697, 0.984439611, 0.0855914056, 0.958844125, -0.127436548, -0.25373584) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.765071511, 0.713329196, -1.33339572, 0.806773663, -0.589637101, 0.0380075909, -0.0593131669, -0.144820824, -0.987678587, 0.587876141, 0.794579327, -0.151810646) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.11792302, -4.38957644, -6.17307758, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.53487122, 0.693031669, -1.2761941, 0.971029937, -0.0455975756, 0.234558791, 0.224243268, -0.165136561, -0.960441589, 0.0825273693, 0.985216737, -0.150127783) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.07011247, -4.56561279, 4.8648262, -0.238876954, 0.1210135, -0.963477969, 0.153487697, 0.984439611, 0.0855914056, 0.958844125, -0.127436548, -0.25373584) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.765071511, 0.713329196, -1.33339572, 0.806773663, -0.589637101, 0.0380075909, -0.0593131669, -0.144820824, -0.987678587, 0.587876141, 0.794579327, -0.151810646) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.11792302, -4.38957644, -6.17307758, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.53487122, 0.693031669, -1.2761941, 0.971029937, -0.0455975756, 0.234558791, 0.224243268, -0.165136561, -0.960441589, 0.0825273693, 0.985216737, -0.150127783) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.07011247, -4.56561279, 4.8648262, -0.238876954, 0.1210135, -0.963477969, 0.153487697, 0.984439611, 0.0855914056, 0.958844125, -0.127436548, -0.25373584) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.765071511, 0.713329196, -1.33339572, 0.806773663, -0.589637101, 0.0380075909, -0.0593131669, -0.144820824, -0.987678587, 0.587876141, 0.794579327, -0.151810646) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.11792302, -4.38957644, -6.17307758, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.53487122, 0.693031669, -1.2761941, 0.971029937, -0.0455975756, 0.234558791, 0.224243268, -0.165136561, -0.960441589, 0.0825273693, 0.985216737, -0.150127783) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.07011247, -4.56561279, 4.8648262, -0.238876954, 0.1210135, -0.963477969, 0.153487697, 0.984439611, 0.0855914056, 0.958844125, -0.127436548, -0.25373584) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-1.37114346, 0.0709186792, 0.0675002486, 0.992487252, 0.113685377, 0.0452332124, -0.111621529, 0.992694676, -0.0458077751, -0.0501104109, 0.0404145643, 0.997926056) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-4.75418425, -11.0036821, -5.46682024, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- for i = 0, 1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(7.38964445e-13, -0.0999969095, -7.62939362e-06, 0.999999881, 0, -9.68575478e-08, 0, 1, 0, 9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(7.38964445e-13, 1.59998691, 7.62939362e-06, 0.999999881, 0, 9.68575478e-08, 0, 1, 0, -9.68575478e-08, 0, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.55313313, 0.125685856, 0.0505743995, 0.971031904, -0.231850013, -0.0578137413, 0.224243641, 0.967766225, -0.114652075, 0.0825320259, 0.098366484, 0.99172169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.765071511, 0.713329196, -1.33339572, 0.806773663, -0.589637101, 0.0380075909, -0.0593131669, -0.144820824, -0.987678587, 0.587876141, 0.794579327, -0.151810646) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.626110554, -1.89749026, -0.284990191, 0.58778584, -0.0845604911, -0.804585874, -8.47740353e-07, 0.994523704, -0.104523182, 0.809016407, 0.0614379123, 0.584566772) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(-0.605535388, -2.03519583, -0.0977549031, 0.976733208, 0.167584971, -0.133820355, -0.175122678, 0.983442605, -0.0466134772, 0.123792976, 0.0689638779, 0.989908516) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.11792302, -4.38957644, -6.17307758, -0.238877416, 0.121018231, -0.963479698, -0.96556133, 0.0757470801, 0.248907939, 0.103102855, 0.989758015, 0.0987562239) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- con1:Disconnect()
- attack = false
- end
- Mouse.Button1Down:connect(function()
- if attack == false and attacktype == 1 then
- attacktype = 2
- attackone()
- elseif attack == false and attacktype == 2 then
- attacktype = 3
- attacktwo()
- elseif attack == false and attacktype == 3 then
- attacktype = 4
- attackthree()
- elseif attack == false and attacktype == 4 then
- attacktype = 1
- attackfour()
- end
- end)
- Mouse.KeyDown:connect(function(k)
- k = k:lower()
- if attack == false and k == 'z' then
- skill1()
- elseif attack == false and k == 'x' then
- skill2()
- elseif attack == false and k == 'c' then
- skill3()
- elseif attack == false and k == 'v' then
- skill4()
- end
- end)
- while true do
- swait()
- for i, v in pairs(Character:GetChildren()) do
- if v:IsA("Part") then
- v.Material = "SmoothPlastic"
- elseif v:IsA("Accessory") then
- v:WaitForChild("Handle").Material = "SmoothPlastic"
- end
- end
- for i, v in pairs(Character:GetChildren()) do
- if v:IsA'Model' then
- for _, c in pairs(v:GetChildren()) do
- if c:IsA'BasePart' then
- c.CustomPhysicalProperties = PhysicalProperties.new(0.001, 0.001, 0.001, 0.001, 0.001)
- end
- end
- end
- end
- Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
- velocity = RootPart.Velocity.y
- sine = sine + change
- local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
- if RootPart.Velocity.y > 1 and hit == nil then
- Anim = "Jump"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CFrame.new(.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- elseif RootPart.Velocity.y < -1 and hit == nil then
- Anim = "Fall"
- if attack == false then
- RootJoint.C0 = clerp(RootJoint.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CFrame.new(.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- LH.C0 = clerp(LH.C0, CFrame.new(-.5, -2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), .3)
- end
- elseif Torsovelocity < 1 and hit ~= nil then
- Anim = "Idle"
- if attack == false then
- change = 1
- for i = 0, .1, 0.1 do
- swait()
- PlayAnimationFromTable({
- CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, -0.1 + .1 * math.cos(sine / 20), 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0, 1.49998999, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.Angles(math.rad(0 + 1 * math.cos(sine / 20)), 0, 0),
- CFrame.new(0.0971713364, 0.48047477, -0.690263033, 0.156437621, 0.987688661, 5.07910954e-07, -0.103244141, 0.0163530931, -0.994521618, -0.982278764, 0.155580461, 0.104531169) * CFrame.new(0, 0, 0 - 0.1 * math.cos(sine / 20)) * CFrame.Angles(0 + 0.1 * math.cos(sine / 20), 0, 0),
- CFrame.new(-0.222224712, 0.450065523, -0.758310735, 0.156435266, -0.986334026, -0.05169167, 3.74561705e-06, 0.0523365997, -0.99862951, 0.987687588, 0.156220689, 0.00819099043) * CFrame.new(0, 0, 0) * CFrame.new(0, 0, 0 - 0.1 * math.cos(sine / 20)) * CFrame.Angles(0 + 0.1 * math.cos(sine / 20), 0, 0),
- CFrame.new(0.499998271, -1.99999285, 6.7371875e-06, 0.99862957, 0, -0.0523360297, 0, 1, 0, 0.0523360297, 0, 0.99862957) * CFrame.new(0, 0, 0) * CFrame.new(0, 0, 0 - 0.1 * math.cos(sine / 20)) * CFrame.Angles(0 + 0.1 * math.cos(sine / 20), 0, 0),
- CFrame.new(-0.500002325, -1.99999285, -6.53788447e-07, 0.998629332, 0, 0.0523360744, 0, 1, 0, -0.0523360744, 0, 0.998629332) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- }, .3, false)
- moter.C0 = clerp(moter.C0, CFrame.new(-3.02235246, 1.92388391, -3.48753023, -0.103249773, -0.156442299, -0.982277453, 0.0163175277, -0.987687945, 0.155588895, -0.994521618, 3.61958882e-05, 0.104531169) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
- end
- end
- elseif Torsovelocity > 2 and hit ~= nil then
- Anim = "Walk"
- if attack == false then
- moter.C0 = clerp(moter.C0, CFrame.new(1.6 + 1 * math.cos((sine) / 40),-2,0) * angles(-math.rad(50),0,math.rad(50)), 0.3)
- PlayAnimationFromTable({
- CFrame.new(-0, -0, 0, 1, 0, 0, 0, 0.996187985, 0.0871556774, 0, -0.0871556699, 0.996194661) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0, 1.49999499, 1.11760201e-08, 1, 0, 0, 0, 0.999998331, -7.45067918e-09, 0, 7.45069251e-09, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(1.18911254, 0.0782896876, 0.255851567, 0.993456841, -0.0824780688, 0.0789991543, 0.03798889, 0.8909688, 0.452474058, -0.10770496, -0.446512401, 0.888272345) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.0464204997, 0.397541106, -0.658183217, 0.0588601753, -0.997954249, 0.0249623619, 0.311851442, -0.00537268305, -0.950118005, 0.948310018, 0.0637085587, 0.310896575) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
- CFrame.new(0.5, -2.00000334, 2.67028881e-005, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024) * CFrame.new(0, 0+ .3 * math.cos((sine) / 2), 0 + 1 * math.cos((sine) / 4)) * CFrame.Angles(math.rad(0 - 50 * math.cos((sine) / 4)), math.rad(0), math.rad(0)),
- CFrame.new(-0.5, -2.00000334, 2.67028881e-005, 1, 0, 0, 0, 1.00000024, 0, 0, 0, 1.00000024) * CFrame.new(0, 0+ .3 * math.cos((sine) / 2), 0 - 1 * math.cos((sine) / 4)) * CFrame.Angles(math.rad(0 + 50 * math.cos((sine) / 4)), math.rad(0), math.rad(0)),
- }, .3, false)
- end
- end
- end
- if #Effects > 0 then
- for e = 1, #Effects do
- if Effects[e] ~= nil then
- local Thing = Effects[e]
- if Thing ~= nil then
- Part = Thing[1]
- Mode = Thing[2]
- Delay = Thing[3]
- IncX = Thing[4]
- IncY = Thing[5]
- IncZ = Thing[6]
- if Thing[2] == "Shoot" then
- Look = Thing[1]
- hit, pos = rayCast(Thing[4], Look, 5, Character)
- mag = (Thing[4] - pos).magnitude
- Thing[9].CFrame = CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(-1.57, 0, 0)
- Thing[4] = Thing[4] + (Look * 5)
- Thing[3] = Thing[3] - 1
- if hit ~= nil then
- print(hit.Parent)
- Thing[3] = 0
- --Damagefunc(hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, .2, 2, math.random(1, 5), nil, nil, true, "Movement", .02, 500)
- --MagniDamage(Thing[9], 5, Thing[5], Thing[6], Thing[7], "Normal", RootPart, .2, 2, math.random(1, 5), nil, nil, true, "Movement", .02, 500)
- end
- if Thing[3] <= 0 then
- if hit == nil then
- Effects.Sphere.Create(BrickColor.new("Crimson"), Thing[9].CFrame, 1, 1, 1, 2, 2, 2, .1)
- CFuncs.Sound.Create("285370517", Thing[9], 1, 1)
- else
- Effects.Wave.Create(BrickColor.new("Crimson"), Thing[9].CFrame * CFrame.fromEulerAnglesXYZ(3.2, 0, 0), .2, .2, .2, .6, .8, .6, .1)
- CFuncs.Sound.Create("285370517", Thing[9], .6, 1)
- CFuncs.Sound.Create("285370545", Thing[9], 1, 1)
- end
- for i = 1, math.random(2, 4) do
- Effects.Break.Create(BrickColor.new("Crimson"), Thing[9].CFrame, math.random(20, 40) / 100, math.random(100, 600) / 100, math.random(20, 40) / 100)
- end
- Thing[9].Transparency = 1
- game:GetService("Debris"):AddItem(Thing[9], 1)
- table.remove(Effects, e)
- end
- end
- if Thing[2] ~= "Shoot" then
- if Thing[1].Transparency <= 1 then
- if Thing[2] == "Block1" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block2" then
- Thing[1].CFrame = Thing[1].CFrame
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block3" then
- Thing[1].CFrame = Thing[8].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block4" then
- Thing[1].CFrame = Thing[8].CFrame * CFrame.new(0, -Thing[7].Scale.Y, 0) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0)
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block2Fire" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- if Thing[1].Transparency >= .3 then
- Thing[1].BrickColor = BrickColor.new("Bright red")
- else
- Thing[1].BrickColor = BrickColor.new("Bright yellow")
- end
- elseif Thing[2] == "Ice" then
- if Thing[6] <= Thing[5] then
- Thing[6] = Thing[6] + .3
- Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 1, 0)
- else
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- end
- elseif Thing[2] == "Shatter" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
- Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
- Thing[6] = Thing[6] + Thing[5]
- elseif Thing[2] == "Fire" then
- Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Cylinder" then
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Cylinder2" then
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, Thing[8], 0)
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Blood" then
- Mesh = Thing[7]
- Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, .5, 0)
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Elec" then
- Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Disappear" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- end
- else
- Part.Parent = nil
- table.remove(Effects, e)
- end
- end
- end
- end
- end
- end
Add Comment
Please, Sign In to add comment