SHOW:
|
|
- or go back to the newest paste.
| 1 | ------------------------------------- | |
| 2 | --NINJA? PRESENT! KENNY G? PRESENT!-- | |
| 3 | ------------------------------------- | |
| 4 | --By CKbackup-- | |
| 5 | --------------- | |
| 6 | --Edit by Ketsueki_Yuza | |
| 7 | ------------------------ | |
| 8 | player = game.Players.LocalPlayer | |
| 9 | mouse = player:GetMouse() | |
| 10 | chara = player.Character | |
| 11 | equipped = true | |
| 12 | del = false | |
| 13 | attacking = false | |
| 14 | atkd = false | |
| 15 | hum = chara:FindFirstChildOfClass("Humanoid")
| |
| 16 | debby = game.Debris | |
| 17 | ws = 40 | |
| 18 | hum.WalkSpeed = 40 | |
| 19 | maincol = "Pastel Blue" | |
| 20 | if player.Name == "deino150" then | |
| 21 | maincol = "Pastel Blue" | |
| 22 | end | |
| 23 | ||
| 24 | player = game.Players.LocalPlayer | |
| 25 | mouse = player:GetMouse() | |
| 26 | chara = player.Character | |
| 27 | equipped = true | |
| 28 | del = false | |
| 29 | attacking = false | |
| 30 | atkd = false | |
| 31 | hum = chara:FindFirstChildOfClass("Humanoid")
| |
| 32 | debby = game.Debris | |
| 33 | ws = 40 | |
| 34 | hum.WalkSpeed = 40 | |
| 35 | maincol = "Really Black" | |
| 36 | if player.Name == "Ketsueki_Yuza" then | |
| 37 | maincol = "Really black" | |
| 38 | end | |
| 39 | ||
| 40 | player = game.Players.LocalPlayer | |
| 41 | mouse = player:GetMouse() | |
| 42 | chara = player.Character | |
| 43 | equipped = true | |
| 44 | del = false | |
| 45 | attacking = false | |
| 46 | atkd = false | |
| 47 | hum = chara:FindFirstChildOfClass("Humanoid")
| |
| 48 | debby = game.Debris | |
| 49 | ws = 40 | |
| 50 | hum.WalkSpeed = 40 | |
| 51 | maincol = "Crimson" | |
| 52 | if player.Name == "ExploiterU" then | |
| 53 | maincol = "Crimson" | |
| 54 | end | |
| 55 | ||
| 56 | ||
| 57 | ArtificialHB = Instance.new("BindableEvent", script)
| |
| 58 | ArtificialHB.Name = "Heartbeat" | |
| 59 | script:WaitForChild("Heartbeat")
| |
| 60 | frame = 0.03333333333333 | |
| 61 | tf = 0 | |
| 62 | allowframeloss = false | |
| 63 | tossremainder = false | |
| 64 | lastframe = tick() | |
| 65 | script.Heartbeat:Fire() | |
| 66 | game:GetService("RunService").Heartbeat:connect(function(s, p)
| |
| 67 | tf = tf + s | |
| 68 | if tf >= frame then | |
| 69 | if allowframeloss then | |
| 70 | script.Heartbeat:Fire() | |
| 71 | lastframe = tick() | |
| 72 | else | |
| 73 | for i = 1, math.floor(tf / frame) do | |
| 74 | script.Heartbeat:Fire() | |
| 75 | end | |
| 76 | lastframe = tick() | |
| 77 | end | |
| 78 | if tossremainder then | |
| 79 | tf = 0 | |
| 80 | else | |
| 81 | tf = tf - frame * math.floor(tf / frame) | |
| 82 | end | |
| 83 | end | |
| 84 | end) | |
| 85 | function swait(num) | |
| 86 | if num == 0 or num == nil then | |
| 87 | ArtificialHB.Event:wait() | |
| 88 | else | |
| 89 | for i = 0, num*30 do | |
| 90 | ArtificialHB.Event:wait() | |
| 91 | end | |
| 92 | end | |
| 93 | end | |
| 94 | ||
| 95 | New = function(Object, Parent, Name, Data) | |
| 96 | local Object = Instance.new(Object) | |
| 97 | for Index, Value in pairs(Data or {}) do
| |
| 98 | Object[Index] = Value | |
| 99 | end | |
| 100 | Object.Parent = Parent | |
| 101 | Object.Name = Name | |
| 102 | return Object | |
| 103 | end | |
| 104 | ||
| 105 | NeonKatana = New("Model",chara,"NeonKatana",{})
| |
| 106 | Handle = New("Part",NeonKatana,"Handle",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 1.19999993, 0.200000003),CFrame = CFrame.new(-56.5499992, 1.10000038, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 107 | HWeld = New("ManualWeld",Handle,"HWeld",{Part0 = Handle,Part1 = chara["Right Arm"],C1 = CFrame.new(-0.0499992371, -1, -0.300000429, 1, 0, 0, 0, 0, 1, -0, -1, -0),})
| |
| 108 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.750000119, 5.94999981, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 109 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 110 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, -0.350000262, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 111 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.750000119, 6.04999971, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 112 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 113 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.350000262, 0.0499997139, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 114 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.850000024, 5.94999886, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 115 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 116 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0, -0.250000358, -0.0500011444, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 117 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.850000024, 6.04999685, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 118 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 119 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.250000358, 0.0499968529, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 120 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.950000167, 5.94999981, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 121 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 122 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, -0.150000215, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 123 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.05000007, 6.04999685, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 124 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 125 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.0500003099, 0.0499968529, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 126 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.950000167, 6.04999971, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 127 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 128 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.150000215, 0.0499997139, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 129 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.05000007, 5.94999886, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 130 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 131 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0, -0.0500003099, -0.0500011444, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 132 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.25000012, 5.94999886, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 133 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 134 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0, 0.149999738, -0.0500011444, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 135 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.15000021, 5.94999981, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 136 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 137 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.0499998331, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 138 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.25000012, 6.04999685, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 139 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 140 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.149999738, 0.0499968529, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 141 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.15000021, 6.04999971, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 142 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 143 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.0499998331, 0.0499997139, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 144 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.35000026, 6.04999971, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 145 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 146 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.249999881, 0.0499997139, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 147 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.35000026, 5.94999981, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 148 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 149 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.249999881, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 150 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.45000017, 5.94999886, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 151 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 152 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0, 0.349999785, -0.0500011444, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 153 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.45000017, 6.04999685, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 154 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 155 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.349999785, 0.0499968529, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 156 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.65000021, 5.94999886, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 157 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 158 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0, 0.549999833, -0.0500011444, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 159 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.65000021, 6.04999685, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 160 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 161 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.549999833, 0.0499968529, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 162 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.55000031, 5.94999981, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 163 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 164 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.449999928, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 165 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 1.55000031, 6.04999971, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 166 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 167 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.449999928, 0.0499997139, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 168 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 1.19999993, 0.200000003),CFrame = CFrame.new(-56.5499992, 1.10000026, 5.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 169 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),})
| |
| 170 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -1.1920929e-07, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 171 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.100000001, 1.19999993, 0.200000003),CFrame = CFrame.new(-56.5499992, 1.10000026, 6.09999943, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 172 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 1, 0.5),})
| |
| 173 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -1.1920929e-07, 0.0999994278, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 174 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.649999976, 5.94999886, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 175 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 176 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0, -0.450000405, -0.0500011444, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 177 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.550000072, 5.94999981, -1, 0, 0, 0, -1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 178 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 179 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, -0.55000031, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 180 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.649999976, 6.04999685, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 181 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 182 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.450000405, 0.0499968529, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 183 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.0999999568),CFrame = CFrame.new(-56.5499992, 0.550000072, 6.04999971, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 184 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 185 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.55000031, 0.0499997139, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 186 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.0999998972, 0.200000003),CFrame = CFrame.new(-56.5499992, 1.75000024, 5.79999971, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 187 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 2),})
| |
| 188 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.649999857, -0.200000286, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 189 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.200000003),CFrame = CFrame.new(-56.5499992, 1.75000024, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 190 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 2),})
| |
| 191 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.649999857, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 192 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.0999998972, 0.200000003),CFrame = CFrame.new(-56.5499992, 1.75000024, 6.19999933, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 193 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 2),})
| |
| 194 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.649999857, 0.199999332, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 195 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.0999998972, 0.200000003),CFrame = CFrame.new(-56.5499992, 0.450000405, 6.09999943, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 196 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 2),})
| |
| 197 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.649999976, 0.0999994278, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 198 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.0999998972, 0.200000003),CFrame = CFrame.new(-56.5499992, 0.450000405, 5.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 199 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 2),})
| |
| 200 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.649999976, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 201 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.200000003),CFrame = CFrame.new(-56.5499992, 0.449999928, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 202 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(2, 2, 1),})
| |
| 203 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.650000453, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 204 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.200000003),CFrame = CFrame.new(-56.5499992, 1.85000026, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 205 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
| |
| 206 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.749999881, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 207 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 3.99999905, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.9000001, 6.05000019, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 208 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.79999971, 0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 209 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 1.95000029, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 210 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 211 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.849999905, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 212 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.05000019, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 213 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 214 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.949999809, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 215 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.1500001, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 216 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 217 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.04999971, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 218 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.25, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 219 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 220 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.14999962, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 221 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.4499979, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 222 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 223 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.34999752, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 224 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.6499989, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 225 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 226 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.54999852, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 227 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.54999804, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 228 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 229 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.44999766, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 230 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.34999895, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 231 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 232 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.24999857, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 233 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.84999895, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 234 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 235 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.74999857, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 236 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.74999905, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 237 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 238 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.64999866, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 239 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 2.9499979, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 240 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 241 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.84999752, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 242 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.04999804, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 243 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 244 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.94999766, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 245 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.1499989, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 246 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 247 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.04999852, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 248 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.4499979, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 249 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 250 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.34999752, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 251 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.24999905, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 252 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 253 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.14999866, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 254 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.34999895, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 255 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 256 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.24999857, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 257 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.54999804, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 258 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 259 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.44999766, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 260 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.74999905, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 261 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 262 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.64999866, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 263 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.84999895, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 264 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 265 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.74999857, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 266 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.6499989, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 267 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 268 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.54999852, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 269 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.14999914, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 270 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 271 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.04999876, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 272 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.24999809, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 273 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 274 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.14999771, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 275 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 3.9499979, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 276 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 277 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.84999752, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 278 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.04999781, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 279 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 280 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.94999743, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 281 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.44999695, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 282 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 283 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.34999657, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 284 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.64999723, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 285 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 286 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.54999685, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 287 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.34999704, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 288 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 289 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.24999666, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 290 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.54999781, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 291 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 292 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.44999743, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 293 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.74999714, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 294 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 295 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.64999676, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 296 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.94999695, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 297 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 298 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.84999657, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 299 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 4.84999704, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 300 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 301 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.74999666, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 302 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 5.04999781, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 303 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 304 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 3.94999743, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 305 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 5.44999695, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 306 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 307 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.34999657, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 308 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 5.34999609, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 309 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 310 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.24999571, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 311 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 5.24999714, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 312 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 313 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.14999676, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 314 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 5.14999723, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 315 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 316 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.04999685, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 317 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 5.64999723, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 318 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 319 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.54999685, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 320 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 5.74999714, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 321 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 322 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.64999676, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 323 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.299999923, 0.200000003),CFrame = CFrame.new(-56.5499992, 5.94999647, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 324 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 325 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.84999609, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 326 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.099999927, 0.100000001),CFrame = CFrame.new(-56.5499992, 5.54999781, 5.94999981, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 327 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 328 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.44999743, -0.0500001907, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 329 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.100000001, 0.299999923, 0.100000001),CFrame = CFrame.new(-56.5499992, 6.04999638, 6.04999971, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.388235, 0.372549, 0.384314),})
| |
| 330 | Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 331 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 4.94999599, 0.0499997139, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 332 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.100000001, 4.09999895, 0.200000003),CFrame = CFrame.new(-56.5499992, 3.85000086, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 333 | Mesh = New("BlockMesh",NeonPart,"Mesh",{Offset = Vector3.new(0, 0, -0.00999999978),Scale = Vector3.new(0.5, 1, 1),})
| |
| 334 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0, 2.75000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 335 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.100000001, 0.499999911, 0.200000003),CFrame = CFrame.new(-56.5499992, 6.14999676, 5.99999952, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 336 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Offset = Vector3.new(0, 0, -0.00999999978),Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 337 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C1 = CFrame.new(0, 5.04999638, -4.76837158e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 338 | Hitbox = New("Part",NeonKatana,"Hitbox",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.100000001, 4.59999847, 0.200000003),CFrame = CFrame.new(-56.5499992, 4.10000134, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,})
| |
| 339 | Mesh = New("BlockMesh",Hitbox,"Mesh",{Offset = Vector3.new(0, 0, -0.00999999978),Scale = Vector3.new(0.5, 1, 1),})
| |
| 340 | Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = Handle,C1 = CFrame.new(0, 3.00000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 341 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.199999958),CFrame = CFrame.new(-56.6499977, 1.75000036, 5.99999952, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 342 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Sphere,})
| |
| 343 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(-0.0999984741, 0.649999976, -4.76837158e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 344 | NeonPart = New("Part",NeonKatana,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.099999778, 0.100000001, 0.199999958),CFrame = CFrame.new(-56.4500008, 1.75000036, 5.99999952, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 345 | Mesh = New("SpecialMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.5, 1, 1),MeshType = Enum.MeshType.Sphere,})
| |
| 346 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0.0999984741, 0.649999976, -4.76837158e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 347 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.099999778, 0.100000001, 0.199999958),CFrame = CFrame.new(-56.6499977, 1.75000036, 5.99999952, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 348 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 0.5),MeshType = Enum.MeshType.Sphere,})
| |
| 349 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(-0.0999984741, 0.649999976, -4.76837158e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 350 | Part = New("Part",NeonKatana,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.099999778, 0.100000001, 0.199999958),CFrame = CFrame.new(-56.4500008, 1.75000036, 5.99999952, 1, 0, 0, 0, -1, 0, 0, 0, -1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 351 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 1, 0.5),MeshType = Enum.MeshType.Sphere,})
| |
| 352 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0.0999984741, 0.649999976, -4.76837158e-07, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 353 | ||
| 354 | NeonSheath = New("Model",chara,"NeonSheath",{})
| |
| 355 | MainPart = New("Part",NeonSheath,"MainPart",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 4.40000057, 0.100000001),CFrame = CFrame.new(-53.9000053, 2.80000591, 14.1499958, 0.939694107, 0.342019469, 0, -0.342021376, 0.939694107, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 356 | Mesh = New("CylinderMesh",MainPart,"Mesh",{Scale = Vector3.new(1.5, 1, 1.5),})
| |
| 357 | SWeld = New("ManualWeld",MainPart,"SWeld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 0.939694107, -0.342021376, 0, 0.342019469, 0.939694107, 0, 0, 0, 1),C1 = CFrame.new(-1.14440918e-05, -0.19999361, 0.649995804, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 358 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.0999998972, 0.100000001),CFrame = CFrame.new(-54.7635078, 0.719892025, 14.1499958, 0.939694643, 0.34201929, 0, -0.342021942, 0.939694703, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 359 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.39999998, 1, 1.39999998),})
| |
| 360 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(-0.09998703, -2.25, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 361 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.40000057, 0.100000001),CFrame = CFrame.new(-53.8060379, 2.7658062, 14.1499958, 0.939694643, 0.34201929, 0, -0.342021942, 0.939694703, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 362 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1, 1.20000005),})
| |
| 363 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(0.0999984741, 1.90734863e-06, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 364 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.0999998972, 0.100000001),CFrame = CFrame.new(-54.5755768, 0.651491404, 14.1499958, 0.939694643, 0.34201929, 0, -0.342021942, 0.939694703, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 365 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.39999998, 1, 1.39999998),})
| |
| 366 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(0.100002289, -2.25, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 367 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.5840416, 0.920616388, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 368 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 369 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, -2, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 370 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.7631912, 3.17588449, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 371 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 372 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, 0.40000248, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 373 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.3527603, 4.30351734, 14.1499958, 0.939695239, 0, -0.342019111, -0.342022538, 0, -0.939695239, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 374 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 375 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(1.14440918e-05, 1.60000515, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 376 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.2159615, 4.67939472, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 377 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 378 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, 2.00000191, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 379 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.4895744, 3.92763877, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 380 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 381 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(7.62939453e-06, 1.20000267, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 382 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.6263847, 3.55175924, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 383 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 384 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, 0.799999237, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 385 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.7631912, 3.17588449, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 386 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 387 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, 0.40000248, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 388 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.6263809, 3.55175877, 14.1499958, 0.939695239, 0, -0.342019111, -0.342022538, 0, -0.939695239, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 389 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 390 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(7.62939453e-06, 0.800000191, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 391 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.0999998972, 0.100000001),CFrame = CFrame.new(-53.2244225, 4.94852114, 14.1499958, 0.939695239, 0.342019111, 0, -0.342022538, 0.939695239, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 392 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.39999998, 1, 1.39999998),})
| |
| 393 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(-0.0999908447, 2.25000477, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 394 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.2159615, 4.67939568, 14.1499958, 0.939695239, 0, -0.342019111, -0.342022538, 0, -0.939695239, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 395 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 396 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, 2.00000286, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 397 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.0999998972, 0.100000001),CFrame = CFrame.new(-53.130455, 4.91432285, 14.1499958, 0.939695239, 0.342019111, 0, -0.342022538, 0.939695239, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 398 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.39999998, 1, 1.39999998),})
| |
| 399 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(3.81469727e-06, 2.25000668, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 400 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.4895744, 3.92763877, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 401 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 402 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(7.62939453e-06, 1.20000267, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 403 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.3527679, 4.30351925, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 404 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 405 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, 1.6000042, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 406 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.0999998972, 0.100000001),CFrame = CFrame.new(-53.0364799, 4.88011551, 14.1499958, 0.939695239, 0.342019111, 0, -0.342022538, 0.939695239, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 407 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.39999998, 1, 1.39999998),})
| |
| 408 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(0.100009918, 2.25000381, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 409 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.9000053, 2.80000591, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 410 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 411 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 412 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.40000105, 0.100000001),CFrame = CFrame.new(-53.9000015, 2.80000186, 14.1499958, 0.939694643, 0.34201929, 0, -0.342021942, 0.939694703, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 413 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1, 1.20000005),})
| |
| 414 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(3.81469727e-06, -2.86102295e-06, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 415 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.5840378, 0.920614123, 14.1499958, 0.939695239, 0, -0.342019111, -0.342022538, 0, -0.939695239, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 416 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 417 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(7.62939453e-06, -2.00000095, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 418 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.0368042, 2.42412949, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 419 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 420 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(7.62939453e-06, -0.399995804, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 421 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.0368042, 2.42412949, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 422 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 423 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(7.62939453e-06, -0.399995804, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 424 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.3104134, 1.67236793, 14.1499958, 0.939695239, 0, -0.342019111, -0.342022538, 0, -0.939695239, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 425 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 426 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(1.52587891e-05, -1.19999981, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 427 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.1736183, 2.04825187, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 428 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 429 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, -0.79999733, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 430 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.1736183, 2.04825187, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 431 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 432 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, -0.79999733, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 433 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.4472313, 1.29649544, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 434 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 435 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, -1.59999847, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 436 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.4472313, 1.29649544, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 437 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 438 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(3.81469727e-06, -1.59999847, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 439 | NeonPart = New("Part",NeonSheath,"NeonPart",{BrickColor = BrickColor.new(maincol),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-54.3104172, 1.67237008, 14.1499958, 0.939694643, 0, -0.34201929, -0.342021942, 0, -0.939694703, 0, 1, 0),CanCollide = false,Color = BrickColor.new(maincol).Color,})
| |
| 440 | Mesh = New("CylinderMesh",NeonPart,"Mesh",{Scale = Vector3.new(0.800000012, 1.60000002, 0.800000012),})
| |
| 441 | Weld = New("ManualWeld",NeonPart,"Weld",{Part0 = NeonPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(1.14440918e-05, -1.19999886, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),})
| |
| 442 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.40000057, 0.100000001),CFrame = CFrame.new(-53.993969, 2.83420706, 14.1499958, 0.939695239, 0.342019111, 0, -0.342022538, 0.939695239, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 443 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 1, 1.20000005),})
| |
| 444 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(-0.0999946594, 9.53674316e-07, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 445 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.100000001, 0.400000006),CFrame = CFrame.new(-53.9000053, 2.80000687, 14.1499958, 0.939695239, 0, -0.342019111, -0.342022538, 0, -0.939695239, 0, 1, 0),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 446 | Mesh = New("CylinderMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.5, 1),})
| |
| 447 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0, 0, 1, -0.342019826, -0.939692974, 0),C1 = CFrame.new(0, 9.53674316e-07, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 448 | Part = New("Part",NeonSheath,"Part",{BrickColor = BrickColor.new("Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000018, 0.0999998972, 0.100000001),CFrame = CFrame.new(-54.6695404, 0.68568778, 14.1499958, 0.939695239, 0.342019111, 0, -0.342022538, 0.939695239, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 449 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.39999998, 1, 1.39999998),})
| |
| 450 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.939692974, -0.342020214, 0, 0.342019826, 0.939692974, 0, 0, 0, 1),C1 = CFrame.new(1.14440918e-05, -2.25000286, 0, 0.939693511, -0.34202078, 0, 0.342019647, 0.93969357, 0, 0, 0, 1),})
| |
| 451 | ||
| 452 | RightArm = New("Model",chara,"RightArm",{})
| |
| 453 | MainPart = New("Part",RightArm,"MainPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(0.5, 3.00000787, -3.50019717, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 454 | Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C1 = CFrame.new(0, -1.00135803e-005, -0.000197172165, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 455 | Emit2Part = New("Part",RightArm,"Emit2Part",{BrickColor = BrickColor.new("Royal purple"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(0.5, 2.10001373, -3.5001967, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0.74902),})
| |
| 456 | Mesh = New("SpecialMesh",Emit2Part,"Mesh",{Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995),MeshType = Enum.MeshType.Sphere,})
| |
| 457 | Weld = New("ManualWeld",Emit2Part,"Weld",{Part0 = Emit2Part,Part1 = MainPart,C1 = CFrame.new(0, -0.899994135, 4.76837158e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 458 | LeftArm = New("Model",chara,"LeftArm",{})
| |
| 459 | MainPart = New("Part",LeftArm,"MainPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(-2.50000024, 3.00000787, -3.50019717, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 460 | Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C1 = CFrame.new(-2.38418579e-007, -1.00135803e-005, -0.000197172165, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 461 | EmitPart = New("Part",LeftArm,"EmitPart",{BrickColor = BrickColor.new("Royal purple"),Material = Enum.Material.Neon,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-2.5, 2.10001373, -3.5001967, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 0, 0.74902),})
| |
| 462 | Mesh = New("SpecialMesh",EmitPart,"Mesh",{Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995),MeshType = Enum.MeshType.Sphere,})
| |
| 463 | Weld = New("ManualWeld",EmitPart,"Weld",{Part0 = EmitPart,Part1 = MainPart,C1 = CFrame.new(2.38418579e-007, -0.899994135, 4.76837158e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 464 | ||
| 465 | lach = LeftArm:GetChildren() | |
| 466 | rach = RightArm:GetChildren() | |
| 467 | ||
| 468 | local Music = Instance.new("Sound",chara)
| |
| 469 | Music.Volume = 1 | |
| 470 | Music.Looped = true | |
| 471 | Music.SoundId = "rbxassetid://148510835" | |
| 472 | ||
| 473 | local pemit = Instance.new("ParticleEmitter",Hitbox)
| |
| 474 | pemit.Enabled = false | |
| 475 | pemit.Color = ColorSequence.new(BrickColor.new(maincol).Color) | |
| 476 | pemit.LightEmission = 1 | |
| 477 | pemit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.5,1),NumberSequenceKeypoint.new(1,1)})
| |
| 478 | pemit.Texture = "rbxasset://textures/particles/smoke_main.dds" | |
| 479 | pemit.Lifetime = NumberRange.new(.5) | |
| 480 | pemit.Rate = 1000 | |
| 481 | pemit.LockedToPart = true | |
| 482 | pemit.RotSpeed = NumberRange.new(100) | |
| 483 | pemit.Rotation = NumberRange.new(0,360) | |
| 484 | pemit.Speed = NumberRange.new(0) | |
| 485 | ||
| 486 | --Sounds-- | |
| 487 | function LoadSnd(id,loop,vol,pit) | |
| 488 | local snd = New("Sound",chara.Head,"Sound",{SoundId = "rbxassetid://"..id,Looped = loop,Volume = vol,Pitch = pit})
| |
| 489 | return snd | |
| 490 | end | |
| 491 | Swing2Snd = LoadSnd(536642316,false,1,1) | |
| 492 | HitPunchSnd = LoadSnd(153092227,false,1,1) | |
| 493 | HitHamonSnd = LoadSnd(32791565,false,1,1) | |
| 494 | HamonSnd = LoadSnd(32791565,false,1,1) | |
| 495 | SHamonSnd = LoadSnd(128912290,true,1,2) | |
| 496 | ||
| 497 | --Play Sound in Part-- | |
| 498 | function PlaySnd(snd,part,pitch,vol) | |
| 499 | local sound = Instance.new("Sound",part)
| |
| 500 | sound.PlayOnRemove = true | |
| 501 | sound.SoundId = "rbxassetid://"..snd | |
| 502 | sound.PlaybackSpeed = pitch | |
| 503 | sound.Volume = vol | |
| 504 | sound:Destroy() | |
| 505 | end | |
| 506 | ||
| 507 | function CreateTrailObj(parent,color1,color2,ofsx,ofsz) | |
| 508 | local Att1 = New("Attachment",parent,"Att1",{Position = Vector3.new(ofsx,parent.Size.Y/2,ofsz)})
| |
| 509 | local Att2 = New("Attachment",parent,"Att2",{Position = Vector3.new(ofsx,-(parent.Size.Y/2),ofsz)})
| |
| 510 | local TEff = New("Trail",parent,"TrailEff",{Color = ColorSequence.new({ColorSequenceKeypoint.new(0,BrickColor.new(color1).Color),ColorSequenceKeypoint.new(1,BrickColor.new(color2).Color)}),Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,.5),NumberSequenceKeypoint.new(1,1)}),Attachment0 = Att1,Attachment1 = Att2,Enabled = false,Lifetime = .5,MinLength = .001,LightEmission = 1})
| |
| 511 | return TEff | |
| 512 | end | |
| 513 | ||
| 514 | SlashT = CreateTrailObj(Hitbox,maincol,maincol,0,0) | |
| 515 | LKickT = CreateTrailObj(chara["Left Leg"],maincol,maincol,0,0) | |
| 516 | ||
| 517 | --Punch Hit Effect-- | |
| 518 | function PunchEff(pos) | |
| 519 | local p = Instance.new("Part",workspace)
| |
| 520 | p.Size = Vector3.new(1,1,1) | |
| 521 | p.BrickColor = BrickColor.new(maincol) | |
| 522 | p.Material = "Neon" | |
| 523 | p.Anchored = true | |
| 524 | p.CanCollide = false | |
| 525 | p.CFrame = pos | |
| 526 | local pm = Instance.new("SpecialMesh",p)
| |
| 527 | pm.MeshType = "Sphere" | |
| 528 | coroutine.resume(coroutine.create(function() | |
| 529 | for i = 0,1,.05 do | |
| 530 | swait() | |
| 531 | p.Transparency = i | |
| 532 | pm.Scale = Vector3.new(4*i,4*i,4*i) | |
| 533 | end | |
| 534 | swait() | |
| 535 | p:Destroy() | |
| 536 | end)) | |
| 537 | end | |
| 538 | function SlashEff(pos) | |
| 539 | local p = Instance.new("Part",workspace)
| |
| 540 | p.Size = Vector3.new(1,1,1) | |
| 541 | p.BrickColor = BrickColor.new(maincol) | |
| 542 | p.Material = "Neon" | |
| 543 | p.Anchored = true | |
| 544 | p.CanCollide = false | |
| 545 | p.CFrame = pos * CFrame.fromEulerAnglesXYZ(math.random(0,math.rad(359)),math.random(0,math.rad(359)),math.random(0,math.rad(359))) | |
| 546 | local pm = Instance.new("SpecialMesh",p)
| |
| 547 | pm.MeshType = "Sphere" | |
| 548 | coroutine.resume(coroutine.create(function() | |
| 549 | for i = 0,1,.05 do | |
| 550 | swait() | |
| 551 | p.Transparency = i | |
| 552 | pm.Scale = Vector3.new(.7,20*i,.7) | |
| 553 | end | |
| 554 | swait() | |
| 555 | p:Destroy() | |
| 556 | end)) | |
| 557 | end | |
| 558 | ||
| 559 | --Damage Function-- | |
| 560 | ungodding = false | |
| 561 | function dealdmg(dude,damage,env,toim,kby,kbx) | |
| 562 | coroutine.resume(coroutine.create(function() | |
| 563 | if dude ~= chara and dude:FindFirstChild("IsHit") == nil then
| |
| 564 | finaldmg = damage + math.random(-env,env) | |
| 565 | dudehum = dude:FindFirstChildOfClass("Humanoid")
| |
| 566 | if ungodding == true then | |
| 567 | if dudehum.Health > 100 then | |
| 568 | dudehum.Health = 100 | |
| 569 | end | |
| 570 | dudehum.MaxHealth = 100 | |
| 571 | end | |
| 572 | dudehum.Health = dudehum.Health - finaldmg | |
| 573 | local vall = Instance.new("ObjectValue",dude)
| |
| 574 | vall.Name = "IsHit" | |
| 575 | game.Debris:AddItem(vall,toim) | |
| 576 | local bfos = Instance.new("BodyVelocity",dude.Head)
| |
| 577 | bfos.P = 20000 | |
| 578 | bfos.MaxForce = Vector3.new(bfos.P,bfos.P,bfos.P) | |
| 579 | bfos.Velocity = Vector3.new(0,kby,0) + chara.HumanoidRootPart.CFrame.lookVector * kbx | |
| 580 | game.Debris:AddItem(bfos,.5) | |
| 581 | local naeeym2 = Instance.new("BillboardGui",dude)
| |
| 582 | naeeym2.Size = UDim2.new(0,100,0,40) | |
| 583 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
| 584 | naeeym2.Adornee = dude.Head | |
| 585 | naeeym2.Name = "TalkingBillBoard" | |
| 586 | local tecks2 = Instance.new("TextLabel",naeeym2)
| |
| 587 | tecks2.BackgroundTransparency = 1 | |
| 588 | tecks2.BorderSizePixel = 0 | |
| 589 | tecks2.Text = "-"..finaldmg | |
| 590 | tecks2.Font = "SciFi" | |
| 591 | tecks2.FontSize = "Size24" | |
| 592 | tecks2.TextStrokeTransparency = 0 | |
| 593 | tecks2.TextColor3 = Color3.new(1,0.6,0) | |
| 594 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
| 595 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
| 596 | for i = 1, 5 do | |
| 597 | wait(.1) | |
| 598 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
| 599 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
| 600 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
| 601 | end | |
| 602 | naeeym2:Destroy() | |
| 603 | end | |
| 604 | end)) | |
| 605 | end | |
| 606 | ||
| 607 | --Explode Hitbox-- | |
| 608 | function ExHitbox(rad,pos,damage,env,toim,kby,kbx) | |
| 609 | local E = Instance.new("Explosion")
| |
| 610 | E.Position = pos | |
| 611 | E.Parent = game.Workspace | |
| 612 | E.BlastRadius = rad | |
| 613 | E.BlastPressure = 0 | |
| 614 | E.Visible = false | |
| 615 | E.Hit:connect(function(hit) | |
| 616 | if hit.Parent:FindFirstChildOfClass("Humanoid")~=nil then
| |
| 617 | dealdmg(hit.Parent,damage,env,toim,kby,kbx) | |
| 618 | end | |
| 619 | end) | |
| 620 | end | |
| 621 | ||
| 622 | --Kick Touch-- | |
| 623 | kickactive = false | |
| 624 | function kickhit(hit) | |
| 625 | if kickactive == true then | |
| 626 | if hit.Parent:FindFirstChildOfClass("Humanoid") ~= nil and hit.Parent ~= chara and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 627 | PlaySnd(386946017,hit.Parent.Head,math.random(0.80,1.20),1) | |
| 628 | PunchEff(hit.CFrame) | |
| 629 | dealdmg(hit.Parent,10,2,.3,0,10) | |
| 630 | end | |
| 631 | end | |
| 632 | end | |
| 633 | chara["Right Leg"].Touched:connect(kickhit) | |
| 634 | chara["Left Leg"].Touched:connect(kickhit) | |
| 635 | ||
| 636 | --Blade Touch-- | |
| 637 | bladeactive = false | |
| 638 | exebladeactive = false | |
| 639 | function bladehit(hit) | |
| 640 | if blockval == true then | |
| 641 | local sauenv = math.random(9,11)/10 | |
| 642 | PlaySnd(211059855,Hitbox,sauenv,1) | |
| 643 | end | |
| 644 | if bladeactive == true then | |
| 645 | if hit.Parent:FindFirstChild("Humanoid") ~= nil and hit.Parent ~= chara and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 646 | dealdmg(hit.Parent,17,2,.3,0,0) | |
| 647 | local cho = math.random(1,3) | |
| 648 | if cho == 1 then | |
| 649 | PlaySnd(444667824,hit.Parent.Head,1,1) | |
| 650 | elseif cho == 2 then | |
| 651 | PlaySnd(444667844,hit.Parent.Head,1,1) | |
| 652 | elseif cho == 3 then | |
| 653 | PlaySnd(444667859,hit.Parent.Head,1,1) | |
| 654 | end | |
| 655 | SlashEff(hit.CFrame) | |
| 656 | if exebladeactive == true then | |
| 657 | coroutine.resume(coroutine.create(function() | |
| 658 | local dude = hit.Parent | |
| 659 | local vall = Instance.new("ObjectValue",dude)
| |
| 660 | vall.Name = "IsHit" | |
| 661 | swait(.7) | |
| 662 | for i = 1, 3 do | |
| 663 | local cho = math.random(1,3) | |
| 664 | if cho == 1 then | |
| 665 | PlaySnd(444667824,hit.Parent.Head,1,1) | |
| 666 | elseif cho == 2 then | |
| 667 | PlaySnd(444667844,hit.Parent.Head,1,1) | |
| 668 | elseif cho == 3 then | |
| 669 | PlaySnd(444667859,hit.Parent.Head,1,1) | |
| 670 | end | |
| 671 | SlashEff(dude.Head.CFrame - Vector3.new(0,1.5,0)) | |
| 672 | swait(.5) | |
| 673 | end | |
| 674 | for i = 1, 10 do | |
| 675 | local cho = math.random(1,3) | |
| 676 | if cho == 1 then | |
| 677 | PlaySnd(444667824,hit.Parent.Head,1,1) | |
| 678 | elseif cho == 2 then | |
| 679 | PlaySnd(444667844,hit.Parent.Head,1,1) | |
| 680 | elseif cho == 3 then | |
| 681 | PlaySnd(444667859,hit.Parent.Head,1,1) | |
| 682 | end | |
| 683 | SlashEff(dude.Head.CFrame - Vector3.new(0,1.5,0)) | |
| 684 | swait(.3) | |
| 685 | end | |
| 686 | for i = 1, 30 do | |
| 687 | local cho = math.random(1,3) | |
| 688 | if cho == 1 then | |
| 689 | PlaySnd(444667824,hit.Parent.Head,1,1) | |
| 690 | elseif cho == 2 then | |
| 691 | PlaySnd(444667844,hit.Parent.Head,1,1) | |
| 692 | elseif cho == 3 then | |
| 693 | PlaySnd(444667859,hit.Parent.Head,1,1) | |
| 694 | end | |
| 695 | SlashEff(dude.Head.CFrame - Vector3.new(0,1.5,0)) | |
| 696 | swait() | |
| 697 | end | |
| 698 | swait(.1) | |
| 699 | coroutine.resume(coroutine.create(function() | |
| 700 | local oreverb = game:GetService("SoundService").AmbientReverb
| |
| 701 | game:GetService("SoundService").AmbientReverb = "SewerPipe"
| |
| 702 | local cho = math.random(1,3) | |
| 703 | if cho == 1 then | |
| 704 | for i = 0,.8,.2 do | |
| 705 | PlaySnd(444667824,chara,.5-(i/2),1-i) | |
| 706 | swait(.5) | |
| 707 | end | |
| 708 | elseif cho == 2 then | |
| 709 | for i = 0,.8,.2 do | |
| 710 | PlaySnd(444667844,chara,.5-(i/2),1-i) | |
| 711 | swait(.5) | |
| 712 | end | |
| 713 | elseif cho == 3 then | |
| 714 | for i = 0,.8,.2 do | |
| 715 | PlaySnd(444667859,chara,.5-(i/2),1-i) | |
| 716 | swait(.5) | |
| 717 | end | |
| 718 | end | |
| 719 | swait(2.5) | |
| 720 | game:GetService("SoundService").AmbientReverb = oreverb
| |
| 721 | end)) | |
| 722 | dude:BreakJoints() | |
| 723 | coroutine.resume(coroutine.create(function() | |
| 724 | local naeeym2 = Instance.new("BillboardGui",dude)
| |
| 725 | naeeym2.Size = UDim2.new(0,100,0,40) | |
| 726 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
| 727 | naeeym2.Adornee = dude.Head | |
| 728 | naeeym2.Name = "TalkingBillBoard" | |
| 729 | local tecks2 = Instance.new("TextLabel",naeeym2)
| |
| 730 | tecks2.BackgroundTransparency = 1 | |
| 731 | tecks2.BorderSizePixel = 0 | |
| 732 | tecks2.Text = "DEATH" | |
| 733 | tecks2.Font = "SciFi" | |
| 734 | tecks2.FontSize = "Size36" | |
| 735 | tecks2.TextStrokeTransparency = 0 | |
| 736 | tecks2.TextColor3 = Color3.new(0,0,0) | |
| 737 | tecks2.TextStrokeColor3 = Color3.new(1,0,0) | |
| 738 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
| 739 | for i = 1, 5 do | |
| 740 | wait(.1) | |
| 741 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
| 742 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
| 743 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
| 744 | end | |
| 745 | naeeym2:Destroy() | |
| 746 | end)) | |
| 747 | for oa = 1, 5 do | |
| 748 | local effp = Instance.new("Part",workspace)
| |
| 749 | effp.CanCollide = false | |
| 750 | effp.BottomSurface = 0 | |
| 751 | effp.TopSurface = 0 | |
| 752 | effp.Size = Vector3.new(1,1,1) | |
| 753 | effp.Anchored = true | |
| 754 | effp.CFrame = (dude.Head.CFrame - Vector3.new(0,1.5,0)) * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359))) | |
| 755 | effp.Material = "Neon" | |
| 756 | effp.BrickColor = BrickColor.new("White")
| |
| 757 | local efm = Instance.new("SpecialMesh",effp)
| |
| 758 | efm.MeshType = "Sphere" | |
| 759 | coroutine.resume(coroutine.create(function() | |
| 760 | for a = 0,1,.01 do | |
| 761 | efm.Scale = Vector3.new(2-a*2,1000*a,2-a*2) | |
| 762 | effp.Transparency = a | |
| 763 | swait() | |
| 764 | end | |
| 765 | effp:Destroy() | |
| 766 | end)) | |
| 767 | end | |
| 768 | for i, v in pairs(dude:GetChildren()) do | |
| 769 | if v:IsA("BasePart") then
| |
| 770 | v.Anchored = false | |
| 771 | end | |
| 772 | end | |
| 773 | for a, v in pairs(dude:GetChildren()) do | |
| 774 | if v:IsA("BasePart") then
| |
| 775 | local bodpos = Instance.new("BodyPosition",v)
| |
| 776 | bodpos.Position = v.Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) | |
| 777 | v.BrickColor = BrickColor.new("Really white")
| |
| 778 | v.Material = "Neon" | |
| 779 | end | |
| 780 | end | |
| 781 | for d = 0,1,.1 do | |
| 782 | for i, v in pairs(dude:GetChildren()) do | |
| 783 | if v:IsA("BasePart") then
| |
| 784 | v.Transparency = d | |
| 785 | swait() | |
| 786 | end | |
| 787 | end | |
| 788 | end | |
| 789 | for i, v in pairs(dude:GetChildren()) do | |
| 790 | if v:IsA("BasePart") then
| |
| 791 | v:Destroy() | |
| 792 | end | |
| 793 | end | |
| 794 | end)) | |
| 795 | end | |
| 796 | end | |
| 797 | end | |
| 798 | end | |
| 799 | Hitbox.Touched:connect(bladehit) | |
| 800 | ||
| 801 | --Chat Function-- | |
| 802 | function chatfunc(text) | |
| 803 | coroutine.resume(coroutine.create(function() | |
| 804 | if chara:FindFirstChild("TalkingBillBoard")~= nil then
| |
| 805 | chara:FindFirstChild("TalkingBillBoard"):destroy()
| |
| 806 | end | |
| 807 | local naeeym2 = Instance.new("BillboardGui",chara)
| |
| 808 | naeeym2.Size = UDim2.new(0,100,0,40) | |
| 809 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
| 810 | naeeym2.Adornee = chara.Head | |
| 811 | naeeym2.Name = "TalkingBillBoard" | |
| 812 | local tecks2 = Instance.new("TextLabel",naeeym2)
| |
| 813 | tecks2.BackgroundTransparency = 1 | |
| 814 | tecks2.BorderSizePixel = 0 | |
| 815 | tecks2.Text = "" | |
| 816 | tecks2.Font = "SciFi" | |
| 817 | tecks2.FontSize = "Size24" | |
| 818 | tecks2.TextStrokeTransparency = 0 | |
| 819 | tecks2.TextColor3 = Color3.new(1,1,1) | |
| 820 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
| 821 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
| 822 | coroutine.resume(coroutine.create(function() | |
| 823 | for i = 1,string.len(text),1 do | |
| 824 | tecks2.Text = string.sub(text,1,i) | |
| 825 | swait(0.01) | |
| 826 | end | |
| 827 | swait(1) | |
| 828 | for i = 1, 5 do | |
| 829 | swait(.01) | |
| 830 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
| 831 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
| 832 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
| 833 | end | |
| 834 | naeeym2:Destroy() | |
| 835 | end)) | |
| 836 | end)) | |
| 837 | end | |
| 838 | ||
| 839 | function updateCol() | |
| 840 | SlashT.Color = ColorSequence.new(BrickColor.new(maincol).Color) | |
| 841 | LKickT.Color = ColorSequence.new(BrickColor.new(maincol).Color) | |
| 842 | pemit.Color = ColorSequence.new(BrickColor.new(maincol).Color) | |
| 843 | for i, v in pairs(chara:GetDescendants()) do | |
| 844 | if v.Name == "NeonPart" then | |
| 845 | v.Color = BrickColor.new(maincol).Color | |
| 846 | end | |
| 847 | end | |
| 848 | end | |
| 849 | ||
| 850 | function updateCol2(col) | |
| 851 | SlashT.Color = ColorSequence.new(col) | |
| 852 | LKickT.Color = ColorSequence.new(col) | |
| 853 | pemit.Color = ColorSequence.new(col) | |
| 854 | for i, v in pairs(chara:GetDescendants()) do | |
| 855 | if v.Name == "NeonPart" then | |
| 856 | v.Color = col | |
| 857 | end | |
| 858 | end | |
| 859 | end | |
| 860 | ||
| 861 | function onChatted(msg) | |
| 862 | --if msg:sub(1,2) ~= "/e" then | |
| 863 | --chatfunc(msg) | |
| 864 | --end | |
| 865 | if msg:sub(1,5) == "Color" then | |
| 866 | if msg == "Color Rainbow" then | |
| 867 | Music.SoundId = "rbxassetid://148510835" | |
| 868 | Music:Play() | |
| 869 | local colrr = Color3.new(0,0,0) | |
| 870 | for i, v in pairs(chara:GetDescendants()) do | |
| 871 | if v:IsA("BasePart") and (v:IsDescendantOf(NeonKatana) or v:IsDescendantOf(NeonSheath)) then
| |
| 872 | v.BrickColor = BrickColor.new("Institutional white")
| |
| 873 | end | |
| 874 | end | |
| 875 | coroutine.resume(coroutine.create(function() | |
| 876 | while wait() do | |
| 877 | for i = 0,256,64 do | |
| 878 | colrr = Color3.new(1,i/256,0) | |
| 879 | updateCol2(colrr) | |
| 880 | maincol = NeonPart.Color | |
| 881 | wait() | |
| 882 | end | |
| 883 | for i = 0,256,64 do | |
| 884 | colrr = Color3.new(1-i/256,1,0) | |
| 885 | updateCol2(colrr) | |
| 886 | maincol = NeonPart.Color | |
| 887 | wait() | |
| 888 | end | |
| 889 | for i = 0,256,64 do | |
| 890 | colrr = Color3.new(0,1,i/256) | |
| 891 | updateCol2(colrr) | |
| 892 | maincol = NeonPart.Color | |
| 893 | wait() | |
| 894 | end | |
| 895 | for i = 0,256,64 do | |
| 896 | colrr = Color3.new(0,1-i/256,1) | |
| 897 | updateCol2(colrr) | |
| 898 | maincol = NeonPart.Color | |
| 899 | wait() | |
| 900 | end | |
| 901 | for i = 0,256,64 do | |
| 902 | colrr = Color3.new(i/256,0,1) | |
| 903 | updateCol2(colrr) | |
| 904 | maincol = NeonPart.Color | |
| 905 | wait() | |
| 906 | end | |
| 907 | for i = 0,256,64 do | |
| 908 | colrr = Color3.new(1,0,1-i/256) | |
| 909 | updateCol2(colrr) | |
| 910 | maincol = NeonPart.Color | |
| 911 | wait() | |
| 912 | end | |
| 913 | end | |
| 914 | end)) | |
| 915 | elseif msg == "Color Darkmode" then | |
| 916 | Music.SoundId = "rbxassetid://148510835" | |
| 917 | Music:Play() | |
| 918 | maincol = "Crimson" | |
| 919 | local colrr = Color3.new(0,0,0) | |
| 920 | for i, v in pairs(chara:GetDescendants()) do | |
| 921 | if v:IsA("BasePart") and (v:IsDescendantOf(NeonKatana) or v:IsDescendantOf(NeonSheath)) then
| |
| 922 | v.BrickColor = BrickColor.new("Really black")
| |
| 923 | end | |
| 924 | end | |
| 925 | updateCol() | |
| 926 | elseif msg == "Color Christmas" then | |
| 927 | Music.SoundId = "rbxassetid://148510835" | |
| 928 | Music:Play() | |
| 929 | maincol = "Institutional white" | |
| 930 | local colrr = Color3.new(0,0,0) | |
| 931 | for i, v in pairs(chara:GetDescendants()) do | |
| 932 | if v:IsA("BasePart") and (v:IsDescendantOf(NeonKatana) or v:IsDescendantOf(NeonSheath)) then
| |
| 933 | v.BrickColor = BrickColor.new("Really red")
| |
| 934 | end | |
| 935 | end | |
| 936 | updateCol() | |
| 937 | else | |
| 938 | maincol = msg:sub(7,msg:len()) | |
| 939 | updateCol() | |
| 940 | end | |
| 941 | end | |
| 942 | end | |
| 943 | player.Chatted:connect(onChatted) | |
| 944 | ||
| 945 | --Clerp Animations-- | |
| 946 | TC = chara.HumanoidRootPart.RootJoint | |
| 947 | HC = chara.Torso.Neck | |
| 948 | RAC = chara.Torso["Right Shoulder"] | |
| 949 | LAC = chara.Torso["Left Shoulder"] | |
| 950 | RLC = chara.Torso["Right Hip"] | |
| 951 | LLC = chara.Torso["Left Hip"] | |
| 952 | TCF = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0) | |
| 953 | HCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0) | |
| 954 | RACF = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0) | |
| 955 | LACF = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 956 | RLCF = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0) | |
| 957 | LLCF = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 958 | RWF = CFrame.new(-1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 959 | LWF = CFrame.new(1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 960 | RLWF = CFrame.new(-.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 961 | LLWF = CFrame.new(.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0) | |
| 962 | RW = Instance.new("Weld",HC.Parent)
| |
| 963 | RW.Part1 = HC.Parent | |
| 964 | RW.Part0 = chara["Right Arm"] | |
| 965 | RW.C0 = RWF | |
| 966 | LW = Instance.new("Weld",HC.Parent)
| |
| 967 | LW.Part1 = HC.Parent | |
| 968 | LW.Part0 = chara["Left Arm"] | |
| 969 | LW.C0 = LWF | |
| 970 | RLW = nil | |
| 971 | LLW = nil | |
| 972 | grp = Instance.new("Model",chara)
| |
| 973 | ||
| 974 | function AddLegWelds() | |
| 975 | RLW = Instance.new("Weld",chara["Right Leg"])
| |
| 976 | RLW.Part1 = HC.Parent | |
| 977 | RLW.Part0 = chara["Right Leg"] | |
| 978 | RLW.C0 = RLWF | |
| 979 | LLW = Instance.new("Weld",chara["Left Leg"])
| |
| 980 | LLW.Part1 = HC.Parent | |
| 981 | LLW.Part0 = chara["Left Leg"] | |
| 982 | LLW.C0 = LLWF | |
| 983 | end | |
| 984 | ||
| 985 | function DestroyLegWelds() | |
| 986 | RLC = New("Motor6D",chara.Torso,"Right Hip",{Part0 = chara.Torso,Part1 = chara["Right Leg"],C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0),})
| |
| 987 | LLC = New("Motor6D",chara.Torso,"Left Hip",{Part0 = chara.Torso,Part1 = chara["Left Leg"],C0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),})
| |
| 988 | RLW:Destroy() | |
| 989 | LLW:Destroy() | |
| 990 | end | |
| 991 | ||
| 992 | function clerp(a,b,c) | |
| 993 | return a:lerp(b,c) | |
| 994 | end | |
| 995 | ||
| 996 | ITCF = TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)) | |
| 997 | IHCF = HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)) | |
| 998 | IRWF = (RWF + Vector3.new(.5,.5,-1)) * CFrame.fromEulerAnglesXYZ(math.rad(-100),0,math.rad(-100)) | |
| 999 | ILWF = (LWF + Vector3.new(-1.7,.5,.7)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),math.rad(20),math.rad(-120)) | |
| 1000 | ||
| 1001 | WTCF = TCF * CFrame.fromEulerAnglesXYZ(math.rad(45),0,math.rad(10)) | |
| 1002 | WHCF = HCF * CFrame.fromEulerAnglesXYZ(math.rad(-45),0,math.rad(-10)) | |
| 1003 | WRWF = (RWF + Vector3.new(.5,-.5,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-150),math.rad(-80),math.rad(-120)) | |
| 1004 | WLWF = (LWF + Vector3.new(-.8,-.4,.7)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),math.rad(0),math.rad(-50)) | |
| 1005 | ||
| 1006 | function res() | |
| 1007 | TC.C0 = ITCF | |
| 1008 | HC.C0 = IHCF | |
| 1009 | RW.C0 = IRWF | |
| 1010 | LW.C0 = ILWF | |
| 1011 | end | |
| 1012 | res() | |
| 1013 | ||
| 1014 | function RayCast(Position, Direction, MaxDistance, IgnoreList) | |
| 1015 | return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
| |
| 1016 | end | |
| 1017 | ||
| 1018 | --Block-- | |
| 1019 | blockval = false | |
| 1020 | healthlock = 0 | |
| 1021 | effeff = nil | |
| 1022 | function ToggleBlock() | |
| 1023 | if blockval == false then | |
| 1024 | blockval = true | |
| 1025 | healthlock = chara.Humanoid.Health | |
| 1026 | effeff = Instance.new("ForceField",chara)
| |
| 1027 | effeff.Name = "FawsFeeld" | |
| 1028 | effeff.Visible = false | |
| 1029 | for i = 0,.6,.1 do | |
| 1030 | swait() | |
| 1031 | TC.C0 = clerp(ITCF,TCF,.4+i) | |
| 1032 | HC.C0 = clerp(IHCF,HCF,.4+i) | |
| 1033 | LW.C0 = ILWF | |
| 1034 | RW.C0 = IRWF | |
| 1035 | end | |
| 1036 | elseif blockval == true then | |
| 1037 | effeff:Destroy() | |
| 1038 | blockval = false | |
| 1039 | for i = 0,.6,.1 do | |
| 1040 | swait() | |
| 1041 | TC.C0 = clerp(ITCF,TCF,.6-i) | |
| 1042 | HC.C0 = clerp(IHCF,HCF,.6-i) | |
| 1043 | LW.C0 = ILWF | |
| 1044 | RW.C0 = IRWF | |
| 1045 | end | |
| 1046 | end | |
| 1047 | end | |
| 1048 | ||
| 1049 | --Flip-- | |
| 1050 | function Flip() | |
| 1051 | del = true | |
| 1052 | res() | |
| 1053 | AddLegWelds() | |
| 1054 | PlaySnd(536642316,chara.Head,1,1) | |
| 1055 | for i = 0,.6,.2 do | |
| 1056 | swait() | |
| 1057 | TC.C0 = clerp(ITCF,TCF - Vector3.new(0,1,0),.4+i) | |
| 1058 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),.4+i) | |
| 1059 | RW.C0 = clerp(IRWF,WRWF,.4+i) | |
| 1060 | LW.C0 = clerp(ILWF,WLWF,.4+i) | |
| 1061 | RLW.C0 = clerp(RLWF,RLWF - Vector3.new(0,1,-.5),.4+i) | |
| 1062 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),.4+i) | |
| 1063 | end | |
| 1064 | RW.C0 = WRWF | |
| 1065 | LW.C0 = WLWF | |
| 1066 | local bf = Instance.new("BodyVelocity",chara.Torso)
| |
| 1067 | bf.P = 100000 | |
| 1068 | bf.MaxForce = Vector3.new(bf.P,bf.P,bf.P) | |
| 1069 | bf.Velocity = Vector3.new(0,60,0) + chara.HumanoidRootPart.CFrame.lookVector*30 | |
| 1070 | debby:AddItem(bf,.5) | |
| 1071 | for i = 0,1,.25 do | |
| 1072 | swait() | |
| 1073 | TC.C0 = clerp(TCF - Vector3.new(0,1,0),TCF * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0),i) | |
| 1074 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0),i) | |
| 1075 | LLW.C0 = clerp((LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),LLWF,i) | |
| 1076 | end | |
| 1077 | bf.MaxForce = Vector3.new(bf.P,0,bf.P) | |
| 1078 | for i = 0,1,.25 do | |
| 1079 | swait() | |
| 1080 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0),TCF * CFrame.fromEulerAnglesXYZ(math.rad(-360),0,0),i) | |
| 1081 | end | |
| 1082 | swait(.5) | |
| 1083 | bf:Destroy() | |
| 1084 | for i = 0,1,.25 do | |
| 1085 | swait() | |
| 1086 | TC.C0 = clerp(TCF,TCF - Vector3.new(0,1,0),i) | |
| 1087 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0),HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),i) | |
| 1088 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),i) | |
| 1089 | end | |
| 1090 | for i = 0,.6,.2 do | |
| 1091 | swait() | |
| 1092 | TC.C0 = clerp(ITCF,TCF - Vector3.new(0,1,0),.6-i) | |
| 1093 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),.6-i) | |
| 1094 | RW.C0 = clerp(IRWF,WRWF,.6-i) | |
| 1095 | LW.C0 = clerp(ILWF,WLWF,.6-i) | |
| 1096 | RLW.C0 = clerp(RLWF,RLWF - Vector3.new(0,1,-.5),.6-i) | |
| 1097 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),.6-i) | |
| 1098 | end | |
| 1099 | DestroyLegWelds() | |
| 1100 | res() | |
| 1101 | hum.WalkSpeed = ws | |
| 1102 | walking = false | |
| 1103 | del = false | |
| 1104 | end | |
| 1105 | function BackFlip() | |
| 1106 | del = true | |
| 1107 | res() | |
| 1108 | AddLegWelds() | |
| 1109 | PlaySnd(536642316,chara.Head,1,1) | |
| 1110 | for i = 0,.6,.2 do | |
| 1111 | swait() | |
| 1112 | TC.C0 = clerp(ITCF,TCF - Vector3.new(0,1,0),.4+i) | |
| 1113 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),.4+i) | |
| 1114 | RW.C0 = clerp(IRWF,WRWF,.4+i) | |
| 1115 | LW.C0 = clerp(ILWF,WLWF,.4+i) | |
| 1116 | RLW.C0 = clerp(RLWF,RLWF - Vector3.new(0,1,-.5),.4+i) | |
| 1117 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),.4+i) | |
| 1118 | end | |
| 1119 | RW.C0 = WRWF | |
| 1120 | LW.C0 = WLWF | |
| 1121 | local bf = Instance.new("BodyVelocity",chara.Torso)
| |
| 1122 | bf.P = 100000 | |
| 1123 | bf.MaxForce = Vector3.new(bf.P,bf.P,bf.P) | |
| 1124 | bf.Velocity = Vector3.new(0,60,0) + chara.HumanoidRootPart.CFrame.lookVector*-30 | |
| 1125 | for i = 0,1,.25 do | |
| 1126 | swait() | |
| 1127 | TC.C0 = clerp(TCF - Vector3.new(0,1,0),TCF * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0),i) | |
| 1128 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0),i) | |
| 1129 | LLW.C0 = clerp((LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),LLWF,i) | |
| 1130 | end | |
| 1131 | bf.MaxForce = Vector3.new(bf.P,0,bf.P) | |
| 1132 | for i = 0,1,.25 do | |
| 1133 | swait() | |
| 1134 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0),TCF * CFrame.fromEulerAnglesXYZ(math.rad(360),0,0),i) | |
| 1135 | end | |
| 1136 | swait(.5) | |
| 1137 | bf:Destroy() | |
| 1138 | for i = 0,1,.25 do | |
| 1139 | swait() | |
| 1140 | TC.C0 = clerp(TCF,TCF - Vector3.new(0,1,0),i) | |
| 1141 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0),HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),i) | |
| 1142 | RW.C0 = clerp(WRWF,RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-10)),i) | |
| 1143 | LW.C0 = clerp(WLWF,LWF,i) | |
| 1144 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),i) | |
| 1145 | end | |
| 1146 | for i = 0,.6,.2 do | |
| 1147 | swait() | |
| 1148 | TC.C0 = clerp(ITCF,TCF - Vector3.new(0,1,0),.6-i) | |
| 1149 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),.6-i) | |
| 1150 | RW.C0 = clerp(IRWF,RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-10)),.6-i) | |
| 1151 | LW.C0 = clerp(ILWF,LWF,.6-i) | |
| 1152 | RLW.C0 = clerp(RLWF,RLWF - Vector3.new(0,1,-.5),.6-i) | |
| 1153 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),.6-i) | |
| 1154 | end | |
| 1155 | DestroyLegWelds() | |
| 1156 | res() | |
| 1157 | hum.WalkSpeed = ws | |
| 1158 | walking = false | |
| 1159 | del = false | |
| 1160 | end | |
| 1161 | ||
| 1162 | function Shuriken() | |
| 1163 | del = true | |
| 1164 | PlaySnd(211059653,chara.Head,1,1) | |
| 1165 | for i = 0,.6,.1 do | |
| 1166 | swait() | |
| 1167 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-60)),.4+i) | |
| 1168 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(60)),.4+i) | |
| 1169 | LW.C0 = clerp(ILWF,(LWF + Vector3.new(-.5,-.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(70),0),.4+i) | |
| 1170 | RW.C0 = clerp(IRWF,RWF * CFrame.fromEulerAnglesXYZ(0,math.rad(30),0),.4+i) | |
| 1171 | end | |
| 1172 | swait(.1) | |
| 1173 | for i = 0,.6,.2 do | |
| 1174 | swait() | |
| 1175 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-60)),TCF * CFrame.fromEulerAnglesXYZ(math.rad(15),0,math.rad(-15)),.4+i) | |
| 1176 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(60)),HCF * CFrame.fromEulerAnglesXYZ(math.rad(-15),0,math.rad(15)),.4+i) | |
| 1177 | LW.C0 = clerp((LWF + Vector3.new(-.5,-.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(70),0),(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 1178 | end | |
| 1179 | LW.C0 = (LWF - Vector3.new(.5,-1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)) | |
| 1180 | local ignoree = {}
| |
| 1181 | for i, v in pairs(chara:GetDescendants()) do | |
| 1182 | if v:IsA("BasePart") then
| |
| 1183 | table.insert(ignoree,v) | |
| 1184 | end | |
| 1185 | end | |
| 1186 | PlaySnd(743521549,chara.Head,1,1) | |
| 1187 | local target = mouse.Hit.p | |
| 1188 | local dir = (target - (chara.HumanoidRootPart.Position)).unit | |
| 1189 | local pos = chara.HumanoidRootPart.Position + (dir*1) | |
| 1190 | local missile = Instance.new("Part",workspace)
| |
| 1191 | missile.Size = Vector3.new(0,0,0) | |
| 1192 | missile.CanCollide = false | |
| 1193 | missile.Anchored = true | |
| 1194 | missile.BrickColor = BrickColor.new(maincol) | |
| 1195 | missile.Position = chara.HumanoidRootPart.Position | |
| 1196 | missile.CFrame = CFrame.new(pos,pos+dir) | |
| 1197 | local mehs = Instance.new("SpecialMesh",missile)
| |
| 1198 | mehs.MeshType = "Sphere" | |
| 1199 | local mehs = Instance.new("SpecialMesh",missile)
| |
| 1200 | mehs.MeshId = "http://www.roblox.com/asset/?id=18007807" | |
| 1201 | mehs.Scale = Vector3.new(1.5,1.5,1.5) | |
| 1202 | local dec = Instance.new("Decal",missile)
| |
| 1203 | dec.Texture = "http://www.roblox.com/asset/?id=1222956369" | |
| 1204 | local P = Instance.new("Part",workspace)
| |
| 1205 | table.insert(ignoree,missile) | |
| 1206 | local par, pont = RayCast(missile.Position,missile.CFrame.lookVector,9999,ignoree) | |
| 1207 | if par ~= nil then | |
| 1208 | missile.CFrame = CFrame.new(pont.X,pont.Y,pont.Z) | |
| 1209 | missile.CFrame = CFrame.new(missile.Position,missile.Position+((pont - (chara.HumanoidRootPart.Position)).unit)*1) | |
| 1210 | if par.Anchored == false then | |
| 1211 | mehs.Offset = Vector3.new(0,0,-.5) | |
| 1212 | missile.Anchored = false | |
| 1213 | local werd = Instance.new("Weld",missile)
| |
| 1214 | werd.Part0 = missile | |
| 1215 | werd.Part1 = par | |
| 1216 | local HitPos = missile.Position | |
| 1217 | local CJ = CFrame.new(HitPos) | |
| 1218 | local C0 = missile.CFrame:inverse() *CJ | |
| 1219 | local C1 = par.CFrame:inverse() * CJ | |
| 1220 | werd.C0 = C0 | |
| 1221 | werd.C1 = C1 | |
| 1222 | end | |
| 1223 | end | |
| 1224 | local meshla = Instance.new("BlockMesh", P)
| |
| 1225 | meshla.Scale = Vector3.new(.5,0,1) | |
| 1226 | P.formFactor = 0 | |
| 1227 | P.Size = Vector3.new(1,1,(pos - missile.Position).magnitude) | |
| 1228 | P.Name = "Laser" | |
| 1229 | P.CFrame = CFrame.new((pos + missile.Position)/2,pos) | |
| 1230 | P.BrickColor = BrickColor.new(maincol) | |
| 1231 | P.Material = "Neon" | |
| 1232 | P.Anchored = true | |
| 1233 | P.CanCollide = false | |
| 1234 | coroutine.resume(coroutine.create(function() | |
| 1235 | PlaySnd(541909677,missile,1,1) | |
| 1236 | ExHitbox(2,missile.Position,20,2,.05,0,0) | |
| 1237 | for i = 0,1,.1 do | |
| 1238 | swait() | |
| 1239 | P.Transparency = i | |
| 1240 | end | |
| 1241 | P:Destroy() | |
| 1242 | swait(5) | |
| 1243 | for i = 1, 9 do | |
| 1244 | missile.Transparency = i/10 | |
| 1245 | dec.Transparency = i/10 | |
| 1246 | swait() | |
| 1247 | end | |
| 1248 | missile:Destroy() | |
| 1249 | end)) | |
| 1250 | swait(.5) | |
| 1251 | for i = 0,.6,.2 do | |
| 1252 | swait() | |
| 1253 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(15),0,math.rad(-15)),.6-i) | |
| 1254 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-15),0,math.rad(15),0),.6-i) | |
| 1255 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i) | |
| 1256 | RW.C0 = clerp(IRWF,RWF * CFrame.fromEulerAnglesXYZ(0,math.rad(30),0),.6-i) | |
| 1257 | end | |
| 1258 | res() | |
| 1259 | del = false | |
| 1260 | end | |
| 1261 | ||
| 1262 | function FlipStorm() | |
| 1263 | del = true | |
| 1264 | hum.WalkSpeed = 0 | |
| 1265 | res() | |
| 1266 | AddLegWelds() | |
| 1267 | PlaySnd(536642316,chara.Head,1,1) | |
| 1268 | for i = 0,.6,.2 do | |
| 1269 | swait() | |
| 1270 | TC.C0 = clerp(ITCF,TCF - Vector3.new(0,1,0),.4+i) | |
| 1271 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),.4+i) | |
| 1272 | RW.C0 = clerp(IRWF,WRWF,.4+i) | |
| 1273 | LW.C0 = clerp(ILWF,(LWF + Vector3.new(-.5,-.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(70),0),.4+i) | |
| 1274 | RLW.C0 = clerp(RLWF,RLWF - Vector3.new(0,1,-.5),.4+i) | |
| 1275 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),.4+i) | |
| 1276 | end | |
| 1277 | RW.C0 = WRWF | |
| 1278 | LW.C0 = WLWF | |
| 1279 | local bf = Instance.new("BodyVelocity",chara.Torso)
| |
| 1280 | bf.P = 100000 | |
| 1281 | bf.MaxForce = Vector3.new(bf.P,bf.P,bf.P) | |
| 1282 | bf.Velocity = Vector3.new(0,60,0) + chara.HumanoidRootPart.CFrame.lookVector*-30 | |
| 1283 | for i = 0,1,.25 do | |
| 1284 | swait() | |
| 1285 | TC.C0 = clerp(TCF - Vector3.new(0,1,0),TCF * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0),i) | |
| 1286 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0),i) | |
| 1287 | LLW.C0 = clerp((LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),LLWF,i) | |
| 1288 | end | |
| 1289 | bf.MaxForce = Vector3.new(bf.P,0,bf.P) | |
| 1290 | for i = 0,1,.25 do | |
| 1291 | swait() | |
| 1292 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0),TCF * CFrame.fromEulerAnglesXYZ(math.rad(360),0,0),i) | |
| 1293 | end | |
| 1294 | for i = 0,.6,.2 do | |
| 1295 | swait() | |
| 1296 | LW.C0 = clerp((LWF + Vector3.new(-.5,-.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(70),0),(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 1297 | end | |
| 1298 | LW.C0 = (LWF - Vector3.new(.5,-1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)) | |
| 1299 | local ignoree = {}
| |
| 1300 | for i, v in pairs(chara:GetDescendants()) do | |
| 1301 | if v:IsA("BasePart") then
| |
| 1302 | table.insert(ignoree,v) | |
| 1303 | end | |
| 1304 | end | |
| 1305 | PlaySnd(743521549,chara.Head,1,1) | |
| 1306 | for i = 1, 10 do | |
| 1307 | local target = mouse.Hit.p + Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)) | |
| 1308 | local dir = (target - (chara.HumanoidRootPart.Position)).unit | |
| 1309 | local pos = chara.HumanoidRootPart.Position + (dir*1) | |
| 1310 | local missile = Instance.new("Part",workspace)
| |
| 1311 | missile.Size = Vector3.new(0,0,0) | |
| 1312 | missile.CanCollide = false | |
| 1313 | missile.Anchored = true | |
| 1314 | missile.BrickColor = BrickColor.new(maincol) | |
| 1315 | missile.Position = chara.HumanoidRootPart.Position | |
| 1316 | missile.CFrame = CFrame.new(pos,pos+dir) | |
| 1317 | table.insert(ignoree,missile) | |
| 1318 | local mehs = Instance.new("SpecialMesh",missile)
| |
| 1319 | mehs.MeshType = "Sphere" | |
| 1320 | local mehs = Instance.new("SpecialMesh",missile)
| |
| 1321 | mehs.MeshId = "http://www.roblox.com/asset/?id=18007807" | |
| 1322 | mehs.Scale = Vector3.new(1.5,1.5,1.5) | |
| 1323 | local dec = Instance.new("Decal",missile)
| |
| 1324 | dec.Texture = "http://www.roblox.com/asset/?id=1222956369" | |
| 1325 | local P = Instance.new("Part",workspace)
| |
| 1326 | table.insert(ignoree,P) | |
| 1327 | local par, pont = RayCast(missile.Position,missile.CFrame.lookVector,9999,ignoree) | |
| 1328 | if par ~= nil then | |
| 1329 | missile.CFrame = CFrame.new(pont.X,pont.Y,pont.Z) | |
| 1330 | missile.CFrame = CFrame.new(missile.Position,missile.Position+((pont - (chara.HumanoidRootPart.Position)).unit)*1) | |
| 1331 | if par.Anchored == false then | |
| 1332 | mehs.Offset = Vector3.new(0,0,-.5) | |
| 1333 | missile.Anchored = false | |
| 1334 | local werd = Instance.new("Weld",missile)
| |
| 1335 | werd.Part0 = missile | |
| 1336 | werd.Part1 = par | |
| 1337 | local HitPos = missile.Position | |
| 1338 | local CJ = CFrame.new(HitPos) | |
| 1339 | local C0 = missile.CFrame:inverse() *CJ | |
| 1340 | local C1 = par.CFrame:inverse() * CJ | |
| 1341 | werd.C0 = C0 | |
| 1342 | werd.C1 = C1 | |
| 1343 | end | |
| 1344 | end | |
| 1345 | local meshla = Instance.new("BlockMesh", P)
| |
| 1346 | meshla.Scale = Vector3.new(.5,0,1) | |
| 1347 | P.formFactor = 0 | |
| 1348 | P.Size = Vector3.new(1,1,(pos - missile.Position).magnitude) | |
| 1349 | P.Name = "Laser" | |
| 1350 | P.CFrame = CFrame.new((pos + missile.Position)/2,pos) | |
| 1351 | P.BrickColor = BrickColor.new(maincol) | |
| 1352 | P.Material = "Neon" | |
| 1353 | P.Anchored = true | |
| 1354 | P.CanCollide = false | |
| 1355 | coroutine.resume(coroutine.create(function() | |
| 1356 | PlaySnd(541909677,missile,1,1) | |
| 1357 | ExHitbox(2,missile.Position,20,2,.05,0,0) | |
| 1358 | for i = 0,1,.1 do | |
| 1359 | swait() | |
| 1360 | P.Transparency = i | |
| 1361 | end | |
| 1362 | P:Destroy() | |
| 1363 | swait(5) | |
| 1364 | for i = 1, 9 do | |
| 1365 | missile.Transparency = i/10 | |
| 1366 | dec.Transparency = i/10 | |
| 1367 | swait() | |
| 1368 | end | |
| 1369 | missile:Destroy() | |
| 1370 | end)) | |
| 1371 | end | |
| 1372 | swait(.5) | |
| 1373 | bf:Destroy() | |
| 1374 | for i = 0,1,.25 do | |
| 1375 | swait() | |
| 1376 | TC.C0 = clerp(TCF,TCF - Vector3.new(0,1,0),i) | |
| 1377 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(math.rad(10),0,0),HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),i) | |
| 1378 | RW.C0 = clerp(WRWF,RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-10)),i) | |
| 1379 | LW.C0 = clerp((LWF - Vector3.new(.5,-1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),LWF,i) | |
| 1380 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),i) | |
| 1381 | end | |
| 1382 | for i = 0,.6,.2 do | |
| 1383 | swait() | |
| 1384 | TC.C0 = clerp(ITCF,TCF - Vector3.new(0,1,0),.6-i) | |
| 1385 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,0),.6-i) | |
| 1386 | RW.C0 = clerp(IRWF,RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-10)),.6-i) | |
| 1387 | LW.C0 = clerp(ILWF,LWF,.6-i) | |
| 1388 | RLW.C0 = clerp(RLWF,RLWF - Vector3.new(0,1,-.5),.6-i) | |
| 1389 | LLW.C0 = clerp(LLWF,(LLWF - Vector3.new(0,1,-1))*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),.6-i) | |
| 1390 | end | |
| 1391 | DestroyLegWelds() | |
| 1392 | res() | |
| 1393 | hum.WalkSpeed = ws | |
| 1394 | walking = false | |
| 1395 | del = false | |
| 1396 | end | |
| 1397 | ||
| 1398 | function SlashDash() | |
| 1399 | del = true | |
| 1400 | hum.WalkSpeed = 0 | |
| 1401 | AddLegWelds() | |
| 1402 | for i = 0,.6,.1 do | |
| 1403 | swait() | |
| 1404 | TC.C0 = clerp(ITCF,WTCF,.4+i) | |
| 1405 | HC.C0 = clerp(IHCF,WHCF,.4+i) | |
| 1406 | RW.C0 = clerp(IRWF,WRWF,.4+i) | |
| 1407 | LW.C0 = clerp(ILWF,WLWF,.4+i) | |
| 1408 | RLW.C0 = clerp(RLWF,(RLWF + Vector3.new(0,0,-1)) * CFrame.fromEulerAnglesXYZ(math.rad(-70),0,0),.4+i) | |
| 1409 | end | |
| 1410 | pemit.Enabled = true | |
| 1411 | PlaySnd(136007472,chara.Head,2,1) | |
| 1412 | swait(1) | |
| 1413 | PlaySnd(415700134,chara.Head,1,1) | |
| 1414 | local startpos = chara.HumanoidRootPart.Position | |
| 1415 | local startdir = chara.HumanoidRootPart.CFrame.lookVector | |
| 1416 | coroutine.resume(coroutine.create(function() | |
| 1417 | for i = 0, 10 do | |
| 1418 | swait() | |
| 1419 | local sauenv = math.random(9,11)/10 | |
| 1420 | PlaySnd(615910787,chara.Head,sauenv,1) | |
| 1421 | local poss = startpos+startdir*(4*i) | |
| 1422 | ExHitbox(5,poss,35,2,.5,0,0) | |
| 1423 | for a = 1, 3 do | |
| 1424 | SlashEff(CFrame.new(poss.X,poss.Y,poss.Z)+Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))) | |
| 1425 | end | |
| 1426 | end | |
| 1427 | end)) | |
| 1428 | local trace = Instance.new("Part",game.Workspace)
| |
| 1429 | trace.BrickColor = BrickColor.new(maincol) | |
| 1430 | trace.CanCollide = false | |
| 1431 | trace.Size = Vector3.new(1,1,1) | |
| 1432 | trace.CFrame = chara.HumanoidRootPart.CFrame + chara.HumanoidRootPart.CFrame.lookVector * 15 | |
| 1433 | trace.Material = "Neon" | |
| 1434 | trace.Anchored = true | |
| 1435 | local tracem = Instance.new("SpecialMesh",trace)
| |
| 1436 | tracem.MeshType = "Sphere" | |
| 1437 | tracem.Scale = Vector3.new(1,1,70) | |
| 1438 | chara.HumanoidRootPart.CFrame = chara.HumanoidRootPart.CFrame + chara.HumanoidRootPart.CFrame.lookVector * 30 | |
| 1439 | coroutine.resume(coroutine.create(function() | |
| 1440 | swait(.5) | |
| 1441 | for i = 0,1,.1 do | |
| 1442 | swait() | |
| 1443 | trace.Transparency = i | |
| 1444 | end | |
| 1445 | trace:Destroy() | |
| 1446 | end)) | |
| 1447 | chara.HumanoidRootPart.CFrame = chara.HumanoidRootPart.CFrame + chara.HumanoidRootPart.CFrame.lookVector * 20 | |
| 1448 | TC.C0 = TCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,math.rad(-40)) | |
| 1449 | HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(-30),0,math.rad(40)) | |
| 1450 | LW.C0 = (LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)) | |
| 1451 | RW.C0 = (RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)) | |
| 1452 | RLW.C0 = (RLWF + Vector3.new(0,0,-1)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,0) | |
| 1453 | swait(1) | |
| 1454 | pemit.Enabled = false | |
| 1455 | for i = 0,.6,.2 do | |
| 1456 | swait() | |
| 1457 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,math.rad(-40)),.6-i) | |
| 1458 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-30),0,math.rad(40)),.6-i) | |
| 1459 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i) | |
| 1460 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i) | |
| 1461 | RLW.C0 = clerp(RLWF,(RLWF + Vector3.new(0,0,-1)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,0),.6-i) | |
| 1462 | end | |
| 1463 | DestroyLegWelds() | |
| 1464 | del = false | |
| 1465 | res() | |
| 1466 | hum.WalkSpeed = ws | |
| 1467 | end | |
| 1468 | ||
| 1469 | function UltimateSlash() | |
| 1470 | del = true | |
| 1471 | hum.WalkSpeed = 0 | |
| 1472 | AddLegWelds() | |
| 1473 | for i = 0,.6,.1 do | |
| 1474 | swait() | |
| 1475 | TC.C0 = clerp(ITCF,WTCF,.4+i) | |
| 1476 | HC.C0 = clerp(IHCF,WHCF,.4+i) | |
| 1477 | RW.C0 = clerp(IRWF,WRWF,.4+i) | |
| 1478 | LW.C0 = clerp(ILWF,WLWF,.4+i) | |
| 1479 | RLW.C0 = clerp(RLWF,(RLWF + Vector3.new(0,0,-1)) * CFrame.fromEulerAnglesXYZ(math.rad(-70),0,0),.4+i) | |
| 1480 | end | |
| 1481 | pemit.Enabled = true | |
| 1482 | PlaySnd(136007472,chara.Head,1,1) | |
| 1483 | swait(2) | |
| 1484 | PlaySnd(28144295,chara.Head,.5,1) | |
| 1485 | bladeactive = true | |
| 1486 | exebladeactive = true | |
| 1487 | SlashT.Enabled = true | |
| 1488 | local bfos = Instance.new("BodyVelocity",chara.HumanoidRootPart)
| |
| 1489 | bfos.P = 200000 | |
| 1490 | bfos.MaxForce = Vector3.new(bfos.P,0,bfos.P) | |
| 1491 | bfos.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 100 | |
| 1492 | debby:AddItem(bfos,.1) | |
| 1493 | for i = 0,.6,.1 do | |
| 1494 | swait() | |
| 1495 | TC.C0 = clerp(WTCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,math.rad(-40)),.4+i) | |
| 1496 | HC.C0 = clerp(WHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-30),0,math.rad(40)),.4+i) | |
| 1497 | LW.C0 = clerp(WLWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 1498 | RW.C0 = clerp(WRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i) | |
| 1499 | RLW.C0 = clerp(RLWF,(RLWF + Vector3.new(0,0,-1)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,0),.4+i) | |
| 1500 | end | |
| 1501 | bladeactive = false | |
| 1502 | exebladeactive = false | |
| 1503 | swait(2) | |
| 1504 | SlashT.Enabled = false | |
| 1505 | pemit.Enabled = false | |
| 1506 | for i = 0,.6,.2 do | |
| 1507 | swait() | |
| 1508 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(30),0,math.rad(-40)),.6-i) | |
| 1509 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-30),0,math.rad(40)),.6-i) | |
| 1510 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i) | |
| 1511 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i) | |
| 1512 | RLW.C0 = clerp(RLWF,(RLWF + Vector3.new(0,0,-1)) * CFrame.fromEulerAnglesXYZ(math.rad(-50),0,0),.6-i) | |
| 1513 | end | |
| 1514 | DestroyLegWelds() | |
| 1515 | walking = false | |
| 1516 | res() | |
| 1517 | hum.WalkSpeed = ws | |
| 1518 | del = false | |
| 1519 | end | |
| 1520 | ||
| 1521 | ----Equipping-- | |
| 1522 | --function ToggleEquip() | |
| 1523 | --if equipped == true then | |
| 1524 | --for i = 0,.6,.1 do | |
| 1525 | --swait() | |
| 1526 | --TC.C0 = clerp(ITCF,TCF,.4+i) | |
| 1527 | --HC.C0 = clerp(IHCF,HCF,.4+i) | |
| 1528 | --RW.C0 = clerp(IRWF,RWF * CFrame.fromEulerAnglesXYZ(math.rad(90),0,0),.4+i) | |
| 1529 | --LW.C0 = clerp(ILWF,LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(5)),.4+i) | |
| 1530 | --end | |
| 1531 | --elseif equipped == false then | |
| 1532 | --end | |
| 1533 | --end | |
| 1534 | ||
| 1535 | --Keys-- | |
| 1536 | gkeydown = false | |
| 1537 | combo = 0 | |
| 1538 | function onKeyDown(key) | |
| 1539 | if key == "e" and del == false then | |
| 1540 | ToggleBlock() | |
| 1541 | end | |
| 1542 | if del == false and blockval == false then | |
| 1543 | if key == "r" then | |
| 1544 | BackFlip() | |
| 1545 | elseif key == "t" then | |
| 1546 | Flip() | |
| 1547 | elseif key == "z" then | |
| 1548 | Shuriken() | |
| 1549 | elseif key == "x" then | |
| 1550 | FlipStorm() | |
| 1551 | elseif key == "c" then | |
| 1552 | SlashDash() | |
| 1553 | elseif key == "v" then | |
| 1554 | UltimateSlash() | |
| 1555 | elseif key == "p" and player.Name == "CKbackup" then | |
| 1556 | if ungodding == false then | |
| 1557 | ungodding = true | |
| 1558 | chatfunc("Ungodding activated.")
| |
| 1559 | elseif ungodding == true then | |
| 1560 | ungodding = false | |
| 1561 | chatfunc("Ungodding deactivated.")
| |
| 1562 | end | |
| 1563 | elseif key == "m" then | |
| 1564 | if Music.IsPlaying == true then | |
| 1565 | Music:Stop() | |
| 1566 | elseif Music.IsPlaying == false then | |
| 1567 | Music:Play() | |
| 1568 | end | |
| 1569 | elseif key == "k" then | |
| 1570 | Music.SoundId = "rbxassetid://148510835" | |
| 1571 | elseif key == "l" then | |
| 1572 | Music.SoundId = "rbxassetid://148510835" | |
| 1573 | end | |
| 1574 | end | |
| 1575 | end | |
| 1576 | function onButton1Down() | |
| 1577 | if gkeydown == false then | |
| 1578 | gkeydown = true | |
| 1579 | end | |
| 1580 | end | |
| 1581 | function onButton1Up() | |
| 1582 | if gkeydown == true then | |
| 1583 | gkeydown = false | |
| 1584 | end | |
| 1585 | end | |
| 1586 | function onCombo() | |
| 1587 | if del == false and blockval == false then | |
| 1588 | del = true | |
| 1589 | torvel = (chara.HumanoidRootPart.Velocity*Vector3.new(0,1,0)).magnitude | |
| 1590 | res() | |
| 1591 | if torvel > 3 then | |
| 1592 | local sauenv = math.random(9,11)/10 | |
| 1593 | PlaySnd(615910787,chara.Head,sauenv,1) | |
| 1594 | bladeactive = true | |
| 1595 | SlashT.Enabled = true | |
| 1596 | for i = 0,1,.5 do | |
| 1597 | swait() | |
| 1598 | TC.C0 = clerp(ITCF,TCF,i) | |
| 1599 | HC.C0 = clerp(IHCF,HCF,i) | |
| 1600 | end | |
| 1601 | local bfos = Instance.new("BodyVelocity",chara.HumanoidRootPart)
| |
| 1602 | bfos.P = 200000 | |
| 1603 | bfos.MaxForce = Vector3.new(bfos.P,0,bfos.P) | |
| 1604 | bfos.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 50 | |
| 1605 | debby:AddItem(bfos,.1) | |
| 1606 | for i = 0,1,.25 do | |
| 1607 | swait() | |
| 1608 | TC.C0 = clerp(TCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0),i) | |
| 1609 | HC.C0 = clerp(HCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-20),0,0),i) | |
| 1610 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(0,.7,0)) * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,math.rad(-30)),i) | |
| 1611 | LW.C0 = clerp(ILWF,(LWF + Vector3.new(0,.7,0)) * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,math.rad(30)),i) | |
| 1612 | end | |
| 1613 | TC.C0 = TCF * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0) | |
| 1614 | HC.C0 = HCF * CFrame.fromEulerAnglesXYZ(math.rad(-20),0,0) | |
| 1615 | RW.C0 = (RWF + Vector3.new(0,.7,0)) * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,math.rad(-30)) | |
| 1616 | LW.C0 = (LWF + Vector3.new(0,.7,0)) * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,math.rad(30)) | |
| 1617 | for i = 0,1,.25 do | |
| 1618 | swait() | |
| 1619 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0),TCF * CFrame.fromEulerAnglesXYZ(math.rad(-360),0,0),i) | |
| 1620 | end | |
| 1621 | for i = 0,.6,.3 do | |
| 1622 | RW.C0 = clerp((RWF + Vector3.new(0,.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(-30),0),(RWF + Vector3.new(0,.7,0)) * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,math.rad(-30)),.6-i) | |
| 1623 | LW.C0 = clerp((LWF + Vector3.new(0,.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(30),0),(LWF + Vector3.new(0,.7,0)) * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,math.rad(30)),.6-i) | |
| 1624 | end | |
| 1625 | for i = 0,1,.25 do | |
| 1626 | swait() | |
| 1627 | TC.C0 = clerp(ITCF,TCF,1-i) | |
| 1628 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-20),0,0),1-i) | |
| 1629 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(0,.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(-30),0),.6-i) | |
| 1630 | LW.C0 = clerp(ILWF,(LWF + Vector3.new(0,.5,.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(30),0),.6-i) | |
| 1631 | end | |
| 1632 | SlashT.Enabled = false | |
| 1633 | bladeactive = false | |
| 1634 | elseif torvel < 3 then | |
| 1635 | if combo == 0 then | |
| 1636 | AddLegWelds() | |
| 1637 | for i = 0,.6,.2 do | |
| 1638 | swait() | |
| 1639 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i) | |
| 1640 | HC.C0 = clerp(IHCF,HCF,.4+i) | |
| 1641 | LLW.C0 = clerp(LLWF,LLWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-60)),.4+i) | |
| 1642 | RLW.C0 = clerp(RLWF,RLWF*CFrame.fromEulerAnglesXYZ(0,0,math.rad(60)),.4+i) | |
| 1643 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 1644 | RW.C0 = clerp(IRWF,(RWF - Vector3.new(-.5,.5,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(-70),0),.4+i) | |
| 1645 | end | |
| 1646 | PlaySnd(615910787,chara.Head,1,1) | |
| 1647 | kickactive = true | |
| 1648 | LKickT.Enabled = true | |
| 1649 | local bfos = Instance.new("BodyVelocity",chara.HumanoidRootPart)
| |
| 1650 | bfos.P = 200000 | |
| 1651 | bfos.MaxForce = Vector3.new(bfos.P,0,bfos.P) | |
| 1652 | bfos.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 50 | |
| 1653 | debby:AddItem(bfos,.1) | |
| 1654 | for i = 0,.6,.2 do | |
| 1655 | swait() | |
| 1656 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-100)),TCF * CFrame.fromEulerAnglesXYZ(math.rad(-60),0,math.rad(90)),.4+i) | |
| 1657 | end | |
| 1658 | TC.C0 = TCF * CFrame.fromEulerAnglesXYZ(math.rad(-60),0,math.rad(90)) | |
| 1659 | swait(.1) | |
| 1660 | for i = 0,.6,.2 do | |
| 1661 | swait() | |
| 1662 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(-60),0,math.rad(90)),.6-i) | |
| 1663 | HC.C0 = clerp(IHCF,HCF,.6-i) | |
| 1664 | LLW.C0 = clerp(LLWF,LLWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-60)),.6-i) | |
| 1665 | RLW.C0 = clerp(RLWF,RLWF*CFrame.fromEulerAnglesXYZ(0,0,math.rad(60)),.6-i) | |
| 1666 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i) | |
| 1667 | RW.C0 = clerp(IRWF,(RWF - Vector3.new(-.5,.5,-.5)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),math.rad(-70),0),.6-i) | |
| 1668 | end | |
| 1669 | DestroyLegWelds() | |
| 1670 | kickactive = false | |
| 1671 | LKickT.Enabled = false | |
| 1672 | combo = 1 | |
| 1673 | elseif combo == 1 then | |
| 1674 | PlaySnd(615910787,chara.Head,1.2,1) | |
| 1675 | bladeactive = true | |
| 1676 | SlashT.Enabled = true | |
| 1677 | for i = 0,.6,.2 do | |
| 1678 | swait() | |
| 1679 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 1680 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i) | |
| 1681 | LW.C0 = clerp(LWF,WLWF,.4+i) | |
| 1682 | RW.C0 = clerp(IRWF,WRWF,.4+i) | |
| 1683 | end | |
| 1684 | local bfos = Instance.new("BodyVelocity",chara.HumanoidRootPart)
| |
| 1685 | bfos.P = 200000 | |
| 1686 | bfos.MaxForce = Vector3.new(bfos.P,0,bfos.P) | |
| 1687 | bfos.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 50 | |
| 1688 | debby:AddItem(bfos,.1) | |
| 1689 | for i = 0,.6,.2 do | |
| 1690 | swait() | |
| 1691 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(80)),TCF * CFrame.fromEulerAnglesXYZ(math.rad(15),0,math.rad(-90)),.4+i) | |
| 1692 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-80)),HCF * CFrame.fromEulerAnglesXYZ(math.rad(-15),0,math.rad(90)),.4+i) | |
| 1693 | LW.C0 = clerp(WLWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 1694 | RW.C0 = clerp(WRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.4+i) | |
| 1695 | end | |
| 1696 | bladeactive = false | |
| 1697 | swait(.1) | |
| 1698 | for i = 0,.6,.2 do | |
| 1699 | swait() | |
| 1700 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(15),0,math.rad(90)),.6-i) | |
| 1701 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-15),0,math.rad(-90)),.6-i) | |
| 1702 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i) | |
| 1703 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(.5,1.4,0)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i) | |
| 1704 | end | |
| 1705 | SlashT.Enabled = false | |
| 1706 | combo = 2 | |
| 1707 | elseif combo == 2 then | |
| 1708 | PlaySnd(615910787,chara.Head,1.1,1) | |
| 1709 | bladeactive = true | |
| 1710 | SlashT.Enabled = true | |
| 1711 | for i = 0,.6,.2 do | |
| 1712 | swait() | |
| 1713 | TC.C0 = ITCF | |
| 1714 | HC.C0 = IHCF | |
| 1715 | LW.C0 = clerp(LWF,WLWF,.4+i) | |
| 1716 | RW.C0 = clerp(IRWF,WRWF,.4+i) | |
| 1717 | end | |
| 1718 | local bfos = Instance.new("BodyVelocity",chara.HumanoidRootPart)
| |
| 1719 | bfos.P = 200000 | |
| 1720 | bfos.MaxForce = Vector3.new(bfos.P,0,bfos.P) | |
| 1721 | bfos.Velocity = chara.HumanoidRootPart.CFrame.lookVector * 50 | |
| 1722 | debby:AddItem(bfos,.1) | |
| 1723 | for i = 0,.6,.2 do | |
| 1724 | swait() | |
| 1725 | TC.C0 = clerp(TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-80)),TCF * CFrame.fromEulerAnglesXYZ(math.rad(15),0,math.rad(90)),.4+i) | |
| 1726 | HC.C0 = clerp(HCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(80)),HCF * CFrame.fromEulerAnglesXYZ(math.rad(-15),0,math.rad(-90)),.4+i) | |
| 1727 | LW.C0 = clerp(WLWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 1728 | RW.C0 = clerp(WRWF,(RWF + Vector3.new(1.5,-.2,1)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.4+i) | |
| 1729 | end | |
| 1730 | bladeactive = false | |
| 1731 | swait(.1) | |
| 1732 | for i = 0,.6,.2 do | |
| 1733 | swait() | |
| 1734 | TC.C0 = clerp(ITCF,TCF * CFrame.fromEulerAnglesXYZ(math.rad(15),0,math.rad(-90)),.6-i) | |
| 1735 | HC.C0 = clerp(IHCF,HCF * CFrame.fromEulerAnglesXYZ(math.rad(-15),0,math.rad(90)),.6-i) | |
| 1736 | LW.C0 = clerp(ILWF,(LWF - Vector3.new(.5,-1.4,.5)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(-90)),.6-i) | |
| 1737 | RW.C0 = clerp(IRWF,(RWF + Vector3.new(1.5,-.2,1)) * CFrame.fromEulerAnglesXYZ(0,0,math.rad(90)),.6-i) | |
| 1738 | end | |
| 1739 | SlashT.Enabled = false | |
| 1740 | combo = 0 | |
| 1741 | end | |
| 1742 | end | |
| 1743 | res() | |
| 1744 | hum.WalkSpeed = ws | |
| 1745 | walking = false | |
| 1746 | del = false | |
| 1747 | end | |
| 1748 | end | |
| 1749 | if mouse then | |
| 1750 | --mouse.Button1Down:connect(onButton1Down) | |
| 1751 | mouse.KeyDown:connect(onKeyDown) | |
| 1752 | mouse.Button1Down:connect(onButton1Down) | |
| 1753 | mouse.Button1Up:connect(onButton1Up) | |
| 1754 | end | |
| 1755 | ||
| 1756 | coroutine.resume(coroutine.create(function() | |
| 1757 | while true do | |
| 1758 | swait(.5) | |
| 1759 | healthlock = healthlock + 1 | |
| 1760 | end | |
| 1761 | end)) | |
| 1762 | ||
| 1763 | --Loop Function-- | |
| 1764 | walking = false | |
| 1765 | toim = 0 | |
| 1766 | while true do | |
| 1767 | swait() | |
| 1768 | if gkeydown == true then | |
| 1769 | coroutine.resume(coroutine.create(function() | |
| 1770 | onCombo() | |
| 1771 | end)) | |
| 1772 | end | |
| 1773 | if blockval == true then | |
| 1774 | hum.Health = healthlock | |
| 1775 | end | |
| 1776 | if del == false then attacking = false elseif del == true then attacking = true end | |
| 1777 | torvel = (chara.HumanoidRootPart.Velocity*Vector3.new(1,0,1)).magnitude | |
| 1778 | if torvel < 1 and walking == true and del == false and atkd == false and attacking == false and blockval == false then | |
| 1779 | for i = 0,1,.25 do | |
| 1780 | swait() | |
| 1781 | if del == false and attacking == false and blockval == false then | |
| 1782 | TC.C0 = clerp(WTCF,ITCF,i) | |
| 1783 | HC.C0 = clerp(WHCF,IHCF,i) | |
| 1784 | RW.C0 = clerp(WRWF,IRWF,i) | |
| 1785 | LW.C0 = clerp(WLWF,ILWF,i) | |
| 1786 | end | |
| 1787 | end | |
| 1788 | walking = false | |
| 1789 | elseif torvel > 1 and walking == false and del == false and atkd == false and attacking == false and blockval == false then | |
| 1790 | for i = 0,1,.25 do | |
| 1791 | swait() | |
| 1792 | if del == false and attacking == false and blockval == false then | |
| 1793 | TC.C0 = clerp(WTCF,ITCF,1-i) | |
| 1794 | HC.C0 = clerp(WHCF,IHCF,1-i) | |
| 1795 | RW.C0 = clerp(WRWF,IRWF,1-i) | |
| 1796 | LW.C0 = clerp(WLWF,ILWF,1-i) | |
| 1797 | end | |
| 1798 | end | |
| 1799 | walking = true | |
| 1800 | else | |
| 1801 | end | |
| 1802 | end |