SHOW:
|
|
- or go back to the newest paste.
| 1 | -------------------------- | |
| 2 | --Void's wrath-- | |
| 3 | ---------------------------------------------------------------- | |
| 4 | --Psycho, and this edit by CKbackup (Sugarie Saffron) -- | |
| 5 | --Genocider, an edit of Psycho by Salvo_Starly -- | |
| 6 | --YT: https://www.youtube.com/channel/UC8n9FFz7e6Zo13ob_5F9MJw-- | |
| 7 | --Discord: Sugarie Saffron#4705 -- | |
| 8 | ---------------------------------------------------------------- | |
| 9 | ||
| 10 | print([[ | |
| 11 | --"TRUE" PSYGEN-- | |
| 12 | By CKbackup (Sugarie Saffron) | |
| 13 | YT: https://www.youtube.com/channel/UC8n9FFz7e6Zo13ob_5F9MJw | |
| 14 | Discord: Sugarie Saffron#4705 | |
| 15 | -------------------------------- | |
| 16 | As I've been demoted from my SB | |
| 17 | Mod rank in VSB, I don't see the | |
| 18 | need to hold this back any longer. | |
| 19 | ||
| 20 | Also, if the anims look weird, | |
| 21 | it's because it's actually modeled | |
| 22 | off a scaled rig with a package. | |
| 23 | -------------------------------- | |
| 24 | (Keys) | |
| 25 | M - Mute/Play Music | |
| 26 | ||
| 27 | Mouse Click | |
| 28 | 1st - Slash | |
| 29 | 2nd - Stab | |
| 30 | 3rd - Shoot | |
| 31 | Jump - Aerial Slash | |
| 32 | ||
| 33 | Q - Target | |
| 34 | E - Teleport (To Target) | |
| 35 | ||
| 36 | Z - Void's Riposte | |
| 37 | X - Void's Bullet (Gun) / Expunge (Knife) | |
| 38 | (Randomized, Target First) | |
| 39 | C - The Natsuki (Target First) | |
| 40 | V - Rain of Void | |
| 41 | ||
| 42 | G - "there only can be darkness" | |
| 43 | P - reset | |
| 44 | ]]) | |
| 45 | ||
| 46 | wait(1/60) | |
| 47 | Effects = { }
| |
| 48 | local Player = game:service'Players'.localPlayer | |
| 49 | local chara = Player.Character | |
| 50 | local Humanoid = chara:FindFirstChildOfClass("Humanoid")
| |
| 51 | local Mouse = Player:GetMouse() | |
| 52 | local LeftArm = chara["Left Arm"] | |
| 53 | local RightArm = chara["Right Arm"] | |
| 54 | local LeftLeg = chara["Left Leg"] | |
| 55 | local RightLeg = chara["Right Leg"] | |
| 56 | local Head = chara.Head | |
| 57 | local Torso = chara.Torso | |
| 58 | local Camera = game.Workspace.CurrentCamera | |
| 59 | local RootPart = chara.HumanoidRootPart | |
| 60 | local RootJoint = RootPart.RootJoint | |
| 61 | local attack = false | |
| 62 | local Anim = 'Idle' | |
| 63 | local attacktype = 1 | |
| 64 | local delays = false | |
| 65 | local play = true | |
| 66 | local targetted = nil | |
| 67 | local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
| 68 | local velocity = RootPart.Velocity.y | |
| 69 | local sine = 0 | |
| 70 | local change = 1 | |
| 71 | local doe = 0 | |
| 72 | local Create = LoadLibrary("RbxUtility").Create
| |
| 73 | Humanoid.WalkSpeed = 8 | |
| 74 | local m = Create("Model"){
| |
| 75 | Parent = chara, | |
| 76 | Name = "ThePistol", | |
| 77 | } | |
| 78 | ||
| 79 | ||
| 80 | ||
| 81 | Humanoid.Animator.Parent = nil | |
| 82 | chara.Animate.Parent = nil | |
| 83 | ||
| 84 | local newMotor = function(part0, part1, c0, c1) | |
| 85 | local w = Create('Motor'){
| |
| 86 | Parent = part0, | |
| 87 | Part0 = part0, | |
| 88 | Part1 = part1, | |
| 89 | C0 = c0, | |
| 90 | C1 = c1, | |
| 91 | } | |
| 92 | return w | |
| 93 | end | |
| 94 | ||
| 95 | function clerp(a, b, t) | |
| 96 | return a:lerp(b, t) | |
| 97 | end | |
| 98 | ||
| 99 | RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
| 100 | NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 101 | ||
| 102 | local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0)) | |
| 103 | local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0)) | |
| 104 | local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0)) | |
| 105 | local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0)) | |
| 106 | RootJoint.C1 = CFrame.new(0, 0, 0) | |
| 107 | RootJoint.C0 = CFrame.new(0, 0, 0) | |
| 108 | Torso.Neck.C1 = CFrame.new(0, 0, 0) | |
| 109 | Torso.Neck.C0 = CFrame.new(0, 1.5, 0) | |
| 110 | ||
| 111 | local rarmc1 = RW.C1 | |
| 112 | local larmc1 = LW.C1 | |
| 113 | local rlegc1 = RH.C1 | |
| 114 | local llegc1 = LH.C1 | |
| 115 | ||
| 116 | local resetc1 = false | |
| 117 | ||
| 118 | function PlayAnimationFromTable(table, speed, bool) | |
| 119 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
| 120 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
| 121 | RW.C0 = clerp(RW.C0, table[3], speed) | |
| 122 | LW.C0 = clerp(LW.C0, table[4], speed) | |
| 123 | RH.C0 = clerp(RH.C0, table[5], speed) | |
| 124 | LH.C0 = clerp(LH.C0, table[6], speed) | |
| 125 | if bool == true then | |
| 126 | if resetc1 == false then | |
| 127 | resetc1 = true | |
| 128 | RootJoint.C1 = RootJoint.C1 | |
| 129 | Torso.Neck.C1 = Torso.Neck.C1 | |
| 130 | RW.C1 = rarmc1 | |
| 131 | LW.C1 = larmc1 | |
| 132 | RH.C1 = rlegc1 | |
| 133 | LH.C1 = llegc1 | |
| 134 | end | |
| 135 | end | |
| 136 | end | |
| 137 | ||
| 138 | ArtificialHB = Instance.new("BindableEvent", script)
| |
| 139 | ArtificialHB.Name = "Heartbeat" | |
| 140 | script:WaitForChild("Heartbeat")
| |
| 141 | frame = 0.03333333333333 | |
| 142 | tf = 0 | |
| 143 | allowframeloss = false | |
| 144 | tossremainder = false | |
| 145 | lastframe = tick() | |
| 146 | script.Heartbeat:Fire() | |
| 147 | game:GetService("RunService").Heartbeat:connect(function(s, p)
| |
| 148 | tf = tf + s | |
| 149 | if tf >= frame then | |
| 150 | if allowframeloss then | |
| 151 | script.Heartbeat:Fire() | |
| 152 | lastframe = tick() | |
| 153 | else | |
| 154 | for i = 1, math.floor(tf / frame) do | |
| 155 | script.Heartbeat:Fire() | |
| 156 | end | |
| 157 | lastframe = tick() | |
| 158 | end | |
| 159 | if tossremainder then | |
| 160 | tf = 0 | |
| 161 | else | |
| 162 | tf = tf - frame * math.floor(tf / frame) | |
| 163 | end | |
| 164 | end | |
| 165 | end) | |
| 166 | function swait(num) | |
| 167 | if num == 0 or num == nil then | |
| 168 | ArtificialHB.Event:wait() | |
| 169 | else | |
| 170 | for i = 0, num do | |
| 171 | ArtificialHB.Event:wait() | |
| 172 | end | |
| 173 | end | |
| 174 | end | |
| 175 | ||
| 176 | function RemoveOutlines(part) | |
| 177 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
| 178 | end | |
| 179 | ||
| 180 | ||
| 181 | CFuncs = {
| |
| 182 | ["Part"] = {
| |
| 183 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
| 184 | local Part = Create("Part"){
| |
| 185 | Parent = Parent, | |
| 186 | Reflectance = Reflectance, | |
| 187 | Transparency = Transparency, | |
| 188 | CanCollide = false, | |
| 189 | Locked = true, | |
| 190 | BrickColor = BrickColor.new(tostring(BColor)), | |
| 191 | Name = Name, | |
| 192 | Size = Size, | |
| 193 | Material = Material, | |
| 194 | } | |
| 195 | RemoveOutlines(Part) | |
| 196 | return Part | |
| 197 | end; | |
| 198 | }; | |
| 199 | ||
| 200 | ["Mesh"] = {
| |
| 201 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
| 202 | local Msh = Create(Mesh){
| |
| 203 | Parent = Part, | |
| 204 | Offset = OffSet, | |
| 205 | Scale = Scale, | |
| 206 | } | |
| 207 | if Mesh == "SpecialMesh" then | |
| 208 | Msh.MeshType = MeshType | |
| 209 | Msh.MeshId = MeshId | |
| 210 | end | |
| 211 | return Msh | |
| 212 | end; | |
| 213 | }; | |
| 214 | ||
| 215 | ["Mesh"] = {
| |
| 216 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
| 217 | local Msh = Create(Mesh){
| |
| 218 | Parent = Part, | |
| 219 | Offset = OffSet, | |
| 220 | Scale = Scale, | |
| 221 | } | |
| 222 | if Mesh == "SpecialMesh" then | |
| 223 | Msh.MeshType = MeshType | |
| 224 | Msh.MeshId = MeshId | |
| 225 | end | |
| 226 | return Msh | |
| 227 | end; | |
| 228 | }; | |
| 229 | ||
| 230 | ["Weld"] = {
| |
| 231 | Create = function(Parent, Part0, Part1, C0, C1) | |
| 232 | local Weld = Create("Weld"){
| |
| 233 | Parent = Parent, | |
| 234 | Part0 = Part0, | |
| 235 | Part1 = Part1, | |
| 236 | C0 = C0, | |
| 237 | C1 = C1, | |
| 238 | } | |
| 239 | return Weld | |
| 240 | end; | |
| 241 | }; | |
| 242 | ||
| 243 | ["Sound"] = {
| |
| 244 | Create = function(id, par, vol, pit) | |
| 245 | coroutine.resume(coroutine.create(function() | |
| 246 | local S = Create("Sound"){
| |
| 247 | Volume = vol, | |
| 248 | Pitch = pit or 1, | |
| 249 | SoundId = id, | |
| 250 | Parent = par or workspace, | |
| 251 | } | |
| 252 | swait() | |
| 253 | S:play() | |
| 254 | game:GetService("Debris"):AddItem(S, 6)
| |
| 255 | end)) | |
| 256 | end; | |
| 257 | }; | |
| 258 | ||
| 259 | ["ParticleEmitter"] = {
| |
| 260 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
| 261 | local fp = Create("ParticleEmitter"){
| |
| 262 | Parent = Parent, | |
| 263 | Color = ColorSequence.new(Color1, Color2), | |
| 264 | LightEmission = LightEmission, | |
| 265 | Size = Size, | |
| 266 | Texture = Texture, | |
| 267 | Transparency = Transparency, | |
| 268 | ZOffset = ZOffset, | |
| 269 | Acceleration = Accel, | |
| 270 | Drag = Drag, | |
| 271 | LockedToPart = LockedToPart, | |
| 272 | VelocityInheritance = VelocityInheritance, | |
| 273 | EmissionDirection = EmissionDirection, | |
| 274 | Enabled = Enabled, | |
| 275 | Lifetime = LifeTime, | |
| 276 | Rate = Rate, | |
| 277 | Rotation = Rotation, | |
| 278 | RotSpeed = RotSpeed, | |
| 279 | Speed = Speed, | |
| 280 | VelocitySpread = VelocitySpread, | |
| 281 | } | |
| 282 | return fp | |
| 283 | end; | |
| 284 | }; | |
| 285 | ||
| 286 | CreateTemplate = {
| |
| 287 | ||
| 288 | }; | |
| 289 | } | |
| 290 | ||
| 291 | ||
| 292 | ||
| 293 | New = function(Object, Parent, Name, Data) | |
| 294 | local Object = Instance.new(Object) | |
| 295 | for Index, Value in pairs(Data or {}) do
| |
| 296 | Object[Index] = Value | |
| 297 | end | |
| 298 | Object.Parent = Parent | |
| 299 | Object.Name = Name | |
| 300 | return Object | |
| 301 | end | |
| 302 | ||
| 303 | ||
| 304 | --ShadowHead = New("Part",chara,"ShadowHeadss",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.20000005, 0.600000024, 1),CFrame = CFrame.new(68.5999985, 0.700013041, 9.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 305 | --Mesh = New("SpecialMesh",ShadowHead,"Mesh",{Scale = Vector3.new(1.25999999, 1.5, 1.25999999),})
| |
| 306 | --Weld = New("Weld",ShadowHead,"mot",{Part0 = ShadowHead,Part1 = chara.Head,C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 307 | ||
| 308 | Handle = New("Part",m,"Handle",{Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(1.78105354, 1.21267569, 0.446083069),CFrame = CFrame.new(3.48884702, 1.89424598, -23.6011944, 0.0172098875, -7.30156898e-07, 0.999851942, 0.999853492, 1.19907781e-08, -0.0172098596, -1.80598714e-09, 1.00000083, 1.4975667e-06),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,})
| |
| 309 | ||
| 310 | moter = New("Weld",Handle,"mot",{Part0 = RightArm,Part1 = Handle,})
| |
| 311 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.46324158, 2.55061626, -23.0996056, 0.0172099378, 1.26508749e-05, 0.999852061, 0.999856234, 0.000737910799, -0.0172098614, -0.000738026109, 1.00000215, 2.29468287e-06),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,})
| |
| 312 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.492160469, 0.24608025, 0.123040132),})
| |
| 313 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098838, 0.999853015, -0.000738022442, 1.18836761e-05, 0.000737924012, 1.00000048, 0.999851942, -0.0172098614, 1.52736902e-06),C1 = CFrame.new(0.655831456, 0.501588821, -0.0368974209, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 314 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.200000003, 0.270688266, 0.270688266),CFrame = CFrame.new(3.47537327, 1.11045444, -23.2953625, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),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,})
| |
| 315 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.123040125, 1, 1),MeshType = Enum.MeshType.Cylinder,})
| |
| 316 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.783906102, 0.305831909, 1.74045563e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 317 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.47648132, 0.221472263, 0.344512314),CFrame = CFrame.new(3.48828244, 1.86040294, -23.3093491, 0.0172099452, 3.70001203e-08, 0.999852061, 0.99985671, -3.59708352e-09, -0.0172098596, -4.18887769e-09, 1.0000025, 2.26488032e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 318 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
| |
| 319 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),C1 = CFrame.new(-0.0338476896, 0.291845322, 1.8119812e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 320 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.98432076, 0.200000003, 0.24608022),CFrame = CFrame.new(3.48404813, 1.61474013, -23.4433804, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),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,})
| |
| 321 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.246080264, 1),})
| |
| 322 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.279546618, 0.157814026, 1.21593475e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 323 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.984321058, 0.200000003, 0.200000003),CFrame = CFrame.new(3.36101127, 1.61687815, -23.4187717, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),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,})
| |
| 324 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.492160618, 0.492160439),MeshType = Enum.MeshType.Cylinder,})
| |
| 325 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.279526353, 0.182422638, -0.123043299, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 326 | ||
| 327 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.53706741, 2.54934502, -23.0996056, 0.0172099378, 1.26508749e-05, 0.999852061, 0.999856234, 0.000737910799, -0.0172098614, -0.000738026109, 1.00000215, 2.29468287e-06),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,})
| |
| 328 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.492160469, 0.246080235, 0.123040132),})
| |
| 329 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098838, 0.999853015, -0.000738022442, 1.18836761e-05, 0.000737924012, 1.00000048, 0.999851942, -0.0172098614, 1.52736902e-06),C1 = CFrame.new(0.655830979, 0.501588821, 0.0369393826, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 330 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.47648132, 0.200000003, 0.200000003),CFrame = CFrame.new(3.48828554, 1.86097884, -23.1606178, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),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,})
| |
| 331 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.369120389, 0.7382406),})
| |
| 332 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.0332717896, 0.440576553, 1.14440918e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 333 | Partss = New("Part",m,"Part",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.200000003, 0.221472204, 0.221472189),CFrame = CFrame.new(3.47526526, 1.10428262, -23.2953568, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 334 | Mesh = New("SpecialMesh",Partss,"Mesh",{Scale = Vector3.new(0.123040125, 1, 1),MeshType = Enum.MeshType.Cylinder,})
| |
| 335 | mot = New("Weld",Partss,"mot",{Part0 = Partss,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.790078878, 0.305837631, 1.57356262e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 336 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.49040294, 1.9837563, -23.5174713, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),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,})
| |
| 337 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.615200579, 0.36912033, 0.24608025),MeshId = "rbxassetid://3270017",MeshType = Enum.MeshType.FileMesh,})
| |
| 338 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(0.0895236731, 0.0837230682, 1.52587891e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 339 | Part = New("Part",m,"Part",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.295296252, 0.738240778, 0.369120389),CFrame = CFrame.new(3.49802279, 2.42631888, -23.8138046, 0.0172099452, 3.70001203e-08, 0.999852061, 0.99985671, -3.59708352e-09, -0.0172098596, -4.18887769e-09, 1.0000025, 2.26488032e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 340 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),C1 = CFrame.new(0.532151103, -0.212610245, 1.74045563e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 341 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.344512314, 0.78745681, 0.344512314),CFrame = CFrame.new(3.49802279, 2.42631888, -23.8138046, 0.0172099452, 3.70001203e-08, 0.999852061, 0.99985671, -3.59708352e-09, -0.0172098596, -4.18887769e-09, 1.0000025, 2.26488032e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 342 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),C1 = CFrame.new(0.532151103, -0.212610245, 1.74045563e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 343 | Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.984321058, 0.200000003, 0.200000003),CFrame = CFrame.new(3.60706425, 1.61264217, -23.4187698, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),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,})
| |
| 344 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.492160618, 0.492160439),MeshType = Enum.MeshType.Cylinder,})
| |
| 345 | mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.279527187, 0.182424545, 0.12304616, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 346 | Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.47672749, 1.18911982, -23.1232109, 0.999851942, 0.00638213893, 0.0159827713, -0.0172098316, 0.37065956, 0.928613782, 4.44045327e-06, -0.928749561, 0.370713741),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,})
| |
| 347 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.24608025, 0.246080264, 0.615200639),MeshType = Enum.MeshType.Wedge,})
| |
| 348 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851882, -0.0172098316, 3.67313623e-06, 0.00638283044, 0.370658338, -0.928748012, 0.0159824342, 0.928610861, 0.370713145),C1 = CFrame.new(-0.705229163, 0.477983475, 1.76429749e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 349 | Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.344512254, 0.787456751, 0.200000003),CFrame = CFrame.new(3.50247502, 2.68478155, -23.8132839, 0.999851942, 1.0713723e-05, -0.0172099732, -0.0172098912, 0.000738376984, -0.999856234, 4.21693585e-06, 1.00000226, 0.000738456321),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,})
| |
| 350 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.861280859),MeshType = Enum.MeshType.Wedge,})
| |
| 351 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851882, -0.0172098912, 3.44961882e-06, 9.9465251e-06, 0.000738390256, 1.0000006, -0.0172099192, -0.999853015, 0.000738452654),C1 = CFrame.new(0.790651679, -0.212089539, 2.07424164e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 352 | Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.4904809, 1.98827124, -23.5162678, -0.999852061, -0.0148990965, 0.00861407723, 0.0172099397, -0.865535975, 0.500560343, -4.36594746e-06, 0.500633478, 0.865662456),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,})
| |
| 353 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.24608025, 0.369120389, 0.861280918),MeshType = Enum.MeshType.Wedge,})
| |
| 354 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.999851942, 0.0172099397, -3.59863043e-06, -0.0148994327, -0.865533173, 0.500632644, 0.00861338526, 0.500558794, 0.865661025),C1 = CFrame.new(0.0940393209, 0.0849266052, 1.54972076e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 355 | Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.442944348, 0.200000003, 0.200000003),CFrame = CFrame.new(3.37415838, 2.37982368, -23.1609974, 0.0172098633, 1.48413446e-05, 0.999851882, 0.999856234, 0.0007376945, -0.0172097869, -0.000737846654, 1.00000215, 7.44058752e-08),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,})
| |
| 356 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.369120389, 0.492160529),MeshType = Enum.MeshType.Wedge,})
| |
| 357 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098093, 0.999853015, -0.000737842987, 1.40741467e-05, 0.000737707771, 1.00000048, 0.999851823, -0.0172097888, -6.92903996e-07),C1 = CFrame.new(0.483531356, 0.440196991, -0.12302804, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 358 | Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.61520052, 0.200000003, 0.200000003),CFrame = CFrame.new(3.35783243, 1.43252242, -23.1602993, 0.0172098633, 1.48413446e-05, 0.999851882, 0.999856234, 0.0007376945, -0.0172097869, -0.000737846654, 1.00000215, 7.44058752e-08),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,})
| |
| 359 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.369120389, 0.492160529),MeshType = Enum.MeshType.Wedge,})
| |
| 360 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098093, 0.999853015, -0.000737842987, 1.40741467e-05, 0.000737707771, 1.00000048, 0.999851823, -0.0172097888, -6.92903996e-07),C1 = CFrame.new(-0.463909149, 0.440895081, -0.123048544, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 361 | Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.47648132, 0.200000003, 0.200000003),CFrame = CFrame.new(3.61130548, 1.85886192, -23.160614, -0.0172098689, 1.04156998e-05, -0.99985218, -0.999856234, 0.000738191127, 0.0172097925, 0.000738266157, 1.00000238, -4.55221243e-06),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,})
| |
| 362 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.369120389, 0.492160529),MeshType = Enum.MeshType.Wedge,})
| |
| 363 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0172098149, -0.999853075, 0.00073826249, 9.64850187e-06, 0.00073820434, 1.00000072, -0.999852121, 0.0172097944, -3.78489494e-06),C1 = CFrame.new(-0.0332713127, 0.440580368, 0.123049498, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 364 | Wedge = New("WedgePart",m,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.36912033, 0.738240778, 0.200000003),CFrame = CFrame.new(3.50183868, 2.64789343, -23.8132629, 0.999851942, 1.0818032e-05, -0.017209895, -0.0172098186, 0.000737608876, -0.999856234, 4.13497901e-06, 1.00000238, 0.000737691764),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 365 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.738240719),MeshType = Enum.MeshType.Wedge,})
| |
| 366 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851882, -0.0172098186, 3.36766243e-06, 1.00508332e-05, 0.000737622147, 1.00000072, -0.0172098409, -0.999853015, 0.000737688097),C1 = CFrame.new(0.753758311, -0.212068558, 1.93119049e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 367 | Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(0.344512254, 0.787456751, 0.200000003),CFrame = CFrame.new(3.49357963, 2.16808391, -23.8129005, 0.999852061, -1.05647114e-05, 0.0172100067, -0.0172099303, -0.000737611321, 0.999856114, 4.36594746e-06, -1.00000226, -0.000737689785),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,})
| |
| 368 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.861280859),MeshType = Enum.MeshType.Wedge,})
| |
| 369 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851942, -0.0172099303, 3.59863043e-06, -9.79751348e-06, -0.000737624592, -1.0000006, 0.0172099527, 0.999852955, -0.000737686118),C1 = CFrame.new(0.273878455, -0.211706161, 1.90734863e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 370 | Wedge = New("WedgePart",m,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.36912033, 0.738240659, 0.200000003),CFrame = CFrame.new(3.49420977, 2.20497489, -23.8129292, 0.999852061, -1.05647114e-05, 0.0172100067, -0.0172099303, -0.000737611321, 0.999856114, 4.36594746e-06, -1.00000226, -0.000737689785),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 371 | Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.738240719),MeshType = Enum.MeshType.Wedge,})
| |
| 372 | mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851942, -0.0172099303, 3.59863043e-06, -9.79751348e-06, -0.000737624592, -1.0000006, 0.0172099527, 0.999852955, -0.000737686118),C1 = CFrame.new(0.310774684, -0.211734772, 1.43051147e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
| |
| 373 | ||
| 374 | Knifu = New("Model",chara,"TheKnife",{})
| |
| 375 | Handle = New("Part",Knifu,"Handle",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(44.9000015, 1.0999999, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 376 | KWeld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),C1 = CFrame.new(0, -1.00000644, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 377 | Mesh = New("CylinderMesh",Handle,"Mesh",{})
| |
| 378 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 1.89999986, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 379 | ||
| 380 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 381 | 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, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 382 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(44.9000015, 2.90000057, 22.3000011, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 383 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 384 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.80000067, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 385 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 1.69999981, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 386 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 387 | 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, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 388 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 1.69999981, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 389 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 390 | 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, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 391 | BloodPart = New("Part",Knifu,"BloodPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.19999993, 0.600000024),CFrame = CFrame.new(44.9000015, 3.99999976, 22.3000031, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 392 | Mesh = New("SpecialMesh",BloodPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 393 | Weld = New("ManualWeld",BloodPart,"Weld",{Part0 = BloodPart,Part1 = Handle,C1 = CFrame.new(0, 2.89999986, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 394 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(44.9000015, 2.20000029, 22.1000004, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 395 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 396 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.10000038, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 397 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.600000083),CFrame = CFrame.new(44.9000015, 1.5, 21.8999977, -1, 0, 0, 0, -1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 398 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 399 | 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, 0.400000095, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 400 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(44.9000015, 1.5, 22.3999996, 1, 0, 0, 0, -1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 401 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 402 | 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, 0.400000095, 0.199998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 403 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 1.89999986, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 404 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 405 | 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, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 406 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 2.0999999, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 407 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 408 | 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, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 409 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 2.0999999, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 410 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 411 | 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, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 412 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 2.29999995, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 413 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 414 | 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, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 415 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 2.29999995, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 416 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 417 | 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, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 418 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(44.9000015, 2.10000038, 22.3000011, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 419 | Mesh = New("BlockMesh",Part,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.400000006, 1, 0.5),})
| |
| 420 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.00000048, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 421 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 1.30000019, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 422 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 423 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.200000286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 424 | Blood2Part = New("Part",Knifu,"Blood2Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000083, 0.200000003),CFrame = CFrame.new(44.9000015, 3.10000038, 22.1000004, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 425 | Mesh = New("BlockMesh",Blood2Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),})
| |
| 426 | Weld = New("ManualWeld",Blood2Part,"Weld",{Part0 = Blood2Part,Part1 = Handle,C1 = CFrame.new(0, 2.00000048, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 427 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 1.10000014, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 428 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 429 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.38418579e-07, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 430 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 1.50000024, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 431 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.5, 1.20000005, 1.5),})
| |
| 432 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.400000334, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 433 | Hitbox = New("Part",Knifu,"Hitbox",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 3.00000024, 0.600000024),CFrame = CFrame.new(44.9000015, 3.0999999, 22.3000031, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 434 | Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = Handle,C1 = CFrame.new(0, 2, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 435 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 0.900000095, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 436 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 437 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.199999809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 438 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(44.9000015, 2.70000029, 22.1000004, 1, 0, 0, 0, -1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 439 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 440 | 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, 1.60000038, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 441 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(44.9000015, 3.30000019, 22.4000034, 1, 0, 0, 0, -1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 442 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 443 | 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, 2.20000029, 0.20000267, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 444 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 3.30000067, 22.5000019, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 445 | Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 446 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.20000076, 0.300001144, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 447 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000006, 0.200000077),CFrame = CFrame.new(44.9000015, 1.80000007, 21.6999969, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 448 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 449 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.700000167, -0.500003815, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 450 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 2.30000043, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.666667, 0, 0.666667),})
| |
| 451 | Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.200000003, 0.5, 0.200000003),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 452 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.20000052, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 453 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 0.700000286, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.666667, 0, 0.666667),})
| |
| 454 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.200000003, 0.5, 0.200000003),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 455 | Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.399999619, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 456 | Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(44.9000015, 2.9000001, 22.5000038, 1, 0, 0, 0, -1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 457 | Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 458 | 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, 1.80000019, 0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 459 | ||
| 460 | local att1 = Instance.new("Attachment",Hitbox)
| |
| 461 | att1.Position = Vector3.new(0,Hitbox.Size.Y/2,Hitbox.Size.Z/2) | |
| 462 | local att2 = Instance.new("Attachment",Hitbox)
| |
| 463 | att2.Position = Vector3.new(0,-Hitbox.Size.Y/2,-Hitbox.Size.Z/2) | |
| 464 | local tr1 = Instance.new("Trail",Hitbox)
| |
| 465 | tr1.Color = ColorSequence.new(Color3.new(1,0,0)) | |
| 466 | tr1.Transparency = NumberSequence.new(0,1) | |
| 467 | tr1.Lifetime = .5 | |
| 468 | tr1.Enabled = false | |
| 469 | tr1.LightEmission = 1 | |
| 470 | tr1.Attachment0 = att1 | |
| 471 | tr1.Attachment1 = att2 | |
| 472 | ||
| 473 | function createrainbow(part,size,trans,life,face,speed,accel,velsp,lock,name) | |
| 474 | local fira = Instance.new("ParticleEmitter",part)
| |
| 475 | fira.Name = name | |
| 476 | fira.Color = ColorSequence.new(Color3.new(0,0,0)) | |
| 477 | fira.Size = size | |
| 478 | fira.Texture = "rbxasset://textures/particles/fire_main.dds" | |
| 479 | fira.Transparency = trans | |
| 480 | fira.Lifetime = life | |
| 481 | fira.EmissionDirection = face | |
| 482 | fira.Rate = 10000 | |
| 483 | fira.RotSpeed = NumberRange.new(100) | |
| 484 | fira.Rotation = NumberRange.new(0,360) | |
| 485 | fira.Speed = speed | |
| 486 | fira.VelocitySpread = velsp | |
| 487 | fira.Acceleration = accel | |
| 488 | fira.LockedToPart = lock | |
| 489 | return fira | |
| 490 | end | |
| 491 | ||
| 492 | Wings = New("Model",chara,"Wings",{})
| |
| 493 | MainPart = New("Part",Wings,"MainPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(67.400032, 1.00001299, -47.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 494 | Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = Torso,})
| |
| 495 | Wing1Part = New("Part",Wings,"Wing1Part",{Transparency = 1,CanCollide=true,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.2041626, 2.02130413, -46.7787056, 0.866025448, 0.35355404, 0.35355413, -0.353553772, 0.933016062, -0.0669873655, -0.353553891, -0.0669873059, 0.933015943),})
| |
| 496 | createrainbow(Wing1Part,NumberSequence.new(.5,1),NumberSequence.new(0),NumberRange.new(1),"Back",NumberRange.new(5),Vector3.new(0,10,0),0,true,"Firea") | |
| 497 | Weld = New("ManualWeld",Wing1Part,"Weld",{Part0 = Wing1Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025448, -0.353553772, -0.353553891, 0.35355404, 0.933016062, -0.0669873059, 0.35355413, -0.0669873655, 0.933015943),C1 = CFrame.new(0.804130554, 1.02129114, 0.52129364, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 498 | Wing2Part = New("Part",Wings,"Wing2Part",{Transparency = 1,CanCollide=true,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(70.4018326, 6.17824459, -42.6217613, 0.866025448, -0.433013618, 0.250000477, 0.353553772, 0.176777452, -0.918561935, 0.353553891, 0.883886695, 0.306187093),})
| |
| 499 | createrainbow(Wing2Part,NumberSequence.new(1,0),NumberSequence.new(0),NumberRange.new(1.5),"Back",NumberRange.new(10),Vector3.new(0,10,0),0,true,"Firea") | |
| 500 | Weld = New("ManualWeld",Wing2Part,"Weld",{Part0 = Wing2Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025448, 0.353553772, 0.353553891, -0.433013618, 0.176777452, 0.883886695, 0.250000477, -0.918561935, 0.306187093),C1 = CFrame.new(3.00180054, 5.17823172, 4.67823792, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 501 | Wing2Part = New("Part",Wings,"Wing2Part",{Transparency = 1,CanCollide=true,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(70.4018326, 6.17824459, -42.6217613, 0.866025448, -0.482963979, 0.12940979, 0.353553772, 0.408495188, -0.841509461, 0.353553891, 0.774522126, 0.524520695),})
| |
| 502 | createrainbow(Wing2Part,NumberSequence.new(1,0),NumberSequence.new(0),NumberRange.new(1.5),"Back",NumberRange.new(10),Vector3.new(0,10,0),0,true,"Firea") | |
| 503 | Weld = New("ManualWeld",Wing2Part,"Weld",{Part0 = Wing2Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025448, 0.353553772, 0.353553891, -0.482963979, 0.408495188, 0.774522126, 0.12940979, -0.841509461, 0.524520695),C1 = CFrame.new(3.00180054, 5.17823172, 4.67823792, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 504 | Wing2Part = New("Part",Wings,"Wing2Part",{Transparency = 1,CanCollide=true,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(70.4018326, 6.17824459, -42.6217613, 0.866025448, -0.500001192, 3.06954462e-12, 0.353553772, 0.612374902, -0.707109571, 0.353553891, 0.61237514, 0.707109332),})
| |
| 505 | createrainbow(Wing2Part,NumberSequence.new(1,0),NumberSequence.new(0),NumberRange.new(1.5),"Back",NumberRange.new(10),Vector3.new(0,10,0),0,true,"Firea") | |
| 506 | Weld = New("ManualWeld",Wing2Part,"Weld",{Part0 = Wing2Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866025448, 0.353553772, 0.353553891, -0.500001192, 0.612374902, 0.61237514, 3.06954462e-12, -0.707109571, 0.707109332),C1 = CFrame.new(3.00180054, 5.17823172, 4.67823792, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 507 | ||
| 508 | Halo = New("Model",chara,"Halo",{})
| |
| 509 | AHaloPart = New("Part",Halo,"AHaloPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.7999973, 5.50001764, -16.4999981, 1.00000644, 0, 1.25170106e-06, 0, 1, 0, 1.22189874e-06, 0, 1.00000715),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
| |
| 510 | HaWeld = New("ManualWeld",AHaloPart,"HaWeld",{Part0 = AHaloPart,Part1 = Head,C0 = CFrame.new(0, 0, 0, 1.00000644, 0, 1.22189874e-06, 0, 1, 0, 1.25170106e-06, 0, 1.00000715),C1 = CFrame.new(-1.90734863e-06, 1.00000906, 1.33514404e-05, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
| |
| 511 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.1071625, 5.50001764, -16.0999889, 0.500003397, 0, 0.866038799, 0, 1, 0, -0.866037428, 0, 0.500008583),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 512 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, 0.499999106, 0, -0.866026282, 0, 1, 0, 0.866026342, 0, 0.499999285),C1 = CFrame.new(0.692829132, 0, 0.400005341, 1.00000644, 0, 1.22189874e-06, 0, 1, 0, 1.25170106e-06, 0, 1.00000715),})
| |
| 513 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.285759, 5.50001764, -15.8871527, 0.76605016, 0, 0.642795265, 0, 1, 0, -0.642793238, 0, 0.766053021),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 514 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, 0.766044378, 0, -0.642788231, 0, 1, 0, 0.642788351, 0, 0.766044497),C1 = CFrame.new(0.514234543, 0, 0.612840652, 1.00000238, 0, 3.57627869e-07, 0, 1, 0, 3.57627869e-07, 0, 1.00000262),})
| |
| 515 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-19.0736217, 5.50001764, -17.2517643, 0.939700842, 0, 0.342024595, 0, 1, 0, -0.342021763, 0, 0.939702868),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 516 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, 0.939693093, 0, -0.342019916, 0, 1, 0, 0.342020094, 0, 0.939693153),C1 = CFrame.new(-0.273622513, 0, -0.751760483, 1.00000238, 0, 3.57627869e-07, 0, 1, 0, 3.57627869e-07, 0, 1.00000262),})
| |
| 517 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-19.4928379, 5.50001764, -16.9000072, 0.500003397, 0, 0.866038799, 0, 1, 0, -0.866037428, 0, 0.500008583),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 518 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, 0.499999106, 0, -0.866026282, 0, 1, 0, 0.866026342, 0, 0.499999285),C1 = CFrame.new(-0.692834854, 0, -0.400005341, 1.00000644, 0, 1.22189874e-06, 0, 1, 0, 1.25170106e-06, 0, 1.00000715),})
| |
| 519 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-19.4928265, 5.50001764, -16.0999737, -0.500008047, 0, 0.866034508, 0, 1, 0, -0.866037786, 0, -0.500004828),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 520 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, -0.500000477, 0, -0.866025746, 0, 1, 0, 0.866025627, 0, -0.500000358),C1 = CFrame.new(-0.692825317, 0, 0.400022507, 1.00000501, 0, 8.64267349e-07, 0, 1, 0, 8.94069672e-07, 0, 1.00000548),})
| |
| 521 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-19.5878544, 5.50001764, -16.6389122, 0.173646897, 0, 0.984815121, 0, 1, 0, -0.984815359, 0, 0.173649639),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 522 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, 0.173647016, 0, -0.984808564, 0, 1, 0, 0.984808564, 0, 0.173647195),C1 = CFrame.new(-0.787851334, 0, -0.138912201, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 523 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.5263824, 5.50001764, -17.2517605, -0.939701259, 0, 0.342020363, 0, 1, 0, -0.342023492, 0, -0.93970114),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 524 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, -0.93969363, 0, -0.34201926, 0, 1, 0, 0.342019081, 0, -0.93969363),C1 = CFrame.new(0.273614883, 0, -0.751756668, 1.00000119, 0, 1.78813934e-07, 0, 1, 0, 1.78813934e-07, 0, 1.00000131),})
| |
| 525 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.0121346, 5.50001764, -16.6389122, -0.173651725, 0, 0.984817922, 0, 1, 0, -0.984819889, 0, -0.173648074),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 526 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, -0.173648179, 0, -0.984808624, 0, 1, 0, 0.984808445, 0, -0.17364794),C1 = CFrame.new(0.787857056, 0, -0.138914108, 1.00000358, 0, 5.81145287e-07, 0, 1, 0, 5.96046448e-07, 0, 1.00000393),})
| |
| 527 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.0121384, 5.50001764, -16.3610725, 0.173646957, 0, 0.984817505, 0, 1, 0, -0.984817922, 0, 0.173650518),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 528 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, 0.173647016, 0, -0.984808624, 0, 1, 0, 0.984808564, 0, 0.173647255),C1 = CFrame.new(0.787853241, 0, 0.138923645, 1.00000238, 0, 3.57627869e-07, 0, 1, 0, 3.57627869e-07, 0, 1.00000262),})
| |
| 529 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.2857647, 5.50001764, -17.1128464, -0.766056955, 0, 0.642793596, 0, 1, 0, -0.642798543, 0, -0.766054869),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 530 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, -0.766045511, 0, -0.642787457, 0, 1, 0, 0.642787278, 0, -0.766045451),C1 = CFrame.new(0.514230728, 0, -0.612844467, 1.00000644, 0, 1.22189874e-06, 0, 1, 0, 1.25170106e-06, 0, 1.00000715),})
| |
| 531 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.1071663, 5.50001764, -16.9000053, -0.500009298, 0, 0.866035819, 0, 1, 0, -0.866039753, 0, -0.500005484),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 532 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, -0.500000715, 0, -0.866026103, 0, 1, 0, 0.866025865, 0, -0.500000477),C1 = CFrame.new(0.692827225, 0, -0.400005341, 1.00000644, 0, 1.22189874e-06, 0, 1, 0, 1.25170106e-06, 0, 1.00000715),})
| |
| 533 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-19.3142319, 5.50001764, -15.8871336, -0.766055584, 0, 0.642793, 0, 1, 0, -0.642797172, 0, -0.766053736),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 534 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, -0.766045511, 0, -0.642787457, 0, 1, 0, 0.642787278, 0, -0.766045451),C1 = CFrame.new(-0.514232635, 0, 0.61286068, 1.00000501, 0, 8.64267349e-07, 0, 1, 0, 8.94069672e-07, 0, 1.00000548),})
| |
| 535 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-19.0736103, 5.50001764, -15.7482185, -0.939703703, 0, 0.34202081, 0, 1, 0, -0.342024893, 0, -0.939703524),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 536 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, -0.939693749, 0, -0.342019379, 0, 1, 0, 0.342019081, 0, -0.939693689),C1 = CFrame.new(-0.273612976, 0, 0.751774788, 1.00000358, 0, 5.81145287e-07, 0, 1, 0, 5.96046448e-07, 0, 1.00000393),})
| |
| 537 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-19.587862, 5.50001764, -16.3610744, -0.173652977, 0, 0.984820604, 0, 1, 0, -0.984823227, 0, -0.17364794),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 538 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, -0.173648298, 0, -0.984808683, 0, 1, 0, 0.984808445, 0, -0.17364791),C1 = CFrame.new(-0.787858963, 0, 0.138923645, 1.00000644, 0, 1.22189874e-06, 0, 1, 0, 1.25170106e-06, 0, 1.00000715),})
| |
| 539 | HaPart = New("Part",Halo,"HaPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-18.7999992, 5.50001764, -17.3000011, 1.00001216, 0, 2.29479861e-06, 0, 1, 0, 2.29479883e-06, 0, 1.00001347),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 540 | Weld = New("ManualWeld",HaPart,"Weld",{Part0 = HaPart,Part1 = AHaloPart,C0 = CFrame.new(0, 0, 0, 1.00000072, 0, 1.78813934e-07, 0, 1, 0, 1.78813934e-07, 0, 1.00000083),C1 = CFrame.new(0, 0, -0.79999733, 1.00000501, 0, 8.64267349e-07, 0, 1, 0, 8.94069672e-07, 0, 1.00000548),})
| |
| 541 | Horns = New("Part",Halo,"Horns",{FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.100000001, 0.100000001, 0.100000001),CFrame = CFrame.new(-18.7999992, 5.72899342, -16.4698296, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,})
| |
| 542 | Mesh = New("SpecialMesh",Horns,"Mesh",{Scale = Vector3.new(1.08000004, 1, 1),VertexColor = Vector3.new(-1, -1, -1),MeshId = "http://www.roblox.com/asset/?id=71494804",TextureId = "http://www.roblox.com/asset/?id=71494779",MeshType = Enum.MeshType.FileMesh,})
| |
| 543 | Weld = New("ManualWeld",Horns,"Weld",{Part0 = Horns,Part1 = Head,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.22898483, -0.0301551819, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
| |
| 544 | for i,v in pairs(Halo:children()) do | |
| 545 | if v:IsA("BasePart") then
| |
| 546 | v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) | |
| 547 | end | |
| 548 | end | |
| 549 | coroutine.wrap(function() | |
| 550 | while true do | |
| 551 | swait() | |
| 552 | HaWeld.C0 = HaWeld.C0 * CFrame.Angles(0,math.rad(1),0) | |
| 553 | end | |
| 554 | end)() | |
| 555 | ||
| 556 | for _,v in pairs(m:children()) do | |
| 557 | if v:IsA("Part") then
| |
| 558 | v.CanCollide = false | |
| 559 | end | |
| 560 | end | |
| 561 | ||
| 562 | function rayCast(Position, Direction, Range, Ignore) | |
| 563 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
| |
| 564 | end | |
| 565 | ||
| 566 | --[[FindNearestTorso = function(pos) | |
| 567 | local list = (game.workspace:GetDescendants()) | |
| 568 | local torso = nil | |
| 569 | local dist = 1000 | |
| 570 | local temp, human, temp2 = nil, nil, nil | |
| 571 | for x = 1, #list do | |
| 572 | temp2 = list[x] | |
| 573 | if temp2.className == "Model" and temp2.Name ~= chara.Name then | |
| 574 | temp = temp2:findFirstChild("Torso")
| |
| 575 | human = temp2:FindFirstChildOfClass("Humanoid")
| |
| 576 | if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then | |
| 577 | local dohit = true | |
| 578 | if dohit == true then | |
| 579 | torso = temp | |
| 580 | dist = (temp.Position - pos).magnitude | |
| 581 | end | |
| 582 | end | |
| 583 | end | |
| 584 | end | |
| 585 | return torso, dist | |
| 586 | end]] | |
| 587 | function FindNearestTorso(Position, Distance, SinglePlayer) | |
| 588 | if SinglePlayer then | |
| 589 | return (SinglePlayer.Head.CFrame.p - Position).magnitude < Distance | |
| 590 | end | |
| 591 | local List = {}
| |
| 592 | for i, v in pairs(workspace:GetDescendants()) do | |
| 593 | if v:IsA("Model") then
| |
| 594 | if v:findFirstChild("Head") then
| |
| 595 | if v ~= chara then | |
| 596 | if (v.Head.Position - Position).magnitude <= Distance then | |
| 597 | table.insert(List, v) | |
| 598 | end | |
| 599 | end | |
| 600 | end | |
| 601 | end | |
| 602 | end | |
| 603 | return List | |
| 604 | end | |
| 605 | ||
| 606 | local p1mit = Instance.new("ParticleEmitter")
| |
| 607 | p1mit.Texture = "rbxasset://textures/particles/fire_main.dds" | |
| 608 | p1mit.LightEmission = 1 | |
| 609 | p1mit.Color = ColorSequence.new(Color3.new(1,0,0)) | |
| 610 | p1mit.Size = NumberSequence.new(1,0) | |
| 611 | p1mit.Lifetime = NumberRange.new(2) | |
| 612 | p1mit.Rate = 1000 | |
| 613 | p1mit.Rotation = NumberRange.new(0,359) | |
| 614 | p1mit.Speed = NumberRange.new(0) | |
| 615 | ||
| 616 | function noretaliation(dude) | |
| 617 | end | |
| 618 | ||
| 619 | function dmg(dude) | |
| 620 | if dude.Name ~= chara then | |
| 621 | dude:FindFirstChildOfClass("Humanoid").PlatformStand = true
| |
| 622 | noretaliation(dude) | |
| 623 | CamShake(dude.Head,10,.5,.3) | |
| 624 | local bgf = Instance.new("BodyGyro",dude.Head)
| |
| 625 | bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0) | |
| 626 | local val = Instance.new("BoolValue",dude)
| |
| 627 | val.Name = "IsHit" | |
| 628 | local torsy = dude:FindFirstChild("UpperTorso") or dude:FindFirstChild("Torso")
| |
| 629 | local partasdeff = Instance.new("ParticleEmitter",torsy)
| |
| 630 | partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)) | |
| 631 | partasdeff.LightEmission = .1 | |
| 632 | partasdeff.Size = NumberSequence.new(0.2) | |
| 633 | partasdeff.Texture = "rbxassetid://771221224" | |
| 634 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
| |
| 635 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 636 | partasdeff.Transparency = bbb | |
| 637 | partasdeff.Size = aaa | |
| 638 | partasdeff.ZOffset = .9 | |
| 639 | partasdeff.Acceleration = Vector3.new(0, -5, 0) | |
| 640 | partasdeff.LockedToPart = false | |
| 641 | partasdeff.EmissionDirection = "Back" | |
| 642 | partasdeff.Lifetime = NumberRange.new(1, 2) | |
| 643 | partasdeff.Rate = 1000 | |
| 644 | partasdeff.Rotation = NumberRange.new(-100, 100) | |
| 645 | partasdeff.RotSpeed = NumberRange.new(-100, 100) | |
| 646 | partasdeff.Speed = NumberRange.new(6) | |
| 647 | partasdeff.VelocitySpread = 10000 | |
| 648 | partasdeff.Enabled=false | |
| 649 | partasdeff:Emit(30) | |
| 650 | coroutine.wrap(function() | |
| 651 | targetted = nil | |
| 652 | swait(30) | |
| 653 | dude:BreakJoints() | |
| 654 | swait(5) | |
| 655 | CFuncs["Sound"].Create("rbxassetid://62339698", dude, 3, .3)
| |
| 656 | dude:FindFirstChildOfClass("Humanoid"):Destroy()
| |
| 657 | for i,v in pairs(dude:GetChildren()) do | |
| 658 | if v:IsA("BasePart") then
| |
| 659 | local bodpos = Instance.new("BodyPosition",v)
| |
| 660 | bodpos.Position = v.Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) | |
| 661 | p1mit:Clone().Parent = v | |
| 662 | v.BrickColor = BrickColor.new("Really black")
| |
| 663 | end | |
| 664 | end | |
| 665 | for i=0,1,.05 do | |
| 666 | for a,v in pairs(dude:GetChildren()) do | |
| 667 | if v:IsA("BasePart") then
| |
| 668 | v.Transparency = i | |
| 669 | end | |
| 670 | end | |
| 671 | swait() | |
| 672 | end | |
| 673 | for a,v in pairs(dude:GetChildren()) do | |
| 674 | if v:IsA("BasePart") and v:FindFirstChild("ParticleEmitter") then
| |
| 675 | v.ParticleEmitter.Enabled = false | |
| 676 | end | |
| 677 | game:service'Debris':AddItem(v,2) | |
| 678 | end | |
| 679 | end)() | |
| 680 | end | |
| 681 | end | |
| 682 | ||
| 683 | ||
| 684 | function mdmg(Part, Magnitude)--, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch) | |
| 685 | --local buddy | |
| 686 | for _, c in pairs(workspace:GetDescendants()) do | |
| 687 | local hum = c:FindFirstChildOfClass("Humanoid")
| |
| 688 | if hum ~= nil then | |
| 689 | local head = c:FindFirstChild("UpperTorso") or c:FindFirstChild("Torso")
| |
| 690 | if head ~= nil then | |
| 691 | local targ = head.Position - Part.Position | |
| 692 | local mag = targ.magnitude | |
| 693 | if mag <= Magnitude and c.Name ~= Player.Name and c:FindFirstChild("MagDmgd")==nil then
| |
| 694 | if c.Name ~= chara then | |
| 695 | if c.Name ~= "CKbackup" or c.Name ~= "Nebula_Zorua" or c.Name ~= "Salvo_Starly" then | |
| 696 | noretaliation(c) | |
| 697 | local val = Instance.new("BoolValue",c)
| |
| 698 | val.Name = "MagDmgd" | |
| 699 | local asd = Instance.new("ParticleEmitter",head)
| |
| 700 | asd.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)) | |
| 701 | asd.LightEmission = .1 | |
| 702 | asd.Size = NumberSequence.new(0.2) | |
| 703 | asd.Texture = "rbxassetid://771221224" | |
| 704 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
| |
| 705 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 706 | asd.Transparency = bbb | |
| 707 | asd.Size = aaa | |
| 708 | asd.ZOffset = .9 | |
| 709 | asd.Acceleration = Vector3.new(0, -5, 0) | |
| 710 | asd.LockedToPart = false | |
| 711 | asd.EmissionDirection = "Back" | |
| 712 | asd.Lifetime = NumberRange.new(1, 2) | |
| 713 | asd.Rate = 1000 | |
| 714 | asd.Rotation = NumberRange.new(-100, 100) | |
| 715 | asd.RotSpeed = NumberRange.new(-100, 100) | |
| 716 | asd.Speed = NumberRange.new(6) | |
| 717 | asd.VelocitySpread = 10000 | |
| 718 | asd.Enabled=true | |
| 719 | --Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch) | |
| 720 | dmg(c) | |
| 721 | CFuncs["Sound"].Create("rbxassetid://206082273", c.Head, 1.2, .8)
| |
| 722 | coroutine.wrap(function() | |
| 723 | swait(.2) | |
| 724 | asd.Enabled = false | |
| 725 | wait(2) | |
| 726 | asd:Remove() | |
| 727 | end)() | |
| 728 | else | |
| 729 | CFuncs["Sound"].Create("rbxassetid://240429289", head, 1.5, math.random(1,1.3))
| |
| 730 | Effects.Sphere.Create(BrickColor.new("Bright red"), head.CFrame, 30, 30, 30, .5, .5, .5, 0.04)
| |
| 731 | ||
| 732 | end | |
| 733 | end | |
| 734 | end | |
| 735 | end | |
| 736 | end | |
| 737 | end | |
| 738 | end | |
| 739 | EffectModel = Create("Model"){
| |
| 740 | Parent = chara, | |
| 741 | Name = "Effects", | |
| 742 | } | |
| 743 | ||
| 744 | Effects = {
| |
| 745 | Block = {
| |
| 746 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type) | |
| 747 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 748 | prt.Anchored = true | |
| 749 | prt.CFrame = cframe | |
| 750 | local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 751 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 752 | if Type == 1 or Type == nil then | |
| 753 | table.insert(Effects, {
| |
| 754 | prt, | |
| 755 | "Block1", | |
| 756 | delay, | |
| 757 | x3, | |
| 758 | y3, | |
| 759 | z3, | |
| 760 | msh | |
| 761 | }) | |
| 762 | elseif Type == 2 then | |
| 763 | table.insert(Effects, {
| |
| 764 | prt, | |
| 765 | "Block2", | |
| 766 | delay, | |
| 767 | x3, | |
| 768 | y3, | |
| 769 | z3, | |
| 770 | msh | |
| 771 | }) | |
| 772 | end | |
| 773 | end; | |
| 774 | }; | |
| 775 | ||
| 776 | Cylinder = {
| |
| 777 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 778 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 779 | prt.Anchored = true | |
| 780 | prt.CFrame = cframe | |
| 781 | local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 782 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 783 | table.insert(Effects, {
| |
| 784 | prt, | |
| 785 | "Cylinder", | |
| 786 | delay, | |
| 787 | x3, | |
| 788 | y3, | |
| 789 | z3, | |
| 790 | msh | |
| 791 | }) | |
| 792 | end; | |
| 793 | }; | |
| 794 | Head = {
| |
| 795 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 796 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 797 | prt.Anchored = true | |
| 798 | prt.CFrame = cframe | |
| 799 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 800 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 801 | table.insert(Effects, {
| |
| 802 | prt, | |
| 803 | "Cylinder", | |
| 804 | delay, | |
| 805 | x3, | |
| 806 | y3, | |
| 807 | z3, | |
| 808 | msh | |
| 809 | }) | |
| 810 | end; | |
| 811 | }; | |
| 812 | ||
| 813 | Sphere = {
| |
| 814 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 815 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 816 | prt.Anchored = true | |
| 817 | prt.CFrame = cframe | |
| 818 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 819 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 820 | table.insert(Effects, {
| |
| 821 | prt, | |
| 822 | "Cylinder", | |
| 823 | delay, | |
| 824 | x3, | |
| 825 | y3, | |
| 826 | z3, | |
| 827 | msh | |
| 828 | }) | |
| 829 | end; | |
| 830 | }; | |
| 831 | ||
| 832 | Elect = {
| |
| 833 | Create = function(cff, x, y, z) | |
| 834 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
| |
| 835 | prt.Anchored = true | |
| 836 | prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z)) | |
| 837 | prt.CFrame = CFrame.new(prt.Position) | |
| 838 | game:GetService("Debris"):AddItem(prt, 2)
| |
| 839 | local xval = math.random() / 2 | |
| 840 | local yval = math.random() / 2 | |
| 841 | local zval = math.random() / 2 | |
| 842 | local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
| |
| 843 | table.insert(Effects, {
| |
| 844 | prt, | |
| 845 | "Elec", | |
| 846 | 0.1, | |
| 847 | x, | |
| 848 | y, | |
| 849 | z, | |
| 850 | xval, | |
| 851 | yval, | |
| 852 | zval | |
| 853 | }) | |
| 854 | end; | |
| 855 | ||
| 856 | }; | |
| 857 | ||
| 858 | Ring = {
| |
| 859 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 860 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 861 | prt.Anchored = true | |
| 862 | prt.CFrame = cframe | |
| 863 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 864 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 865 | table.insert(Effects, {
| |
| 866 | prt, | |
| 867 | "Cylinder", | |
| 868 | delay, | |
| 869 | x3, | |
| 870 | y3, | |
| 871 | z3, | |
| 872 | msh | |
| 873 | }) | |
| 874 | end; | |
| 875 | }; | |
| 876 | ||
| 877 | ||
| 878 | Wave = {
| |
| 879 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
| 880 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 881 | prt.Anchored = true | |
| 882 | prt.CFrame = cframe | |
| 883 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 884 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 885 | table.insert(Effects, {
| |
| 886 | prt, | |
| 887 | "Cylinder", | |
| 888 | delay, | |
| 889 | x3, | |
| 890 | y3, | |
| 891 | z3, | |
| 892 | msh | |
| 893 | }) | |
| 894 | end; | |
| 895 | }; | |
| 896 | ||
| 897 | Break = {
| |
| 898 | Create = function(brickcolor, cframe, x1, y1, z1) | |
| 899 | local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5)) | |
| 900 | prt.Anchored = true | |
| 901 | prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 902 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 903 | local num = math.random(10, 50) / 1000 | |
| 904 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 905 | table.insert(Effects, {
| |
| 906 | prt, | |
| 907 | "Shatter", | |
| 908 | num, | |
| 909 | prt.CFrame, | |
| 910 | math.random() - math.random(), | |
| 911 | 0, | |
| 912 | math.random(50, 100) / 100 | |
| 913 | }) | |
| 914 | end; | |
| 915 | }; | |
| 916 | ||
| 917 | Fire = {
| |
| 918 | Create = function(brickcolor, cframe, x1, y1, z1, delay) | |
| 919 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new()) | |
| 920 | prt.Anchored = true | |
| 921 | prt.CFrame = cframe | |
| 922 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 923 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 924 | table.insert(Effects, {
| |
| 925 | prt, | |
| 926 | "Fire", | |
| 927 | delay, | |
| 928 | 1, | |
| 929 | 1, | |
| 930 | 1, | |
| 931 | msh | |
| 932 | }) | |
| 933 | end; | |
| 934 | }; | |
| 935 | ||
| 936 | FireWave = {
| |
| 937 | Create = function(brickcolor, cframe, x1, y1, z1) | |
| 938 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new()) | |
| 939 | prt.Anchored = true | |
| 940 | prt.CFrame = cframe | |
| 941 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
| |
| 942 | local d = Create("Decal"){
| |
| 943 | Parent = prt, | |
| 944 | Texture = "rbxassetid://26356434", | |
| 945 | Face = "Top", | |
| 946 | } | |
| 947 | local d = Create("Decal"){
| |
| 948 | Parent = prt, | |
| 949 | Texture = "rbxassetid://26356434", | |
| 950 | Face = "Bottom", | |
| 951 | } | |
| 952 | game:GetService("Debris"):AddItem(prt, 10)
| |
| 953 | table.insert(Effects, {
| |
| 954 | prt, | |
| 955 | "FireWave", | |
| 956 | 1, | |
| 957 | 30, | |
| 958 | math.random(400, 600) / 100, | |
| 959 | msh | |
| 960 | }) | |
| 961 | end; | |
| 962 | }; | |
| 963 | ||
| 964 | Lightning = {
| |
| 965 | Create = function(p0, p1, tym, ofs, col, th, tra, last) | |
| 966 | local magz = (p0 - p1).magnitude | |
| 967 | local curpos = p0 | |
| 968 | local trz = {
| |
| 969 | -ofs, | |
| 970 | ofs | |
| 971 | } | |
| 972 | for i = 1, tym do | |
| 973 | local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym)) | |
| 974 | local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)]) | |
| 975 | local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz | |
| 976 | li.Material = "Neon" | |
| 977 | if tym == i then | |
| 978 | local magz2 = (curpos - p1).magnitude | |
| 979 | li.Size = Vector3.new(th, th, magz2) | |
| 980 | li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2) | |
| 981 | table.insert(Effects, {
| |
| 982 | li, | |
| 983 | "Disappear", | |
| 984 | last | |
| 985 | }) | |
| 986 | else | |
| 987 | do | |
| 988 | do | |
| 989 | li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2) | |
| 990 | curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p | |
| 991 | game.Debris:AddItem(li, 10) | |
| 992 | table.insert(Effects, {
| |
| 993 | li, | |
| 994 | "Disappear", | |
| 995 | last | |
| 996 | }) | |
| 997 | end | |
| 998 | end | |
| 999 | end | |
| 1000 | end | |
| 1001 | end | |
| 1002 | }; | |
| 1003 | ||
| 1004 | EffectTemplate = {
| |
| 1005 | ||
| 1006 | }; | |
| 1007 | } | |
| 1008 | ||
| 1009 | function CamShake(par,magni,env,dur) | |
| 1010 | coroutine.wrap(function() | |
| 1011 | for i=0,dur*60 do | |
| 1012 | swait() | |
| 1013 | Humanoid.CameraOffset = Vector3.new(math.random(-(env*10),(env*10))/10,math.random(-(env*10),(env*10))/10,math.random(-(env*10),(env*10))/10) | |
| 1014 | end | |
| 1015 | Humanoid.CameraOffset = Vector3.new(0,0,0) | |
| 1016 | end)() | |
| 1017 | end | |
| 1018 | ||
| 1019 | --Chat Function-- | |
| 1020 | function chatfunc(text) | |
| 1021 | coroutine.wrap(function() | |
| 1022 | if chara:FindFirstChild("TalkingBillBoard")~= nil then
| |
| 1023 | chara:FindFirstChild("TalkingBillBoard"):destroy()
| |
| 1024 | end | |
| 1025 | local naeeym2 = Instance.new("BillboardGui",chara)
| |
| 1026 | naeeym2.Size = UDim2.new(0,100,0,40) | |
| 1027 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
| 1028 | naeeym2.Adornee = chara.Head | |
| 1029 | naeeym2.Name = "TalkingBillBoard" | |
| 1030 | local tecks2 = Instance.new("TextLabel",naeeym2)
| |
| 1031 | tecks2.BackgroundTransparency = 1 | |
| 1032 | tecks2.BorderSizePixel = 0 | |
| 1033 | tecks2.Text = "" | |
| 1034 | tecks2.Font = "Fantasy" | |
| 1035 | tecks2.FontSize = "Size24" | |
| 1036 | tecks2.TextStrokeTransparency = 0 | |
| 1037 | tecks2.TextColor3 = Color3.new(.6,0,0) | |
| 1038 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
| 1039 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
| 1040 | local shk = coroutine.wrap(function() | |
| 1041 | while tecks2 ~= nil do | |
| 1042 | swait(.05) | |
| 1043 | tecks2.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3)) | |
| 1044 | end | |
| 1045 | end) | |
| 1046 | shk() | |
| 1047 | for i = 1,string.len(text),1 do | |
| 1048 | tecks2.Text = string.sub(text,1,i) | |
| 1049 | swait(0.01) | |
| 1050 | end | |
| 1051 | swait(30) | |
| 1052 | for i = 1, 5 do | |
| 1053 | swait() | |
| 1054 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
| 1055 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
| 1056 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
| 1057 | end | |
| 1058 | naeeym2:Destroy() | |
| 1059 | end)() | |
| 1060 | end | |
| 1061 | ||
| 1062 | crosshair = Instance.new("BillboardGui",chara)
| |
| 1063 | crosshair.Size = UDim2.new(10,0,10,0) | |
| 1064 | crosshair.Enabled = false | |
| 1065 | ||
| 1066 | imgl = Instance.new("ImageLabel",crosshair)
| |
| 1067 | imgl.Position = UDim2.new(0,0,0,0) | |
| 1068 | imgl.Size = UDim2.new(1,0,1,0) | |
| 1069 | imgl.Image = "rbxassetid://711463989" | |
| 1070 | imgl.BackgroundTransparency = 1 | |
| 1071 | imgl.ImageColor3 = Color3.new(.8,0,0) | |
| 1072 | imgl2 = Instance.new("ImageLabel",crosshair)
| |
| 1073 | imgl2.Position = UDim2.new(-.25,0,-.25,0) | |
| 1074 | imgl2.Size = UDim2.new(1.5,0,1.5,0) | |
| 1075 | imgl2.Image = "rbxassetid://233522684" | |
| 1076 | imgl2.BackgroundTransparency = 1 | |
| 1077 | imgl2.ImageColor3 = Color3.new(.8,0,0) | |
| 1078 | ||
| 1079 | function attackone() | |
| 1080 | attack = true | |
| 1081 | Humanoid.WalkSpeed = 0 | |
| 1082 | local torsy = targetted:FindFirstChild("UpperTorso") or targetted:FindFirstChild("Torso")
| |
| 1083 | if targetted.Name ~= "CKbackup" or targetted.Name ~= "Nebula_Zorua" or targetted.Name ~= "Salvo_Starly" then | |
| 1084 | noretaliation(targetted) | |
| 1085 | local partasdeff = Instance.new("ParticleEmitter",torsy)
| |
| 1086 | partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)) | |
| 1087 | partasdeff.LightEmission = .1 | |
| 1088 | partasdeff.Size = NumberSequence.new(0.2) | |
| 1089 | partasdeff.Texture = "rbxassetid://771221224" | |
| 1090 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
| |
| 1091 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 1092 | partasdeff.Transparency = bbb | |
| 1093 | partasdeff.Size = aaa | |
| 1094 | partasdeff.ZOffset = .9 | |
| 1095 | partasdeff.Acceleration = Vector3.new(0, -5, 0) | |
| 1096 | partasdeff.LockedToPart = false | |
| 1097 | partasdeff.EmissionDirection = "Back" | |
| 1098 | partasdeff.Lifetime = NumberRange.new(1, 2) | |
| 1099 | partasdeff.Rate = 1000 | |
| 1100 | partasdeff.Rotation = NumberRange.new(-100, 100) | |
| 1101 | partasdeff.RotSpeed = NumberRange.new(-100, 100) | |
| 1102 | partasdeff.Speed = NumberRange.new(6) | |
| 1103 | partasdeff.VelocitySpread = 10000 | |
| 1104 | partasdeff.Enabled=false | |
| 1105 | for i = 0, 1, 0.2 do | |
| 1106 | swait() | |
| 1107 | PlayAnimationFromTable({
| |
| 1108 | CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
| 1109 | CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1110 | CFrame.new(1.39999962, 0.500000238, 0.600002289, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
| 1111 | CFrame.new(-1.52556908, 0.222140431, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1), | |
| 1112 | CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789), | |
| 1113 | CFrame.new(-0.592542052, -1.98263681, 0.0336810946, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795), | |
| 1114 | }, .3, false) | |
| 1115 | moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1116 | end | |
| 1117 | for a = 1,5 do | |
| 1118 | Effects.Block.Create(BrickColor.new("Really red"), Partss.CFrame, 2, 2, 2, 2, 2, 2, 0.05)
| |
| 1119 | Effects.Block.Create(BrickColor.new("Persimmon"), Partss.CFrame, 2, 2, 2, 1, 1, 1, 0.05)
| |
| 1120 | CFuncs["Sound"].Create("rbxassetid://168586621", chara, 1, .8)
| |
| 1121 | CamShake(torsy,30,1,.4) | |
| 1122 | partasdeff:Emit(10) | |
| 1123 | targetted.Head.Velocity = RootPart.CFrame.lookVector*50 | |
| 1124 | for i = 0, 1, 0.25 do | |
| 1125 | swait() | |
| 1126 | PlayAnimationFromTable({
| |
| 1127 | CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
| 1128 | CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1129 | CFrame.new(1.39999962, 0.500000238, 0.600002289, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
| 1130 | CFrame.new(-1.52556908, 0.222140431, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1), | |
| 1131 | CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789), | |
| 1132 | CFrame.new(-0.592542052, -1.98263681, 0.0336810946, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795), | |
| 1133 | }, .4, false) | |
| 1134 | moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1135 | end | |
| 1136 | for i = 0, 1, 0.25 do | |
| 1137 | swait() | |
| 1138 | PlayAnimationFromTable({
| |
| 1139 | CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
| 1140 | CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1141 | CFrame.new(1.47320819, 0.773207605, 0.600002289, 0, -0.866025388, 0.500000238, 0, -0.500000238, -0.866025388, 1, 0, 0), | |
| 1142 | CFrame.new(-1.52556896, 0.22214067, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1), | |
| 1143 | CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789), | |
| 1144 | CFrame.new(-0.592541993, -1.98263633, 0.0336810648, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795), | |
| 1145 | }, .4, false) | |
| 1146 | moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1147 | end | |
| 1148 | end | |
| 1149 | dmg(targetted) | |
| 1150 | game:service'Debris':AddItem(partasdeff,3) | |
| 1151 | else | |
| 1152 | sel = math.random(1,3) | |
| 1153 | if sel == 1 then | |
| 1154 | chatfunc("...")
| |
| 1155 | elseif sel == 2 then | |
| 1156 | chatfunc("No...")
| |
| 1157 | elseif sel == 3 then | |
| 1158 | chatfunc("I can't do that...")
| |
| 1159 | end | |
| 1160 | for i = 0, 5, 0.1 do | |
| 1161 | swait() | |
| 1162 | PlayAnimationFromTable({
| |
| 1163 | CFrame.new(0, 0, 0, 0.999999881, 5.04870979e-29, -4.21790838e-43, 5.04870979e-29, 1, -5.04870979e-29, -4.21790838e-43, -5.04870979e-29, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1164 | CFrame.new(-0.055980958, 1.49253583, -0.318915963, 0.999889553, 0.0107171191, -0.0102898544, -0.00218299939, 0.791040659, 0.611759722, 0.0146959936, -0.61166966, 0.790976703) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0- .4 * math.cos((sine) / 5), 0), | |
| 1165 | CFrame.new(1.54004693, 0.0494250022, 1.90734852e-06, 0.997847795, -0.0655719861, 0, 0.0655719936, 0.997847855, 7.53468894e-22, -4.94064563e-23, -7.51847299e-22, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1166 | CFrame.new(-1.51232088, 0.0410207808, -3.73942044e-06, 0.998558879, 0.053665854, -2.33806347e-07, -0.0536658242, 0.998558939, -1.04548817e-05, -3.27600219e-07, 1.04523697e-05, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1167 | CFrame.new(0.540300906, -1.99793804, -2.11055158e-06, 0.998698354, -0.0510031469, 6.26438805e-07, 0.0510031544, 0.998698473, -1.04335422e-05, -9.34800966e-08, 1.04519122e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1168 | CFrame.new(-0.539562821, -1.99794102, -5.75710146e-09, 0.998630941, 0.0523070693, -1.67712614e-07, -0.0523070768, 0.99863106, -1.0458818e-05, -3.79587107e-07, 1.04532719e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1169 | }, .3, false) | |
| 1170 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111967381, -1.6377008, -0.318754196, -0.0172117949, 0, -0.999851942, 0.999851942, 0, -0.0172117949, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1171 | end | |
| 1172 | end | |
| 1173 | Humanoid.WalkSpeed = 8 | |
| 1174 | attack = false | |
| 1175 | end | |
| 1176 | function attack2one() | |
| 1177 | attack = true | |
| 1178 | Humanoid.WalkSpeed = 0 | |
| 1179 | local totrans = {}
| |
| 1180 | for i, v in pairs(chara:GetDescendants()) do | |
| 1181 | if v:IsA("BasePart") and v.Transparency~=1 and v.Parent.Name == "TheKnife" then
| |
| 1182 | table.insert(totrans,v) | |
| 1183 | end | |
| 1184 | end | |
| 1185 | local torsy = targetted:FindFirstChild("UpperTorso") or targetted:FindFirstChild("Torso")
| |
| 1186 | if targetted.Name ~= "CKbackup" or targetted.Name ~= "Nebula_Zorua" or targetted.Name ~= "Salvo_Starly" then | |
| 1187 | noretaliation(targetted) | |
| 1188 | local partasdeff = Instance.new("ParticleEmitter",targetted.Head)
| |
| 1189 | partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)) | |
| 1190 | partasdeff.LightEmission = .1 | |
| 1191 | partasdeff.Size = NumberSequence.new(0.2) | |
| 1192 | partasdeff.Texture = "rbxassetid://771221224" | |
| 1193 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
| |
| 1194 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 1195 | partasdeff.Transparency = bbb | |
| 1196 | partasdeff.Size = aaa | |
| 1197 | partasdeff.ZOffset = .9 | |
| 1198 | partasdeff.Acceleration = Vector3.new(0, -5, 0) | |
| 1199 | partasdeff.LockedToPart = false | |
| 1200 | partasdeff.EmissionDirection = "Back" | |
| 1201 | partasdeff.Lifetime = NumberRange.new(1, 2) | |
| 1202 | partasdeff.Rate = 1000 | |
| 1203 | partasdeff.Rotation = NumberRange.new(-100, 100) | |
| 1204 | partasdeff.RotSpeed = NumberRange.new(-100, 100) | |
| 1205 | partasdeff.Speed = NumberRange.new(6) | |
| 1206 | partasdeff.VelocitySpread = 10000 | |
| 1207 | partasdeff.Enabled=false | |
| 1208 | for i = 0, 1.5, 0.1 do | |
| 1209 | swait() | |
| 1210 | PlayAnimationFromTable({
| |
| 1211 | CFrame.new(-0.013760807, 0, 0.00454730028, 0.500000238, 0, 0.866025388, 0, 1, 0, -0.866025388, 0, 0.500000238), | |
| 1212 | CFrame.new(0.010819382, 1.49999833, 0.00964166038, 0.500000238, 0, -0.866025388, 0, 1, 0, 0.866025388, 0, 0.500000238), | |
| 1213 | CFrame.new(1.54018927, 0.669616818, -3.72918021e-06, 0.499999791, -0.866025686, 1.75833702e-06, 0.866025567, 0.499999732, -1.27693363e-06, 2.38418579e-07, 2.14576721e-06, 1.00000012), | |
| 1214 | CFrame.new(-1.52901936, 0.888710737, 2.4381518e-06, 0.984807968, 0.173648, 4.17232513e-07, 0.173648, -0.984807789, 3.45977355e-06, 1.01327896e-06, -3.33786011e-06, -1.00000012), | |
| 1215 | CFrame.new(0.500000119, -2.00000095, 0, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024), | |
| 1216 | CFrame.new(-0.68507731, -1.96527267, 0.0673612207, 0.925416648, 0.163175583, 0.342020541, -0.173648059, 0.984807849, 6.55481983e-07, -0.336824358, -0.059391804, 0.939692676), | |
| 1217 | }, .2, false) | |
| 1218 | moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1219 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,3,0), 0.3) | |
| 1220 | end | |
| 1221 | for i = 0, 1, 0.25 do | |
| 1222 | swait() | |
| 1223 | PlayAnimationFromTable({
| |
| 1224 | CFrame.new(0.033490371, -4.76837158e-07, -0.0274436511, -0.500000238, 0, -0.866025388, 0, 1, 0, 0.866025388, 0, -0.500000238), | |
| 1225 | CFrame.new(-0.0390504077, 1.52660453, -0.19198662, 0.934456527, -0.171009883, 0.312324822, 0.0593909845, 0.939692736, 0.336823851, -0.351089597, -0.296197981, 0.888258457), | |
| 1226 | CFrame.new(1.54018593, 0.669616103, -3.75895024e-06, 0.499999344, -0.866025925, 1.75833702e-06, 0.866025805, 0.499999285, -1.27693352e-06, 2.38418579e-07, 2.17556953e-06, 1.00000012), | |
| 1227 | CFrame.new(-0.661082923, 0.549146414, -0.783065915, 0.264424562, -0.610265017, -0.746764064, -0.609933972, 0.493972659, -0.619654536, 0.74703449, 0.619328618, -0.241602808), | |
| 1228 | CFrame.new(0.500003934, -2.00000095, 0, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024), | |
| 1229 | CFrame.new(-0.685080409, -1.96527231, 0.0673582703, 0.925416648, 0.163175583, 0.342020541, -0.173648059, 0.984807849, 6.55481983e-07, -0.336824358, -0.059391804, 0.939692676), | |
| 1230 | }, .4, false) | |
| 1231 | moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1232 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,3,0), 0.3) | |
| 1233 | end | |
| 1234 | for a=1,#totrans do | |
| 1235 | totrans[a].Transparency = 1 | |
| 1236 | end | |
| 1237 | CFuncs["Sound"].Create("rbxassetid://743521497", chara, 1, 1)
| |
| 1238 | partasdeff:Emit(30) | |
| 1239 | game:service'Debris':AddItem(partasdeff,3) | |
| 1240 | CamShake(targetted.Head,20,1,.4) | |
| 1241 | KnifuHit = New("Model",workspace,"KnifuHit",{})
| |
| 1242 | HWeldPart = New("Part",KnifuHit,"HWeldPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(68.629982, 1.83662391, 15.8509817, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1243 | Mesh = New("CylinderMesh",HWeldPart,"Mesh",{})
| |
| 1244 | Weld = New("ManualWeld",HWeldPart,"Weld",{Part0 = HWeldPart,Part1 = targetted.Head,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),C1 = CFrame.new(0.0299835205, 1.33661091, -2.04901791, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1245 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.52322841, 16.5938034, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1246 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 1247 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1248 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(68.629982, 1.0232265, 17.4598274, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1249 | Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 1250 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.80000067, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1251 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.62322855, 16.4205971, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1252 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 1253 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1254 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.62322855, 16.4205971, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1255 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 1256 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1257 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.19999993, 0.600000024),CFrame = CFrame.new(68.629982, 0.473228455, 18.4124565, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 1258 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 1259 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.89999986, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1260 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(68.629982, 1.20002079, 16.7536106, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1261 | Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 1262 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.10000038, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1263 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.600000083),CFrame = CFrame.new(68.629982, 1.37681365, 16.04739, 1, 0, 0, 0, 0.5, 0.866025448, 0, -0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1264 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 1265 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.400000095, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1266 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(68.629982, 1.80982792, 16.2973919, -1, 0, 0, 0, 0.5, -0.866025448, 0, -0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1267 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 1268 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.400000095, 0.199998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1269 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.52322841, 16.5938034, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1270 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 1271 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1272 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.4232285, 16.7670078, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1273 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 1274 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1275 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.4232285, 16.7670078, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1276 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 1277 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1278 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.32322836, 16.9402142, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1279 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 1280 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1281 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.32322836, 16.9402142, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1282 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
| |
| 1283 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1284 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(68.629982, 1.42322659, 16.7670078, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1285 | Mesh = New("BlockMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.400000006, 1, 0.5),})
| |
| 1286 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.00000048, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1287 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.73662376, 16.0241871, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1288 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 1289 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.200000286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1290 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000083, 0.200000003),CFrame = CFrame.new(68.629982, 0.750020742, 17.5330334, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 1291 | Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),})
| |
| 1292 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.00000048, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1293 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.83662379, 15.8509817, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1294 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 1295 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.38418579e-07, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1296 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.63662374, 16.1973915, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1297 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.5, 1.20000005, 1.5),})
| |
| 1298 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.400000334, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1299 | HPart = New("Part",KnifuHit,"HPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 3.00000024, 0.600000024),CFrame = CFrame.new(68.629982, 0.923228443, 17.6330338, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
| |
| 1300 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1301 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.93662381, 15.6777763, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1302 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
| |
| 1303 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, -0.199999809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1304 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(68.629982, 0.95002085, 17.1866226, -1, 0, 0, 0, 0.5, -0.866025448, 0, -0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 1305 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 1306 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.60000038, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1307 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Crimson"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(68.629982, 0.909831166, 17.8562393, -1, 0, 0, 0, 0.5, -0.866025448, 0, -0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
| |
| 1308 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
| |
| 1309 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 2.20000029, 0.20000267, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1310 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 0.996432185, 17.9062386, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1311 | Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
| |
| 1312 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.20000076, 0.300001144, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1313 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000006, 0.200000077),CFrame = CFrame.new(68.629982, 1.05360782, 16.2071972, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1314 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
| |
| 1315 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.700000167, -0.500003815, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1316 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.23662364, 16.890213, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.666667, 0, 0.666667),})
| |
| 1317 | Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.200000003, 0.5, 0.200000003),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 1318 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.20000052, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1319 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 2.03662372, 15.5045719, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.666667, 0, 0.666667),})
| |
| 1320 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.200000003, 0.5, 0.200000003),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 1321 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, -0.399999619, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1322 | HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(68.629982, 1.19643402, 17.5598297, -1, 0, 0, 0, 0.5, -0.866025448, 0, -0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
| |
| 1323 | Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 1324 | Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.80000019, 0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1325 | game:service'Debris':AddItem(KnifuHit,10) | |
| 1326 | dmg(targetted) | |
| 1327 | swait(30) | |
| 1328 | for i = 0,1,.05 do | |
| 1329 | swait() | |
| 1330 | for a=1,#totrans do | |
| 1331 | totrans[a].Transparency = 1-i | |
| 1332 | end | |
| 1333 | end | |
| 1334 | for a=1,#totrans do | |
| 1335 | totrans[a].Transparency = 0 | |
| 1336 | end | |
| 1337 | else | |
| 1338 | sel = math.random(1,3) | |
| 1339 | if sel == 1 then | |
| 1340 | chatfunc("...")
| |
| 1341 | elseif sel == 2 then | |
| 1342 | chatfunc("No...")
| |
| 1343 | elseif sel == 3 then | |
| 1344 | chatfunc("I can't do that...")
| |
| 1345 | end | |
| 1346 | for i = 0, 5, 0.1 do | |
| 1347 | swait() | |
| 1348 | PlayAnimationFromTable({
| |
| 1349 | CFrame.new(0, 0, 0, 0.999999881, 5.04870979e-29, -4.21790838e-43, 5.04870979e-29, 1, -5.04870979e-29, -4.21790838e-43, -5.04870979e-29, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1350 | CFrame.new(-0.055980958, 1.49253583, -0.318915963, 0.999889553, 0.0107171191, -0.0102898544, -0.00218299939, 0.791040659, 0.611759722, 0.0146959936, -0.61166966, 0.790976703) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0- .4 * math.cos((sine) / 5), 0), | |
| 1351 | CFrame.new(1.54004693, 0.0494250022, 1.90734852e-06, 0.997847795, -0.0655719861, 0, 0.0655719936, 0.997847855, 7.53468894e-22, -4.94064563e-23, -7.51847299e-22, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1352 | CFrame.new(-1.51232088, 0.0410207808, -3.73942044e-06, 0.998558879, 0.053665854, -2.33806347e-07, -0.0536658242, 0.998558939, -1.04548817e-05, -3.27600219e-07, 1.04523697e-05, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1353 | CFrame.new(0.540300906, -1.99793804, -2.11055158e-06, 0.998698354, -0.0510031469, 6.26438805e-07, 0.0510031544, 0.998698473, -1.04335422e-05, -9.34800966e-08, 1.04519122e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1354 | CFrame.new(-0.539562821, -1.99794102, -5.75710146e-09, 0.998630941, 0.0523070693, -1.67712614e-07, -0.0523070768, 0.99863106, -1.0458818e-05, -3.79587107e-07, 1.04532719e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1355 | }, .3, false) | |
| 1356 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111967381, -1.6377008, -0.318754196, -0.0172117949, 0, -0.999851942, 0.999851942, 0, -0.0172117949, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1357 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,1,0), 0.3) | |
| 1358 | end | |
| 1359 | end | |
| 1360 | Humanoid.WalkSpeed = 8 | |
| 1361 | attack = false | |
| 1362 | end | |
| 1363 | ||
| 1364 | function attacktwo() | |
| 1365 | attack = true | |
| 1366 | Humanoid.WalkSpeed = 8 | |
| 1367 | for i = 0, 1, 0.1 do | |
| 1368 | swait() | |
| 1369 | PlayAnimationFromTable({
| |
| 1370 | CFrame.new(-0.224620387, 0.00182679901, 0.355692446, 0.422617137, -0.0789889544, 0.902859628, 0, 0.99619478, 0.0871546194, -0.906308293, -0.0368330367, 0.421009034), | |
| 1371 | CFrame.new(-0.0279945955, 1.50454211, 0.0181391276, 0.342018783, 0, -0.939693093, -0.0818985924, 0.99619478, -0.0298085138, 0.936117411, 0.0871546194, 0.340717345), | |
| 1372 | CFrame.new(1.61931372, 0.398556918, -0.0915643871, 0.834718168, -0.50676024, 0.21549882, 0.395640552, 0.824083865, 0.405406326, -0.383032948, -0.253139973, 0.88837254), | |
| 1373 | CFrame.new(-1.64381778, 0.290096372, -0.0866609737, 0.940106511, 0.338986784, 0.0358846784, -0.330018938, 0.931456149, -0.153222129, -0.0853652954, 0.132202506, 0.987540126), | |
| 1374 | CFrame.new(0.54622674, -2.08882928, -0.297503173, 0.965925395, -0.0449437164, -0.254888713, -0.0225574225, 0.96644187, -0.255893201, 0.257835865, 0.252923369, 0.932496965), | |
| 1375 | CFrame.new(-0.444928914, -2.02823257, 0.194471419, 0.984807789, -0.0449433886, 0.167731091, 0.0151342247, 0.984464884, 0.174928144, -0.172987282, -0.169732109, 0.970188916), | |
| 1376 | }, .3, false) | |
| 1377 | moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1378 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 1379 | end | |
| 1380 | tr1.Enabled = true | |
| 1381 | CFuncs["Sound"].Create("rbxasset://sounds/swordlunge.wav", chara, 3, .7)
| |
| 1382 | for i = 0, 1, 0.1 do | |
| 1383 | swait() | |
| 1384 | PlayAnimationFromTable({
| |
| 1385 | CFrame.new(-0.350145102, 0.00182692707, -0.224671245, 0.342019022, 0.0818999559, -0.936117291, 0, 0.996194661, 0.0871560797, 0.939693093, -0.0298090316, 0.340717524), | |
| 1386 | CFrame.new(-0.0356696025, 1.4968617, 0.105928369, 0.422617376, 0, 0.906308234, 0.0789902657, 0.996194661, -0.0368336663, -0.902859449, 0.0871560797, 0.421009183), | |
| 1387 | CFrame.new(1.61931276, 0.398557454, -0.0915763676, 0.834717989, -0.506760418, 0.215499386, 0.395641148, 0.824084282, 0.405404925, -0.383032799, -0.253138334, 0.888373256), | |
| 1388 | CFrame.new(-0.841956139, 1.08718979, -0.194648504, 0.451776862, -0.675602078, -0.582631707, -0.841145873, -0.540190697, -0.02584197, -0.297273308, 0.501753032, -0.812325478), | |
| 1389 | CFrame.new(0.384299219, -2.04907751, 0.312563866, 0.965925992, 0.109381422, -0.234569386, -0.0225576125, 0.93843776, 0.344711155, 0.257833749, -0.327674121, 0.908928871), | |
| 1390 | CFrame.new(-0.55455792, -1.93629444, -0.421594352, 0.984807789, 0.0733868033, 0.157378852, 0.0151345003, 0.866585255, -0.498799652, -0.172987461, 0.493603587, 0.852309287), | |
| 1391 | }, .3, false) | |
| 1392 | moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1393 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 1394 | mdmg(Hitbox, 3) | |
| 1395 | end | |
| 1396 | swait(5) | |
| 1397 | Humanoid.WalkSpeed = 8 | |
| 1398 | tr1.Enabled = false | |
| 1399 | attack = false | |
| 1400 | end | |
| 1401 | function attack2two() | |
| 1402 | attack = true | |
| 1403 | Humanoid.WalkSpeed = 8 | |
| 1404 | for i = 0, 1, 0.1 do | |
| 1405 | swait() | |
| 1406 | PlayAnimationFromTable({
| |
| 1407 | CFrame.new(-0.118413232, -0.0999996662, -0.0162695143, 0.342019916, 0, 0.939692736, 0, 1, 0, -0.939692736, 0, 0.342019886), | |
| 1408 | CFrame.new(-0.0974596441, 1.42617989, -0.153679788, 0.698022485, 0.0783720315, -0.71177417, 0.241093084, 0.910238683, 0.33665964, 0.67426914, -0.406599849, 0.616472006), | |
| 1409 | CFrame.new(1.56614149, 0.675835967, -0.176545516, 0.635042489, -0.737752557, 0.229002833, 0.764718115, 0.558491647, -0.321392745, 0.109212175, 0.379220605, 0.91883868), | |
| 1410 | CFrame.new(-0.894028425, 0.449107349, -0.694228411, 0.777676225, -0.60256654, -0.179258019, -0.0868209973, 0.179467112, -0.979925394, 0.622641146, 0.777628005, 0.0872518644), | |
| 1411 | CFrame.new(0.732766688, -1.80342793, 0.0847177207, 0.88302201, -0.321393669, -0.34202078, 0.342020035, 0.939692736, 3.31529257e-08, 0.321394414, -0.116978005, 0.939692497), | |
| 1412 | CFrame.new(-0.534722447, -1.9000001, -0.196958184, 0.984807849, 0, 0.173648164, 0, 1, 0, -0.173648134, 0, 0.984807849), | |
| 1413 | }, .3, false) | |
| 1414 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3) | |
| 1415 | moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1416 | end | |
| 1417 | tr1.Enabled = true | |
| 1418 | CFuncs["Sound"].Create("rbxasset://sounds/swordlunge.wav", chara, 3, .7)
| |
| 1419 | for i = 0, 1, 0.1 do | |
| 1420 | swait() | |
| 1421 | PlayAnimationFromTable({
| |
| 1422 | CFrame.new(-0.08830598, -0.0999999046, -0.0618330762, 0.342019022, 0, -0.939693093, 0, 1, 0, 0.939693093, 0, 0.342018992), | |
| 1423 | CFrame.new(6.13927841e-06, 1.43159294, -0.187939167, 0.49999994, 3.87430191e-07, 0.866025567, -0.296198189, 0.939692616, 0.171009645, -0.813797832, -0.342019975, 0.469846368), | |
| 1424 | CFrame.new(1.52318263, 0.334726363, -0.285165101, 0.918839276, -0.321389288, 0.229005635, 0.38301909, 0.866026044, -0.321395814, -0.0950317085, 0.383024603, 0.918836951), | |
| 1425 | CFrame.new(-1.56829596, 0.236604273, 0.118294179, 0.433012068, 0.866026044, 0.2499993, 0.499999821, -1.78813863e-07, -0.866025567, -0.750000656, 0.499999046, -0.433012933), | |
| 1426 | CFrame.new(0.732768059, -1.80342686, 0.0847166926, 0.883022785, -0.321393728, -0.342019022, 0.342019916, 0.939692736, 0, 0.321392775, -0.116977297, 0.939693093), | |
| 1427 | CFrame.new(-0.534724653, -1.90000021, -0.196965426, 0.984807789, 0, 0.173648238, 0, 1, 0, -0.173648268, 0, 0.98480773), | |
| 1428 | }, .3, false) | |
| 1429 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3) | |
| 1430 | moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1431 | mdmg(Hitbox, 3) | |
| 1432 | end | |
| 1433 | swait(5) | |
| 1434 | Humanoid.WalkSpeed = 8 | |
| 1435 | tr1.Enabled = false | |
| 1436 | attack = false | |
| 1437 | end | |
| 1438 | function attack3two() | |
| 1439 | attack = true | |
| 1440 | Humanoid.WalkSpeed = 8 | |
| 1441 | for i = 0, 1, 0.2 do | |
| 1442 | swait() | |
| 1443 | PlayAnimationFromTable({
| |
| 1444 | CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
| 1445 | CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1446 | CFrame.new(1.39999962, 0.500000238, 0.600002289, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
| 1447 | CFrame.new(-1.52556908, 0.222140431, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1), | |
| 1448 | CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789), | |
| 1449 | CFrame.new(-0.592542052, -1.98263681, 0.0336810946, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795), | |
| 1450 | }, .3, false) | |
| 1451 | moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1452 | end | |
| 1453 | for a = 1,3 do | |
| 1454 | Effects.Block.Create(BrickColor.new("Really red"), Partss.CFrame, 2, 2, 2, 2, 2, 2, 0.05)
| |
| 1455 | Effects.Block.Create(BrickColor.new("Persimmon"), Partss.CFrame, 2, 2, 2, 1, 1, 1, 0.05)
| |
| 1456 | CFuncs["Sound"].Create("rbxassetid://168586621", chara, 1, .8)
| |
| 1457 | CamShake(Partss,30,1,.4) | |
| 1458 | for i = 0, 1, 0.25 do | |
| 1459 | swait() | |
| 1460 | PlayAnimationFromTable({
| |
| 1461 | CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
| 1462 | CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1463 | CFrame.new(1.39999962, 0.500000238, 0.600002289, 0, -1, 0, 0, 0, -1, 1, 0, 0), | |
| 1464 | CFrame.new(-1.52556908, 0.222140431, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1), | |
| 1465 | CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789), | |
| 1466 | CFrame.new(-0.592542052, -1.98263681, 0.0336810946, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795), | |
| 1467 | }, .4, false) | |
| 1468 | moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1469 | end | |
| 1470 | for i = 0, 1, 0.25 do | |
| 1471 | swait() | |
| 1472 | PlayAnimationFromTable({
| |
| 1473 | CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0), | |
| 1474 | CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1475 | CFrame.new(1.47320819, 0.773207605, 0.600002289, 0, -0.866025388, 0.500000238, 0, -0.500000238, -0.866025388, 1, 0, 0), | |
| 1476 | CFrame.new(-1.52556896, 0.22214067, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1), | |
| 1477 | CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789), | |
| 1478 | CFrame.new(-0.592541993, -1.98263633, 0.0336810648, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795), | |
| 1479 | }, .4, false) | |
| 1480 | moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1481 | end | |
| 1482 | local targ = Mouse.Target | |
| 1483 | if targ ~= nil and targ.Parent:FindFirstChildOfClass("Humanoid") then
| |
| 1484 | mdmg(targ,3) | |
| 1485 | end | |
| 1486 | end | |
| 1487 | Humanoid.WalkSpeed = 8 | |
| 1488 | attack = false | |
| 1489 | end | |
| 1490 | function jattacktwo() | |
| 1491 | attack = true | |
| 1492 | Humanoid.WalkSpeed = 32 | |
| 1493 | -- for i = 0, 1, 0.5 do | |
| 1494 | -- swait() | |
| 1495 | -- PlayAnimationFromTable({
| |
| 1496 | --CFrame.new(-2.14576721e-06, -1.66893005e-06, 0, 0, 1, 0, -1, 0, 0, 0, 0, 1), | |
| 1497 | --CFrame.new(0, 1.50000107, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1498 | --CFrame.new(1.4999969, 1.00000238, 0, 0, -1, 0, 1, 0, 0, 0, 0, 1), | |
| 1499 | --CFrame.new(-1.49999905, 1.00000238, 0, 0, 1, 0, -1, 0, 0, 0, 0, 1), | |
| 1500 | --CFrame.new(0.499999046, -1.99999499, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1501 | --CFrame.new(-0.500001907, -1.99999404, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1502 | -- }, .6, false) | |
| 1503 | -- KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3) | |
| 1504 | -- moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1505 | -- end | |
| 1506 | RootPart.Velocity = Vector3.new(RootPart.Velocity.X,30,RootPart.Velocity.Z) | |
| 1507 | tr1.Enabled = true | |
| 1508 | CFuncs["Sound"].Create("rbxasset://sounds/swordlunge.wav", chara, 3, .7)
| |
| 1509 | for i = 0, 1.5, 0.1 do | |
| 1510 | swait() | |
| 1511 | PlayAnimationFromTable({
| |
| 1512 | CFrame.new(-2.14576721e-06, -1.66893005e-06, 0, 0, 1, 0, -1, 0, 0, 0, 0, 1)*CFrame.Angles(0,math.rad(360)*i,0), | |
| 1513 | CFrame.new(0, 1.50000107, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1514 | CFrame.new(1.4999969, 1.00000238, 0, 0, -1, 0, 1, 0, 0, 0, 0, 1), | |
| 1515 | CFrame.new(-1.49999905, 1.00000238, 0, 0, 1, 0, -1, 0, 0, 0, 0, 1), | |
| 1516 | CFrame.new(0.499999046, -1.99999499, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1517 | CFrame.new(-0.500001907, -1.99999404, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1518 | }, .3, false) | |
| 1519 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3) | |
| 1520 | moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1521 | mdmg(Hitbox, 4) | |
| 1522 | end | |
| 1523 | Humanoid.WalkSpeed = 8 | |
| 1524 | tr1.Enabled = false | |
| 1525 | attack = false | |
| 1526 | end | |
| 1527 | ||
| 1528 | local Grabbed = false | |
| 1529 | ||
| 1530 | function hedshoot() | |
| 1531 | attack = true | |
| 1532 | --local GGyro = Instance.new("BodyPosition")
| |
| 1533 | local grab = nil | |
| 1534 | local torsy | |
| 1535 | local partasdeff | |
| 1536 | Humanoid.WalkSpeed = 0 | |
| 1537 | -- Effects.Wave.Create(BrickColor.new("White"), RootPart.CFrame * CFrame.Angles(0,math.rad(90),math.rad(90)), .5, .5, .5, 1, .2, 1, 0.07)
| |
| 1538 | -- CFuncs["Sound"].Create("rbxassetid://200632211", RootPart, 1.5, .5)
| |
| 1539 | -- for i = 0, 1, 0.1 do | |
| 1540 | -- swait() | |
| 1541 | -- if Grabbed == true then | |
| 1542 | -- grab:FindFirstChildOfClass("Humanoid").PlatformStand = true
| |
| 1543 | -- --GGyro.position = Partss.Position | |
| 1544 | -- --GGyro.Parent = grab.Head | |
| 1545 | -- torsy.CFrame = Hitbox.CFrame * CFrame.Angles(math.rad(90),0,0) | |
| 1546 | -- end | |
| 1547 | -- PlayAnimationFromTable({
| |
| 1548 | --CFrame.new(0, 0.014960058, -0.00263785874, 0, 0, -1, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, 0), | |
| 1549 | --CFrame.new(0.0756459087, 1.47367561, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0), | |
| 1550 | --CFrame.new(1.61953926, 0.256342351, 0, 0.939692676, -0.342020601, 0, 0.342020601, 0.939692676, 0, 0, 0, 1), | |
| 1551 | --CFrame.new(-1.41317761, 0.492402643, 0.500001907, 0, 0.984807849, -0.173647985, 0, -0.173647985, -0.984807849, -1, 0, 0), | |
| 1552 | --CFrame.new(0.696965218, -2.03472972, 1.90734863e-06, 0.984807849, -0.173648134, 0, 0.173648164, 0.984807849, 0, 0, 0, 1), | |
| 1553 | --CFrame.new(-0.303041309, -2.03472829, -1.90734863e-06, 0.965925813, -0.258818924, 0, 0.258818924, 0.965925813, 0, 0, 0, 1), | |
| 1554 | -- }, .3, false) | |
| 1555 | -- RootPart.Velocity = RootPart.CFrame.lookVector * 90 | |
| 1556 | -- moter.C0 = clerp(moter.C0, CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1557 | -- KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3) | |
| 1558 | PlayAnimationFromTable({
| |
| 1559 | CFrame.new(0, 0.014960058, -0.00263785874, 0, 0, -1, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, 0), | |
| 1560 | CFrame.new(0.0756459087, 1.47367561, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0), | |
| 1561 | CFrame.new(1.61953926, 0.256342351, 0, 0.939692676, -0.342020601, 0, 0.342020601, 0.939692676, 0, 0, 0, 1), | |
| 1562 | CFrame.new(-1.41317761, 0.492402643, 0.500001907, 0, 0.984807849, -0.173647985, 0, -0.173647985, -0.984807849, -1, 0, 0), | |
| 1563 | CFrame.new(0.696965218, -2.03472972, 1.90734863e-06, 0.984807849, -0.173648134, 0, 0.173648164, 0.984807849, 0, 0, 0, 1), | |
| 1564 | CFrame.new(-0.303041309, -2.03472829, -1.90734863e-06, 0.965925813, -0.258818924, 0, 0.258818924, 0.965925813, 0, 0, 0, 1), | |
| 1565 | }, 1, false) | |
| 1566 | moter.C0 = CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) | |
| 1567 | KWeld.C0 = CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0) | |
| 1568 | CFuncs["Sound"].Create("rbxasset://sounds/swordlunge.wav", chara, 3, .7)
| |
| 1569 | local prevpos = RootPart.Position | |
| 1570 | local rpos = RootPart.Position + RootPart.CFrame.lookVector*20 | |
| 1571 | local par,pos = rayCast(RootPart.Position, RootPart.CFrame.lookVector, 20, chara) | |
| 1572 | local dir = (rpos-prevpos).unit | |
| 1573 | RootPart.CFrame = CFrame.new(rpos,rpos+dir) | |
| 1574 | local blast = Instance.new("Part",EffectModel)
| |
| 1575 | blast.Size = Vector3.new(1,1,(prevpos-rpos).magnitude) | |
| 1576 | blast.BrickColor = BrickColor.new("Really red")
| |
| 1577 | blast.Material = "Neon" | |
| 1578 | blast.Anchored = true | |
| 1579 | blast.CanCollide = false | |
| 1580 | blast.CFrame = CFrame.new((prevpos + rpos)/2,rpos) | |
| 1581 | local m = Instance.new("SpecialMesh", blast)
| |
| 1582 | m.MeshType = "Sphere" | |
| 1583 | coroutine.wrap(function() | |
| 1584 | swait(10) | |
| 1585 | for i=0,1,.05 do | |
| 1586 | swait() | |
| 1587 | blast.Transparency = i | |
| 1588 | end | |
| 1589 | blast:Destroy() | |
| 1590 | end)() | |
| 1591 | if grab == nil then | |
| 1592 | for i, v in pairs(FindNearestTorso(pos, 5)) do | |
| 1593 | if v:FindFirstChild('Head') and grab == nil then
| |
| 1594 | Grabbed = true | |
| 1595 | torsy = v:FindFirstChild("UpperTorso") or v:FindFirstChild("Torso")
| |
| 1596 | noretaliation(v) | |
| 1597 | grab = v | |
| 1598 | end | |
| 1599 | end | |
| 1600 | end | |
| 1601 | --end | |
| 1602 | if Grabbed == true then | |
| 1603 | Humanoid.WalkSpeed = 0 | |
| 1604 | CFuncs["Sound"].Create("rbxassetid://444667824", torsy, 5, .8)
| |
| 1605 | CamShake(torsy,10,1,.4) | |
| 1606 | partasdeff = Instance.new("ParticleEmitter",torsy)
| |
| 1607 | partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)) | |
| 1608 | partasdeff.LightEmission = .1 | |
| 1609 | partasdeff.Size = NumberSequence.new(0.2) | |
| 1610 | partasdeff.Texture = "rbxassetid://771221224" | |
| 1611 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
| |
| 1612 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 1613 | partasdeff.Transparency = bbb | |
| 1614 | partasdeff.Size = aaa | |
| 1615 | partasdeff.ZOffset = .9 | |
| 1616 | partasdeff.Acceleration = Vector3.new(0, -5, 0) | |
| 1617 | partasdeff.LockedToPart = false | |
| 1618 | partasdeff.EmissionDirection = "Front" | |
| 1619 | partasdeff.Lifetime = NumberRange.new(1, 2) | |
| 1620 | partasdeff.Rate = 1000 | |
| 1621 | partasdeff.Rotation = NumberRange.new(-100, 100) | |
| 1622 | partasdeff.RotSpeed = NumberRange.new(-100, 100) | |
| 1623 | partasdeff.Speed = NumberRange.new(6) | |
| 1624 | partasdeff.VelocitySpread = 10 | |
| 1625 | for i = 0, 2, 0.1 do | |
| 1626 | swait() | |
| 1627 | if Grabbed == true then | |
| 1628 | grab:FindFirstChildOfClass("Humanoid").PlatformStand = true
| |
| 1629 | --GGyro.position = Partss.Position | |
| 1630 | --GGyro.Parent = grab.Head | |
| 1631 | torsy.CFrame = Hitbox.CFrame * CFrame.Angles(math.rad(90),0,0) | |
| 1632 | end | |
| 1633 | PlayAnimationFromTable({
| |
| 1634 | CFrame.new(0, 0.00631189346, 0.102432251, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1635 | CFrame.new(0.0756477267, 1.47367513, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0), | |
| 1636 | CFrame.new(1.6195389, 0.256341636, 0, 0.939692736, -0.342019886, 0, 0.342019916, 0.939692736, 0, 0, 0, 1), | |
| 1637 | CFrame.new(-1.41317773, 0.492402405, 0.500001907, 0, 0.984807849, -0.173647985, 0, -0.173647985, -0.984807849, -1, 0, 0), | |
| 1638 | CFrame.new(0.696966887, -2.03472996, 1.90734863e-06, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849, 0, 0, 0, 1), | |
| 1639 | CFrame.new(-0.696959853, -1.96527123, -1.90734863e-06, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1), | |
| 1640 | }, .3, false) | |
| 1641 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1642 | end | |
| 1643 | if grab.Name ~= "CKbackup" or grab.Name ~= "Nebula_Zorua" or grab.Name ~= "Salvo_Starly" then | |
| 1644 | local partasdeff = Instance.new("ParticleEmitter",torsy)
| |
| 1645 | partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)) | |
| 1646 | partasdeff.LightEmission = .1 | |
| 1647 | partasdeff.Size = NumberSequence.new(0.2) | |
| 1648 | partasdeff.Texture = "rbxassetid://771221224" | |
| 1649 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
| |
| 1650 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 1651 | partasdeff.Transparency = bbb | |
| 1652 | partasdeff.Size = aaa | |
| 1653 | partasdeff.ZOffset = .9 | |
| 1654 | partasdeff.Acceleration = Vector3.new(0, -5, 0) | |
| 1655 | partasdeff.LockedToPart = false | |
| 1656 | partasdeff.EmissionDirection = "Back" | |
| 1657 | partasdeff.Lifetime = NumberRange.new(1, 2) | |
| 1658 | partasdeff.Rate = 1000 | |
| 1659 | partasdeff.Rotation = NumberRange.new(-100, 100) | |
| 1660 | partasdeff.RotSpeed = NumberRange.new(-100, 100) | |
| 1661 | partasdeff.Speed = NumberRange.new(10) | |
| 1662 | partasdeff.VelocitySpread = 20 | |
| 1663 | partasdeff.Enabled=false | |
| 1664 | sel = math.random(1,3) | |
| 1665 | if sel == 1 then | |
| 1666 | chatfunc("Too weak.")
| |
| 1667 | elseif sel == 2 then | |
| 1668 | chatfunc("Die.")
| |
| 1669 | elseif sel == 3 then | |
| 1670 | chatfunc("Take this.")
| |
| 1671 | end | |
| 1672 | for i = 0, 2, 0.1 do | |
| 1673 | swait() | |
| 1674 | if Grabbed == true then | |
| 1675 | grab:FindFirstChildOfClass("Humanoid").PlatformStand = true
| |
| 1676 | --GGyro.position = Partss.Position | |
| 1677 | --GGyro.Parent = grab.Head | |
| 1678 | torsy.CFrame = Hitbox.CFrame * CFrame.Angles(math.rad(90),0,0) | |
| 1679 | end | |
| 1680 | PlayAnimationFromTable({
| |
| 1681 | CFrame.new(0, 0.00631189346, 0.102432251, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1682 | CFrame.new(0.0756477267, 1.47367513, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0), | |
| 1683 | CFrame.new(0.177449316, 0.626879215, -0.79883039, -0.163171932, 0.896216869, -0.412516981, -0.0593889691, -0.426284939, -0.902637362, -0.984808505, -0.122786134, 0.122783162), | |
| 1684 | CFrame.new(-1.33671415, 0.478919148, 0.210226327, 0.254886955, 0.951251388, -0.173647881, -0.0449429974, -0.167731076, -0.984807849, -0.965925872, 0.258818924, -3.7422879e-07), | |
| 1685 | CFrame.new(0.696966887, -2.03472996, 1.90734863e-06, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849, 0, 0, 0, 1), | |
| 1686 | CFrame.new(-0.696959853, -1.96527123, -1.90734863e-06, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1), | |
| 1687 | }, .1, false) | |
| 1688 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111939851, -1.63769794, -0.31875661, -0.0172049776, -1.39437616e-05, -0.999852121, 0.999852002, 5.96046448e-06, -0.0172049757, 6.16908073e-06, -1, 1.38394535e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1689 | end | |
| 1690 | Effects.Block.Create(BrickColor.new("Really red"), Partss.CFrame, 2, 2, 2, 2, 2, 2, 0.05)
| |
| 1691 | Effects.Block.Create(BrickColor.new("Persimmon"), Partss.CFrame, 2, 2, 2, 1, 1, 1, 0.05)
| |
| 1692 | CFuncs["Sound"].Create("rbxassetid://168586621", chara, 1, .8)
| |
| 1693 | CamShake(Partss,30,1,.4) | |
| 1694 | dmg(grab) | |
| 1695 | grab.Head.Velocity = grab.Head.CFrame.lookVector * -60 | |
| 1696 | partasdeff.Enabled=true | |
| 1697 | for i = 0, 1, 0.1 do | |
| 1698 | swait() | |
| 1699 | PlayAnimationFromTable({
| |
| 1700 | CFrame.new(0, 0.00631189346, 0.102432251, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1701 | CFrame.new(0.0756477267, 1.47367513, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0), | |
| 1702 | CFrame.new(0.580128729, 0.911159813, -0.882691503, -0.163171932, 0.569887638, -0.805358887, -0.0593889691, -0.820492566, -0.568563819, -0.984808505, -0.0449442416, 0.167726412), | |
| 1703 | CFrame.new(-1.33671415, 0.478919148, 0.210226327, 0.254886955, 0.951251388, -0.173647881, -0.0449429974, -0.167731076, -0.984807849, -0.965925872, 0.258818924, -3.7422879e-07), | |
| 1704 | CFrame.new(0.696966887, -2.03472996, 1.90734863e-06, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849, 0, 0, 0, 1), | |
| 1705 | CFrame.new(-0.696959853, -1.96527123, -1.90734863e-06, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1), | |
| 1706 | }, .3, false) | |
| 1707 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111932531, -1.63769579, -0.318755656, -0.0172050633, -1.61863863e-05, -0.999852121, 0.999851882, 5.15580177e-06, -0.017205067, 5.453825e-06, -1, 1.60960481e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1708 | end | |
| 1709 | partasdeff.Enabled=false | |
| 1710 | for i = 0, 2.5, 0.1 do | |
| 1711 | swait() | |
| 1712 | PlayAnimationFromTable({
| |
| 1713 | CFrame.new(0, 0.00631189346, 0.102432251, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 1714 | CFrame.new(0.0756477267, 1.47367513, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0), | |
| 1715 | CFrame.new(0.177449316, 0.626879215, -0.79883039, -0.163171932, 0.896216869, -0.412516981, -0.0593889691, -0.426284939, -0.902637362, -0.984808505, -0.122786134, 0.122783162), | |
| 1716 | CFrame.new(-1.33671415, 0.478919148, 0.210226327, 0.254886955, 0.951251388, -0.173647881, -0.0449429974, -0.167731076, -0.984807849, -0.965925872, 0.258818924, -3.7422879e-07), | |
| 1717 | CFrame.new(0.696966887, -2.03472996, 1.90734863e-06, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849, 0, 0, 0, 1), | |
| 1718 | CFrame.new(-0.696959853, -1.96527123, -1.90734863e-06, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1), | |
| 1719 | }, .2, false) | |
| 1720 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111939851, -1.63769794, -0.31875661, -0.0172049776, -1.39437616e-05, -0.999852121, 0.999852002, 5.96046448e-06, -0.0172049757, 6.16908073e-06, -1, 1.38394535e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1721 | end | |
| 1722 | coroutine.wrap(function() | |
| 1723 | wait(2) | |
| 1724 | partasdeff:Remove() | |
| 1725 | end)() | |
| 1726 | else | |
| 1727 | grab:FindFirstChildOfClass("Humanoid").PlatformStand = false
| |
| 1728 | for i = 0, 3, 0.1 do | |
| 1729 | swait() | |
| 1730 | PlayAnimationFromTable({
| |
| 1731 | CFrame.new(0.104280457, -1.46030498e-22, -0.179343686, 0.249860913, 5.18448626e-22, 0.968281686, -5.82335151e-22, 1, -5.29395592e-22, -0.968281686, -3.70576914e-22, 0.249860913) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1732 | CFrame.new(0.00671941042, 1.48144531, -0.121562012, 0.0679168552, 0.388981611, -0.918738663, 0.158512011, 0.904961228, 0.394866198, 0.985018492, -0.172449201, -0.000196114182) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1733 | CFrame.new(1.5714488, -0.100437641, -0.219321564, 0.297819793, -0.653239965, -0.696118593, -0.0311920028, 0.722160041, -0.691022456, 0.954112411, 0.227513462, 0.194697708) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1734 | CFrame.new(-1.5814501, 0.177012652, 5.41775626e-06, 0.939689815, 0.342028022, -2.68220901e-06, -0.342027992, 0.939689755, -6.1805149e-06, 4.17232513e-07, 6.72787428e-06, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1735 | CFrame.new(0.569012046, -1.89856982, -0.00933695585, 0.266445845, -0.0764764398, -0.960811257, 0.0135949478, 0.997046292, -0.075590536, 0.963754177, 0.00707861409, 0.266698539) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1736 | CFrame.new(-0.849534154, -2.01595497, 0.241721377, 0.948572636, 0.308689058, 0.070150286, -0.312330276, 0.948733151, 0.0485308319, -0.0515729487, -0.067945078, 0.996355295) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1737 | }, .1, false) | |
| 1738 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111981034, -1.63767779, -0.318741798, -0.0172085222, -1.4077872e-05, -0.999851882, 0.999851942, 7.4505806e-06, -0.0172085222, 7.68899918e-06, -1.00000012, 1.39512122e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1739 | end | |
| 1740 | sel = math.random(1,3) | |
| 1741 | if sel == 1 then | |
| 1742 | chatfunc("I'm so silly...")
| |
| 1743 | elseif sel == 2 then | |
| 1744 | chatfunc("What am I doing..?")
| |
| 1745 | elseif sel == 3 then | |
| 1746 | chatfunc("I can't...")
| |
| 1747 | end | |
| 1748 | for i = 0, 5, 0.1 do | |
| 1749 | swait() | |
| 1750 | PlayAnimationFromTable({
| |
| 1751 | CFrame.new(0, 0, 0, 0.999999881, 5.04870979e-29, -4.21790838e-43, 5.04870979e-29, 1, -5.04870979e-29, -4.21790838e-43, -5.04870979e-29, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1752 | CFrame.new(-0.0399715528, 1.42130852, -0.217550665, 0.985933542, -0.136098281, -0.097015582, 0.166522697, 0.849608123, 0.500436008, 0.0143167432, -0.509551942, 0.860320628) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0- .4 * math.cos((sine) / 5), 0), | |
| 1753 | CFrame.new(1.57258642, 0.0433240086, 3.83948304e-08, 0.990993857, -0.133906633, -2.60571618e-08, 0.133906662, 0.990993977, 5.96046341e-08, 1.78410318e-08, -6.25570422e-08, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1754 | CFrame.new(-0.693957031, 0.999676406, -0.811627388, 0.817211449, -0.569911301, -0.0858340934, -0.499626935, -0.626295447, -0.598442137, 0.287295371, 0.531934083, -0.796558976) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1755 | CFrame.new(0.540301144, -1.99792778, 1.70425119e-06, 0.998698354, -0.0510031469, 6.26438805e-07, 0.0510031544, 0.998698473, -1.04335422e-05, -9.34800966e-08, 1.04519122e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1756 | CFrame.new(-0.539563119, -1.99793291, 1.9016752e-06, 0.998630941, 0.0523070693, -1.67712614e-07, -0.0523070768, 0.99863106, -1.0458818e-05, -3.79587107e-07, 1.04532719e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1757 | }, .3, false) | |
| 1758 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111991819, -1.63769639, -0.318748534, -0.0172109455, -5.96046448e-08, -0.999852002, 0.999852061, -1.19209318e-07, -0.0172108412, 5.96046519e-08, -0.99999994, -1.19209275e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1759 | end | |
| 1760 | end | |
| 1761 | end | |
| 1762 | --GGyro.Parent = nil | |
| 1763 | swait(10) | |
| 1764 | attack = false | |
| 1765 | Grabbed = false | |
| 1766 | Humanoid.WalkSpeed = 8 | |
| 1767 | ||
| 1768 | end | |
| 1769 | local blpemit = Instance.new("ParticleEmitter")
| |
| 1770 | blpemit.Color = ColorSequence.new(Color3.new(.5,0,0)) | |
| 1771 | blpemit.Texture = "rbxassetid://233069772" | |
| 1772 | blpemit.Transparency = NumberSequence.new(0,1) | |
| 1773 | blpemit.Lifetime = NumberRange.new(1,3) | |
| 1774 | blpemit.Acceleration = Vector3.new(0,-10,0) | |
| 1775 | blpemit.Enabled = true | |
| 1776 | blpemit.EmissionDirection = "Front" | |
| 1777 | blpemit.Speed = NumberRange.new(1,3) | |
| 1778 | blpemit.Size = NumberSequence.new(.5) | |
| 1779 | blpemit.Rate = 1000 | |
| 1780 | blpemit.RotSpeed = NumberRange.new(50) | |
| 1781 | blpemit.Rotation = NumberRange.new(0,360) | |
| 1782 | function moarblood() | |
| 1783 | attack = true | |
| 1784 | Humanoid.WalkSpeed = 0 | |
| 1785 | noretaliation(targetted) | |
| 1786 | local torsy = targetted:FindFirstChild("UpperTorso") or targetted:FindFirstChild("Torso")
| |
| 1787 | Tele(torsy.CFrame * CFrame.new(0,0,1.3)) | |
| 1788 | local totrans = {}
| |
| 1789 | for i, v in pairs(chara:GetDescendants()) do | |
| 1790 | if v:IsA("BasePart") and v.Transparency~=1 and (v.Parent.Name == "ThePistol" or v.Parent.Name == "TheKnife") then
| |
| 1791 | table.insert(totrans,v) | |
| 1792 | end | |
| 1793 | end | |
| 1794 | local stu = Instance.new("Part",targetted)
| |
| 1795 | stu.Anchored = true | |
| 1796 | stu.CanCollide = false | |
| 1797 | stu.Transparency = 1 | |
| 1798 | stu.CFrame = torsy.CFrame | |
| 1799 | local w = Instance.new("Weld",stu)
| |
| 1800 | w.Part0 = torsy | |
| 1801 | w.Part1 = stu | |
| 1802 | local stu2 = Instance.new("Part",chara)
| |
| 1803 | stu2.Anchored = true | |
| 1804 | stu2.CanCollide = false | |
| 1805 | stu2.Transparency = 1 | |
| 1806 | stu2.CFrame = chara.HumanoidRootPart.CFrame | |
| 1807 | local w2 = Instance.new("Weld",stu2)
| |
| 1808 | w2.Part0 = chara.HumanoidRootPart | |
| 1809 | w2.Part1 = stu2 | |
| 1810 | PlayAnimationFromTable({
| |
| 1811 | CFrame.new(0, 0.00182705373, -0.0581560358, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661), | |
| 1812 | CFrame.new(0, 1.52556372, -0.222143173, 1, 0, 0, 0, 0.939692795, 0.342019618, 0, -0.342019618, 0.939692795), | |
| 1813 | CFrame.new(1.49999928, -1.34110451e-07, 1.58933972e-07, 0.99619478, -0.0871556178, -1.0595604e-07, 0.0871556178, 0.99619472, -3.35276127e-07, 1.35041773e-07, 3.27825546e-07, 1), | |
| 1814 | CFrame.new(-1.50000119, 2.68220901e-07, 1.58934313e-07, 0.99619478, 0.0871556178, 1.0595604e-07, -0.0871556178, 0.99619472, -3.35276127e-07, -1.35041773e-07, 3.27825546e-07, 1), | |
| 1815 | CFrame.new(0.499997675, -1.9992758, -0.116536342, 0.965925872, 0, -0.258818984, -0.02255762, 0.996194661, -0.0841862038, 0.257834077, 0.087155968, 0.962250173), | |
| 1816 | CFrame.new(-0.50000006, -1.99927592, -0.116537228, 0.984807849, 0, 0.173647985, 0.0151344584, 0.996194661, -0.0858318806, -0.172987193, 0.087155968, 0.981060326), | |
| 1817 | }, 1, false) | |
| 1818 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111980997, -1.6377027, -0.318750381, -0.0172109306, 0, -0.999851882, 0.999851882, 0, -0.0172109306, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1819 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 1820 | for i = 0,1,.1 do | |
| 1821 | swait() | |
| 1822 | for a=1,#totrans do | |
| 1823 | totrans[a].Transparency = i | |
| 1824 | end | |
| 1825 | end | |
| 1826 | for a=1,#totrans do | |
| 1827 | totrans[a].Transparency = 1 | |
| 1828 | end | |
| 1829 | swait(5) | |
| 1830 | for i = 0, 1, 0.1 do | |
| 1831 | swait() | |
| 1832 | PlayAnimationFromTable({
| |
| 1833 | CFrame.new(0, 0.00182705373, -0.0581560358, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661), | |
| 1834 | CFrame.new(0, 1.49941719, 0.0767186508, 1, 0, 0, 0, 0.996194661, -0.087155968, 0, 0.087155968, 0.996194661), | |
| 1835 | CFrame.new(1.1733681, 1.00347483, -0.438556999, 0.834721148, 0.546610475, 0.0667646676, 0.395648003, -0.510977745, -0.763128042, -0.383018494, 0.663414538, -0.642789304), | |
| 1836 | CFrame.new(-1.19234979, 1.02193367, -0.467352033, 0.879184604, -0.471780479, -0.0667649657, -0.349608243, -0.543515444, -0.763128519, 0.323741287, 0.694272459, -0.642788768), | |
| 1837 | CFrame.new(0.499997675, -1.9992758, -0.116536342, 0.965925872, 0, -0.258818984, -0.02255762, 0.996194661, -0.0841862038, 0.257834077, 0.087155968, 0.962250173), | |
| 1838 | CFrame.new(-0.50000006, -1.99927592, -0.116537228, 0.984807849, 0, 0.173647985, 0.0151344584, 0.996194661, -0.0858318806, -0.172987193, 0.087155968, 0.981060326), | |
| 1839 | }, .3, false) | |
| 1840 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1841 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3) | |
| 1842 | end | |
| 1843 | swait(10) | |
| 1844 | if targetted.Name ~= "CKbackup" or targetted.Name ~= "Nebula_Zorua" or targetted.Name ~= "Salvo_Starly" then | |
| 1845 | sel = math.random(1,3) | |
| 1846 | if sel == 1 then | |
| 1847 | chatfunc("Time's up.")
| |
| 1848 | elseif sel == 2 then | |
| 1849 | chatfunc("Your end is here.")
| |
| 1850 | elseif sel == 3 then | |
| 1851 | chatfunc("It's over.")
| |
| 1852 | end | |
| 1853 | swait(5) | |
| 1854 | local wel = Instance.new("Weld",targetted.Head)
| |
| 1855 | wel.Part0 = torsy | |
| 1856 | wel.Part1 = targetted.Head | |
| 1857 | wel.C0 = CFrame.new(0,1.5,0) | |
| 1858 | local bledp = Instance.new("Part",targetted)
| |
| 1859 | bledp.Size = Vector3.new(0,0,0) | |
| 1860 | bledp.Transparency = 1 | |
| 1861 | bledp.CanCollide = false | |
| 1862 | local blpe = blpemit:Clone() | |
| 1863 | blpe.Parent = bledp | |
| 1864 | blpe.EmissionDirection = "Top" | |
| 1865 | blpe.VelocitySpread = 5 | |
| 1866 | wel.C0 = CFrame.new(0,-1.5,0) * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0) | |
| 1867 | local bledw = Instance.new("Weld",bledp)
| |
| 1868 | bledw.Part0 = targetted.Head | |
| 1869 | bledw.Part1 = bledp | |
| 1870 | bledw.C0 = CFrame.new(0,-.7,0) * CFrame.Angles(0,0,math.rad(45)) | |
| 1871 | CamShake(Torso,20,1,.4) | |
| 1872 | CFuncs["Sound"].Create("rbxassetid://314390675", chara, 5, .7)
| |
| 1873 | for i = 0, 1, 0.25 do | |
| 1874 | swait() | |
| 1875 | PlayAnimationFromTable({
| |
| 1876 | CFrame.new(-0.37728107, 0.00182711286, -0.228351086, 0.707106352, 0.0616285279, -0.704416513, 0, 0.99619478, 0.0871558264, 0.707107365, -0.0616284423, 0.7044155), | |
| 1877 | CFrame.new(-9.90927219e-07, 1.49941754, 0.0767165273, 0.766044199, 0, 0.642788053, 0.0560227223, 0.99619478, -0.066765219, -0.640341938, 0.0871558264, 0.763129056), | |
| 1878 | CFrame.new(1.14925241, 0.936202288, -0.560600817, 0.834721982, 0.490812272, 0.249685481, 0.39564395, -0.219157442, -0.891872227, -0.383021295, 0.843251646, -0.377122372), | |
| 1879 | CFrame.new(-1.01654804, 1.22616923, -0.180458635, 0.525007069, -0.121539712, -0.8423751, -0.63483566, -0.715151966, -0.292475075, -0.566878796, 0.688320994, -0.452617407), | |
| 1880 | CFrame.new(0.499999106, -1.99927592, -0.116537355, 0.965925813, 0, -0.258819491, -0.0225576311, 0.99619478, -0.0841860622, 0.257834613, 0.0871558264, 0.962249994), | |
| 1881 | CFrame.new(-0.500003219, -1.99927604, -0.116538122, 0.984807849, 0, 0.173648447, 0.0151344724, 0.99619478, -0.0858317465, -0.17298761, 0.0871558264, 0.981060266), | |
| 1882 | }, .3, false) | |
| 1883 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1884 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3) | |
| 1885 | wel.C0 = CFrame.new(.7*i,1.5,0) * CFrame.Angles(0,0,math.rad(-90*i)) | |
| 1886 | end | |
| 1887 | swait(30) | |
| 1888 | targetted:BreakJoints() | |
| 1889 | else | |
| 1890 | sel = math.random(1,3) | |
| 1891 | if sel == 1 then | |
| 1892 | chatfunc("...")
| |
| 1893 | elseif sel == 2 then | |
| 1894 | chatfunc("No...")
| |
| 1895 | elseif sel == 3 then | |
| 1896 | chatfunc("I can't do that...")
| |
| 1897 | end | |
| 1898 | for i = 0, 5, 0.1 do | |
| 1899 | swait() | |
| 1900 | PlayAnimationFromTable({
| |
| 1901 | CFrame.new(0, 0, 0, 0.999999881, 5.04870979e-29, -4.21790838e-43, 5.04870979e-29, 1, -5.04870979e-29, -4.21790838e-43, -5.04870979e-29, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1902 | CFrame.new(-0.055980958, 1.49253583, -0.318915963, 0.999889553, 0.0107171191, -0.0102898544, -0.00218299939, 0.791040659, 0.611759722, 0.0146959936, -0.61166966, 0.790976703) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0- .4 * math.cos((sine) / 5), 0), | |
| 1903 | CFrame.new(1.54004693, 0.0494250022, 1.90734852e-06, 0.997847795, -0.0655719861, 0, 0.0655719936, 0.997847855, 7.53468894e-22, -4.94064563e-23, -7.51847299e-22, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1904 | CFrame.new(-1.51232088, 0.0410207808, -3.73942044e-06, 0.998558879, 0.053665854, -2.33806347e-07, -0.0536658242, 0.998558939, -1.04548817e-05, -3.27600219e-07, 1.04523697e-05, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1905 | CFrame.new(0.540300906, -1.99793804, -2.11055158e-06, 0.998698354, -0.0510031469, 6.26438805e-07, 0.0510031544, 0.998698473, -1.04335422e-05, -9.34800966e-08, 1.04519122e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1906 | CFrame.new(-0.539562821, -1.99794102, -5.75710146e-09, 0.998630941, 0.0523070693, -1.67712614e-07, -0.0523070768, 0.99863106, -1.0458818e-05, -3.79587107e-07, 1.04532719e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 1907 | }, .3, false) | |
| 1908 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111967381, -1.6377008, -0.318754196, -0.0172117949, 0, -0.999851942, 0.999851942, 0, -0.0172117949, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 1909 | end | |
| 1910 | end | |
| 1911 | stu:Destroy() | |
| 1912 | stu2:Destroy() | |
| 1913 | coroutine.wrap(function() | |
| 1914 | for i = 0,1,.05 do | |
| 1915 | swait() | |
| 1916 | for a=1,#totrans do | |
| 1917 | totrans[a].Transparency = 1-i | |
| 1918 | end | |
| 1919 | end | |
| 1920 | for a=1,#totrans do | |
| 1921 | totrans[a].Transparency = 0 | |
| 1922 | end | |
| 1923 | end)() | |
| 1924 | attack = false | |
| 1925 | Humanoid.WalkSpeed = 8 | |
| 1926 | end | |
| 1927 | ||
| 1928 | ||
| 1929 | function painlessrain() | |
| 1930 | attack = true | |
| 1931 | Humanoid.WalkSpeed = 0 | |
| 1932 | local ref1 = New("Part",m,"ref",{Transparency = 1,Size = Vector3.new(.2,.2,.2),CFrame = Torso.CFrame,Anchored = true,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,})
| |
| 1933 | local totrans = {}
| |
| 1934 | for i, v in pairs(chara:GetDescendants()) do | |
| 1935 | if v:IsA("BasePart") and v.Transparency~=1 and (v.Parent.Name == "ThePistol" or v.Parent.Name == "TheKnife") then
| |
| 1936 | table.insert(totrans,v) | |
| 1937 | end | |
| 1938 | end | |
| 1939 | for i = 0, 1, 0.1 do | |
| 1940 | swait() | |
| 1941 | PlayAnimationFromTable({
| |
| 1942 | CFrame.new(0, 0.00182705373, -0.0581560358, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661), | |
| 1943 | CFrame.new(0, 1.52556372, -0.222143173, 1, 0, 0, 0, 0.939692795, 0.342019618, 0, -0.342019618, 0.939692795), | |
| 1944 | CFrame.new(1.49999928, -1.34110451e-07, 1.58933972e-07, 0.99619478, -0.0871556178, -1.0595604e-07, 0.0871556178, 0.99619472, -3.35276127e-07, 1.35041773e-07, 3.27825546e-07, 1), | |
| 1945 | CFrame.new(-1.50000119, 2.68220901e-07, 1.58934313e-07, 0.99619478, 0.0871556178, 1.0595604e-07, -0.0871556178, 0.99619472, -3.35276127e-07, -1.35041773e-07, 3.27825546e-07, 1), | |
| 1946 | CFrame.new(0.499997675, -1.9992758, -0.116536342, 0.965925872, 0, -0.258818984, -0.02255762, 0.996194661, -0.0841862038, 0.257834077, 0.087155968, 0.962250173), | |
| 1947 | CFrame.new(-0.50000006, -1.99927592, -0.116537228, 0.984807849, 0, 0.173647985, 0.0151344584, 0.996194661, -0.0858318806, -0.172987193, 0.087155968, 0.981060326), | |
| 1948 | }, .2, false) | |
| 1949 | moter.C0 = clerp(moter.C0, CFrame.new(0.00354172289, -1.19249964, -0.318736732, -0.017209189, -1.8668361e-06, -0.999851942, 0.999851882, 1.90734863e-06, -0.0172091946, 1.93715096e-06, -1.00000012, 1.82725489e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, math.rad(doe * 22)), 0.3) | |
| 1950 | end | |
| 1951 | swait(10) | |
| 1952 | for i = 0,1,.05 do | |
| 1953 | swait() | |
| 1954 | for a=1,#totrans do | |
| 1955 | totrans[a].Transparency = i | |
| 1956 | end | |
| 1957 | end | |
| 1958 | for a=1,#totrans do | |
| 1959 | totrans[a].Transparency = 1 | |
| 1960 | end | |
| 1961 | swait(10) | |
| 1962 | CFuncs["Sound"].Create("rbxassetid://367850772", chara, 1, .7)
| |
| 1963 | for i = 0, 7, 0.1 do | |
| 1964 | swait() | |
| 1965 | PlayAnimationFromTable({
| |
| 1966 | CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1967 | CFrame.new(0, 1.43159318, -0.187939137, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736), | |
| 1968 | CFrame.new(1.5, 0.199999809, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1), | |
| 1969 | CFrame.new(-1.5, 0.199999809, 0, 0, 1, 0, 1, 0, 0, 0, 0, -1), | |
| 1970 | CFrame.new(0.500001848, -2, 1.62422657e-06, 0.939692736, 0, -0.342019886, 0, 1, 0, 0.342019916, 0, 0.939692736), | |
| 1971 | CFrame.new(-0.500000954, -2, 7.00354576e-07, 0.984807849, 0, 0.173647985, 0, 1, 0, -0.173647985, 0, 0.984807849), | |
| 1972 | }, .07, false) | |
| 1973 | moter.C0 = clerp(moter.C0, CFrame.new(0.00354172289, -1.19249964, -0.318736732, -0.017209189, -1.8668361e-06, -0.999851942, 0.999851882, 1.90734863e-06, -0.0172091946, 1.93715096e-06, -1.00000012, 1.82725489e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, math.rad(doe * 22)), 0.3) | |
| 1974 | Effects.Block.Create(BrickColor.new("Really red"), RightArm.CFrame*CFrame.new(0,-1,0), 2, 2, 2, 2, 2, 2, 0.05)
| |
| 1975 | Effects.Block.Create(BrickColor.new("Really red"), LeftArm.CFrame*CFrame.new(0,-1,0), 2, 2, 2, 2, 2, 2, 0.05)
| |
| 1976 | end | |
| 1977 | for i = 0, 30 do | |
| 1978 | Effects.Block.Create(BrickColor.new("Really red"), RightArm.CFrame*CFrame.new(0,-1,0), 2, 2, 2, 2, 2, 2, 0.05)
| |
| 1979 | Effects.Block.Create(BrickColor.new("Really red"), LeftArm.CFrame*CFrame.new(0,-1,0), 2, 2, 2, 2, 2, 2, 0.05)
| |
| 1980 | swait(3) | |
| 1981 | mdmg(ref1, 10) | |
| 1982 | CamShake(ref1,100,1,.4) | |
| 1983 | CFuncs["Sound"].Create("rbxassetid://224339201", chara, 1, .8)
| |
| 1984 | ref1.CFrame = Mouse.Hit | |
| 1985 | Effects.Cylinder.Create(BrickColor.new("Really red"), CFrame.new(ref1.Position), .5, 9999, .5, 10, 0, 10, 0.05)
| |
| 1986 | Effects.Block.Create(BrickColor.new("Really red"), ref1.CFrame, 1, 1, 1, 10, 10, 10, 0.05)
| |
| 1987 | end | |
| 1988 | ref1:Destroy() | |
| 1989 | for i = 0,1,.05 do | |
| 1990 | swait() | |
| 1991 | for a=1,#totrans do | |
| 1992 | totrans[a].Transparency = 1-i | |
| 1993 | end | |
| 1994 | end | |
| 1995 | for a=1,#totrans do | |
| 1996 | totrans[a].Transparency = 0 | |
| 1997 | end | |
| 1998 | attack = false | |
| 1999 | Humanoid.WalkSpeed = 8 | |
| 2000 | end | |
| 2001 | ||
| 2002 | function killyourself() | |
| 2003 | attack = true | |
| 2004 | Humanoid.WalkSpeed = 0 | |
| 2005 | mus.Volume = 0 | |
| 2006 | mus.Pitch = 0 | |
| 2007 | m.Name = "aslflweflwleflwlfw" | |
| 2008 | Knifu.Name = "ewgfoinweoigmvpwmpgwp" | |
| 2009 | for i = 0, 3, 0.1 do | |
| 2010 | swait() | |
| 2011 | PlayAnimationFromTable({
| |
| 2012 | CFrame.new(0, 0, 0, 0.999999881, 0, -4.47034836e-07, 0, 1, 0, -4.47034836e-07, 0, 1.00000024), | |
| 2013 | CFrame.new(-0.115837865, 1.50782096, -0.215681732, 0.984807611, -0.173648, -5.83465351e-07, 0.163175955, 0.925416708, 0.342019916, -0.0593914725, -0.33682391, 0.939692974), | |
| 2014 | CFrame.new(1.54293299, 0.123661026, 1.21202584e-06, 0.98480773, -0.173647955, -4.47034836e-07, 0.173647985, 0.984807849, 0, -4.43412773e-07, 8.23791027e-08, 1.00000024), | |
| 2015 | CFrame.new(-1.49999988, 0.984808981, 0.17364502, 0.999999881, 7.72039854e-08, 4.43865531e-07, 0, -0.984807849, 0.173647985, -4.47034836e-07, -0.173648015, -0.984808087), | |
| 2016 | CFrame.new(0.49999693, -1.99999797, 3.65078449e-06, 0.939692497, 0, -0.342020273, 0, 1, 0, 0.342019558, 0, 0.939693153), | |
| 2017 | CFrame.new(-0.499997526, -1.99999797, 2.32458115e-06, 0.939692736, 0, 0.342019409, 0, 1, 0, -0.342020422, 0, 0.939692795), | |
| 2018 | }, .3, false) | |
| 2019 | moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 2020 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 2021 | end | |
| 2022 | tr1.Enabled = true | |
| 2023 | CFuncs["Sound"].Create("rbxasset://sounds/swordlunge.wav", chara, 3, .7)
| |
| 2024 | for i = 0, 1, 0.25 do | |
| 2025 | swait() | |
| 2026 | PlayAnimationFromTable({
| |
| 2027 | CFrame.new(0, 0, 0, 1, 0, 2.38418579e-07, 0, 1, 0, 2.38418579e-07, 0, 1.00000024), | |
| 2028 | CFrame.new(-0.0666886047, 1.42028046, 0.35870862, 0.984808087, -0.0868246108, 0.15038164, 0.163175017, 0.758906007, -0.630424976, -0.0593888946, 0.645386159, 0.761544466), | |
| 2029 | CFrame.new(1.47452879, 0.311596215, -3.63892013e-06, 0.939692736, -0.342019886, 1.1920929e-07, 0.342019916, 0.939692736, 0, 1.12020103e-07, -4.07719476e-08, 1.00000012), | |
| 2030 | CFrame.new(-0.971452236, 0.0420972407, -0.727193654, 0.472706228, -0.864956677, 0.168519452, 0.874283433, 0.436382502, -0.212600186, 0.110351123, 0.247830987, 0.962498188), | |
| 2031 | CFrame.new(0.499999553, -1.99999785, -3.15904617e-06, 0.939692795, 0, -0.342019647, 0, 1, 0, 0.342020184, 0, 0.939692795), | |
| 2032 | CFrame.new(-0.499998242, -1.99999785, 1.78813934e-07, 0.939692616, 0, 0.342020124, 0, 1, 0, -0.342019767, 0, 0.939693034), | |
| 2033 | }, .4, false) | |
| 2034 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 2035 | end | |
| 2036 | CamShake(Torso,20,1,.3) | |
| 2037 | local partasdeff = Instance.new("ParticleEmitter",Torso)
| |
| 2038 | partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)) | |
| 2039 | partasdeff.LightEmission = .1 | |
| 2040 | partasdeff.Size = NumberSequence.new(0.2) | |
| 2041 | partasdeff.Texture = "rbxassetid://771221224" | |
| 2042 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
| |
| 2043 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
| |
| 2044 | partasdeff.Transparency = bbb | |
| 2045 | partasdeff.Size = aaa | |
| 2046 | partasdeff.ZOffset = .9 | |
| 2047 | partasdeff.Acceleration = Vector3.new(0, -5, 0) | |
| 2048 | partasdeff.LockedToPart = false | |
| 2049 | partasdeff.EmissionDirection = "Back" | |
| 2050 | partasdeff.Lifetime = NumberRange.new(1, 2) | |
| 2051 | partasdeff.Rate = 1000 | |
| 2052 | partasdeff.Rotation = NumberRange.new(-100, 100) | |
| 2053 | partasdeff.RotSpeed = NumberRange.new(-100, 100) | |
| 2054 | partasdeff.Speed = NumberRange.new(6) | |
| 2055 | partasdeff.VelocitySpread = 10000 | |
| 2056 | partasdeff.Enabled=false | |
| 2057 | partasdeff:Emit(30) | |
| 2058 | CFuncs["Sound"].Create("rbxassetid://206082273", chara, 1.2, .8)
| |
| 2059 | swait(10) | |
| 2060 | for i, v in pairs(chara:GetDescendants()) do | |
| 2061 | if v.Parent.Name == "ThePistol" or v.Parent.Name == "TheKnife" then | |
| 2062 | v.CanCollide = true | |
| 2063 | end | |
| 2064 | end | |
| 2065 | m.Parent = workspace | |
| 2066 | game:service'Debris':AddItem(m,20) | |
| 2067 | moter:Destroy() | |
| 2068 | swait(20) | |
| 2069 | Knifu.Parent = workspace | |
| 2070 | game:service'Debris':AddItem(Knifu,20) | |
| 2071 | for i = 0, 1, 0.1 do | |
| 2072 | swait() | |
| 2073 | PlayAnimationFromTable({
| |
| 2074 | CFrame.new(0, -1.39999962, 0, 1, 0, 2.38418852e-06, 0, 1, 0, 2.38418852e-06, 0, 1.00000238), | |
| 2075 | CFrame.new(-0.102913857, 1.42711043, -0.223223031, 0.984807372, -0.171011478, -0.0301612895, 0.163180962, 0.851966083, 0.497519821, -0.0593829304, -0.494883925, 0.866929054), | |
| 2076 | CFrame.new(1.40506089, -0.0823242813, 1.94649601e-07, 0.984807849, 0.173647985, 6.31810508e-06, -0.173647985, 0.984807849, 0, -3.87415957e-06, -6.83118003e-07, 1.00000119), | |
| 2077 | CFrame.new(-0.971458435, 0.0420978218, -0.727199256, 0.472706467, -0.864956141, 0.168521509, 0.874283433, 0.436382502, -0.212600186, 0.110352375, 0.247829661, 0.962500572), | |
| 2078 | CFrame.new(0.500002623, -1.26108539, 0.461084843, 0.939690471, -6.31810508e-06, -0.342026144, 0.342026144, 0, 0.939690471, -3.69667123e-06, -1.00000119, 1.34550498e-06), | |
| 2079 | CFrame.new(-0.499990612, -1.26108611, 0.461088777, 0.939694881, -6.31810508e-06, 0.342013985, -0.342013955, 0, 0.939694881, -3.69668851e-06, -1.00000119, -1.34545712e-06), | |
| 2080 | }, .3, false) | |
| 2081 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 2082 | end | |
| 2083 | swait(20) | |
| 2084 | KWeld:Destroy() | |
| 2085 | coroutine.wrap(function() | |
| 2086 | CamShake(Torso,20,1,.3) | |
| 2087 | chara:BreakJoints() | |
| 2088 | swait(.2) | |
| 2089 | CFuncs["Sound"].Create("rbxassetid://62339698", chara, 3, .3)
| |
| 2090 | chara:FindFirstChildOfClass("Humanoid"):Destroy()
| |
| 2091 | for i,v in pairs(chara:GetChildren()) do | |
| 2092 | if v:IsA("BasePart") then
| |
| 2093 | local bodpos = Instance.new("BodyPosition",v)
| |
| 2094 | bodpos.Position = v.Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) | |
| 2095 | p1mit:Clone().Parent = v | |
| 2096 | v.BrickColor = BrickColor.new("Really black")
| |
| 2097 | end | |
| 2098 | end | |
| 2099 | for i=0,1,.05 do | |
| 2100 | for a,v in pairs(chara:GetChildren()) do | |
| 2101 | if v:IsA("BasePart") then
| |
| 2102 | v.Transparency = i | |
| 2103 | end | |
| 2104 | end | |
| 2105 | swait() | |
| 2106 | end | |
| 2107 | for a,v in pairs(chara:GetChildren()) do | |
| 2108 | if v:IsA("BasePart") and v:FindFirstChild("ParticleEmitter") then
| |
| 2109 | v.ParticleEmitter.Enabled = false | |
| 2110 | end | |
| 2111 | game:service'Debris':AddItem(v,2) | |
| 2112 | end | |
| 2113 | end)() | |
| 2114 | end | |
| 2115 | ||
| 2116 | function Tele(pos) | |
| 2117 | CFuncs["Sound"].Create("rbxassetid://743521656", chara, 1, .8)
| |
| 2118 | for _, v in pairs(chara:children()) do | |
| 2119 | if v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then
| |
| 2120 | do | |
| 2121 | local p = v:clone() | |
| 2122 | p.Name = "trail" | |
| 2123 | p.Parent = EffectModel | |
| 2124 | p.Transparency = 0.5 | |
| 2125 | p.Anchored = true | |
| 2126 | p.BrickColor = BrickColor.new("Really red")
| |
| 2127 | p.Material = "Neon" | |
| 2128 | p:BreakJoints() | |
| 2129 | p.CanCollide = false | |
| 2130 | if v == Head then | |
| 2131 | for a, b in pairs(p:children()) do | |
| 2132 | if b:IsA("Sound") then
| |
| 2133 | b:Destroy() | |
| 2134 | end | |
| 2135 | end | |
| 2136 | end | |
| 2137 | coroutine.resume(coroutine.create(function() | |
| 2138 | for i = 1, 50 do | |
| 2139 | swait() | |
| 2140 | p.Transparency = i / 50 | |
| 2141 | end | |
| 2142 | p:Destroy() | |
| 2143 | end)) | |
| 2144 | end | |
| 2145 | end | |
| 2146 | if v.className == "Accessory" then | |
| 2147 | end | |
| 2148 | end | |
| 2149 | RootPart.CFrame = pos | |
| 2150 | end | |
| 2151 | ||
| 2152 | function TargetSelect(person) | |
| 2153 | local dd=coroutine.wrap(function() | |
| 2154 | if targetted ~= person then | |
| 2155 | targetted = person | |
| 2156 | for i=0,1,.05 do | |
| 2157 | swait() | |
| 2158 | crosshair.Size = UDim2.new(40-30*i,0,40-30*i,0) | |
| 2159 | imgl.ImageTransparency = 1-i | |
| 2160 | imgl2.ImageTransparency = 1-i | |
| 2161 | end | |
| 2162 | crosshair.Size = UDim2.new(10,0,10,0) | |
| 2163 | imgl.ImageTransparency = 0 | |
| 2164 | imgl2.ImageTransparency = 0 | |
| 2165 | end | |
| 2166 | end) | |
| 2167 | dd() | |
| 2168 | end | |
| 2169 | ||
| 2170 | function LockOn() | |
| 2171 | if Mouse.Target.Parent ~= chara and Mouse.Target.Parent.Parent ~= chara and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
| |
| 2172 | TargetSelect(Mouse.Target.Parent) | |
| 2173 | CFuncs["Sound"].Create("rbxassetid://743521450", chara, 1, .8)
| |
| 2174 | end | |
| 2175 | end | |
| 2176 | ||
| 2177 | ||
| 2178 | function ofmoosic() -- 2 lazi hoh | |
| 2179 | delays = true | |
| 2180 | while mus and mus.Volume >= 0.02 do | |
| 2181 | swait(.5) | |
| 2182 | mus.Volume = mus.Volume - 0.05 | |
| 2183 | end | |
| 2184 | swait(0.1) | |
| 2185 | mus.Pitch = 0 | |
| 2186 | mus.PlaybackSpeed = 0 | |
| 2187 | play = false | |
| 2188 | delays = false | |
| 2189 | end | |
| 2190 | function onmoosic() | |
| 2191 | delays = true | |
| 2192 | mus.Pitch = 1 | |
| 2193 | mus.PlaybackSpeed = 1 | |
| 2194 | while mus and mus.Volume <= 1 do | |
| 2195 | swait(.5) | |
| 2196 | mus.Volume = mus.Volume + 0.05 | |
| 2197 | end | |
| 2198 | swait(0.1) | |
| 2199 | play = true | |
| 2200 | delays = false | |
| 2201 | end | |
| 2202 | cho = 1 | |
| 2203 | Mouse.Button1Down:connect(function() | |
| 2204 | if attack == false then | |
| 2205 | if Anim == "Jump" or Anim == "Fall" then | |
| 2206 | jattacktwo() | |
| 2207 | else | |
| 2208 | if cho == 1 then | |
| 2209 | attacktwo() | |
| 2210 | cho = 2 | |
| 2211 | elseif cho == 2 then | |
| 2212 | attack2two() | |
| 2213 | cho = 3 | |
| 2214 | elseif cho == 3 then | |
| 2215 | attack3two() | |
| 2216 | cho = 1 | |
| 2217 | end | |
| 2218 | end | |
| 2219 | end | |
| 2220 | end) | |
| 2221 | ||
| 2222 | ||
| 2223 | Mouse.KeyDown:connect(function(k) | |
| 2224 | k = k:lower() | |
| 2225 | if k=='m' then | |
| 2226 | if mus.IsPlaying == true then | |
| 2227 | mus:Stop() | |
| 2228 | elseif mus.IsPaused == true then | |
| 2229 | mus:Play() | |
| 2230 | end | |
| 2231 | end | |
| 2232 | if attack == false and k == 'q' then | |
| 2233 | LockOn() | |
| 2234 | end | |
| 2235 | if attack == false and k == 'p' then | |
| 2236 | killyourself() | |
| 2237 | end | |
| 2238 | if k == 'z' and attack == false then | |
| 2239 | hedshoot() | |
| 2240 | elseif k == 'e' and attack == false and targetted ~= nil then | |
| 2241 | Tele(targetted.Head.CFrame * CFrame.new(0,-1.5,3)) | |
| 2242 | elseif k == 'x' and attack == false and targetted ~= nil then | |
| 2243 | local cho = math.random(1,2) | |
| 2244 | if cho == 1 then | |
| 2245 | attackone() | |
| 2246 | elseif cho == 2 then | |
| 2247 | attack2one() | |
| 2248 | end | |
| 2249 | elseif k == 'c' and attack == false and targetted ~= nil then | |
| 2250 | moarblood() | |
| 2251 | elseif k == 'v' and attack == false then | |
| 2252 | painlessrain() | |
| 2253 | elseif k == 'g' and delays == false then | |
| 2254 | delays = true | |
| 2255 | chatfunc("There is only darkness.")
| |
| 2256 | delays = false | |
| 2257 | end | |
| 2258 | end) | |
| 2259 | ||
| 2260 | musid = "rbxassetid://798464853" | |
| 2261 | muspi = 1 | |
| 2262 | mus = Instance.new("Sound",Head)
| |
| 2263 | mus.Volume = 1 | |
| 2264 | mus.Pitch = muspi | |
| 2265 | mus.SoundId = musid | |
| 2266 | mus:Play() | |
| 2267 | mus.Name = "mus" | |
| 2268 | mus.Looped = true | |
| 2269 | ||
| 2270 | for i, v in pairs(chara:GetDescendants()) do | |
| 2271 | if v:IsA("BasePart") then
| |
| 2272 | v.CanCollide = false | |
| 2273 | end | |
| 2274 | end | |
| 2275 | ||
| 2276 | coroutine.wrap(function() | |
| 2277 | while true do | |
| 2278 | swait() | |
| 2279 | for i, v in pairs(chara:GetDescendants()) do | |
| 2280 | if v:IsA("BasePart") and (v.Parent.Name == "ThePistol" or v.Parent.Name == "TheKnife") then
| |
| 2281 | v.Anchored = false | |
| 2282 | end | |
| 2283 | end | |
| 2284 | chara.Torso.Anchored = false | |
| 2285 | end | |
| 2286 | end)() | |
| 2287 | coroutine.wrap(function() | |
| 2288 | while 1 do | |
| 2289 | swait() | |
| 2290 | if doe <= 360 then | |
| 2291 | doe = doe + 2 | |
| 2292 | else | |
| 2293 | doe = 0 | |
| 2294 | end | |
| 2295 | end | |
| 2296 | end)() | |
| 2297 | while true do | |
| 2298 | swait() | |
| 2299 | for i, v in pairs(chara:GetChildren()) do | |
| 2300 | if v:IsA("Part") then
| |
| 2301 | v.Material = "SmoothPlastic" | |
| 2302 | elseif v:IsA("Accessory") then
| |
| 2303 | v:WaitForChild("Handle").Material = "SmoothPlastic"
| |
| 2304 | end | |
| 2305 | end | |
| 2306 | while true do | |
| 2307 | swait() | |
| 2308 | Humanoid.MaxHealth = math.huge | |
| 2309 | Humanoid.Health = math.huge | |
| 2310 | Humanoid.Name = "asfopwejfopewkpfkwepfkp" | |
| 2311 | imgl.Rotation = imgl.Rotation + 3 | |
| 2312 | imgl2.Rotation = imgl2.Rotation - 3 | |
| 2313 | if Head:FindFirstChild("mus")==nil then
| |
| 2314 | mus = Instance.new("Sound",Head)
| |
| 2315 | mus.Volume = 1 | |
| 2316 | mus.Pitch = muspi | |
| 2317 | mus.SoundId = musid | |
| 2318 | mus:Play() | |
| 2319 | mus.Name = "mus" | |
| 2320 | mus.Looped = true | |
| 2321 | mus:Play() | |
| 2322 | end | |
| 2323 | if targetted ~= nil then | |
| 2324 | crosshair.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
| |
| 2325 | crosshair.Enabled = true | |
| 2326 | elseif targetted == nil then | |
| 2327 | crosshair.Adornee = nil | |
| 2328 | crosshair.Enabled = false | |
| 2329 | targetted = nil | |
| 2330 | end | |
| 2331 | if targetted ~= nil and targetted:FindFirstChildOfClass("Humanoid").Health<1 then
| |
| 2332 | crosshair.Adornee = nil | |
| 2333 | crosshair.Enabled = false | |
| 2334 | targetted = nil | |
| 2335 | end | |
| 2336 | while true and imgl.Rotation >= 360 do | |
| 2337 | imgl.Rotation = 0 | |
| 2338 | imgl2.Rotation = 0 | |
| 2339 | end | |
| 2340 | Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
| 2341 | velocity = RootPart.Velocity.y | |
| 2342 | sine = sine + change | |
| 2343 | local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, chara) | |
| 2344 | if RootPart.Velocity.y > 1 and hit == nil then | |
| 2345 | Anim = "Jump" | |
| 2346 | if attack == false then | |
| 2347 | PlayAnimationFromTable({
| |
| 2348 | CFrame.new(0, 0, 0, 1, -2.21689355e-12, -5.11591203e-13, -2.21689355e-12, 1, 7.74860496e-07, -5.11591203e-13, 7.74860496e-07, 1.00000048) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2349 | CFrame.new(-0.0579944476, 1.48445117, -0.000906195492, 0.999631822, -0.0259140469, -0.00804444961, 0.0262291897, 0.998776913, 0.0419151038, 0.0069484422, -0.0421099029, 0.999089062) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2350 | CFrame.new(1.68067598, 0.167780995, 5.50026158e-08, 0.965881884, -0.258982956, -3.41060513e-13, 0.258982956, 0.965881884, 4.47034836e-07, 8.49010675e-08, 3.16640808e-07, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2351 | CFrame.new(-1.67620921, 0.188169807, -3.04922651e-07, 0.95698452, 0.290146649, -2.61441073e-07, -0.290146649, 0.95698452, -1.0069979e-05, -2.89639524e-06, 1.04542296e-05, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2352 | CFrame.new(0.537238836, -1.93797374, 0.176598221, 0.998698533, -0.0506777391, -0.00574572897, 0.0510024093, 0.992341697, 0.112511501, -6.35704041e-08, -0.112657718, 0.993634105) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2353 | CFrame.new(-0.536944568, -1.94808352, 0.126473114, 0.998626292, 0.0520468242, 0.00521374354, -0.0523067154, 0.993665218, 0.0995327011, -3.84102691e-07, -0.099668026, 0.995023906) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2354 | }, .3, false) | |
| 2355 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111988392, -1.63769972, -0.318750381, -0.0172117054, 0, -0.999851942, 0.999851942, 0, -0.0172116756, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 2356 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 2357 | end | |
| 2358 | elseif RootPart.Velocity.y < -1 and hit == nil then | |
| 2359 | Anim = "Fall" | |
| 2360 | if attack == false then | |
| 2361 | PlayAnimationFromTable({
| |
| 2362 | CFrame.new(0, 0, 0, 1, -2.21689355e-12, -5.11591203e-13, -2.21689355e-12, 1, 7.74860496e-07, -5.11591203e-13, 7.74860496e-07, 1.00000048) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2363 | CFrame.new(-0.0576509275, 1.50532985, -0.129091382, 0.999631822, -0.0231846143, -0.0140984114, 0.0262298863, 0.958684564, 0.283279002, 0.00694822101, -0.283544153, 0.958935201) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2364 | CFrame.new(1.68622994, 0.21415168, 7.02040666e-08, 0.881990671, -0.471266806, -3.41060513e-13, 0.471266806, 0.881990671, 4.47034836e-07, 1.54493137e-07, 2.89139166e-07, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2365 | CFrame.new(-1.72513735, 0.240890861, 2.54038241e-07, 0.814108491, 0.58071363, -2.61430017e-07, -0.580713034, 0.814108849, -1.00698489e-05, -6.08482924e-06, 8.98058715e-06, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2366 | CFrame.new(0.536720514, -1.92783141, 0.223740995, 0.998698533, -0.0498600565, -0.0107376017, 0.0510031059, 0.976314366, 0.210260883, -3.04512355e-07, -0.210534185, 0.977587521) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2367 | CFrame.new(-0.535922825, -1.92850935, 0.222419083, 0.99863112, 0.0512506701, 0.0104565797, -0.0523065142, 0.978474379, 0.199629858, -3.7062793e-07, -0.199902818, 0.97981596) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
| 2368 | }, .3, false) | |
| 2369 | moter.C0 = clerp(moter.C0, CFrame.new(0.0112015437, -1.63769758, -0.318750381, -0.0172110498, 0, -0.999851942, 0.999851942, 0, -0.0172110498, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 2370 | end | |
| 2371 | elseif Torsovelocity < 1 and hit ~= nil then | |
| 2372 | Anim = "Idle" | |
| 2373 | if attack == false then | |
| 2374 | change = 1 | |
| 2375 | PlayAnimationFromTable({
| |
| 2376 | CFrame.new(0.0286424346, 0, 0.156065911, 0.939692736, 0, 0.342019886, 0, 1, 0, -0.342019916, 0, 0.939692736) * CFrame.new(0,.05 * math.cos((sine)/10), 0), | |
| 2377 | CFrame.new(4.78327274e-06, 1.46579051, -0.0939662158, 0.939692914, -4.69386578e-07, -0.342019528, 0.116978042, 0.939692557, 0.321393967, 0.321392983, -0.342020363, 0.883022547), | |
| 2378 | CFrame.new(1.47764659, 0.161873162, 0.0392795205, 0.600345016, -0.597149611, -0.531975925, -0.0164119918, 0.65584594, -0.754716396, 0.799572825, 0.46182102, 0.383933425), | |
| 2379 | CFrame.new(-1.23625016, -0.0135030746, 0.446411371, 0.499998748, 0, 0.866026163, 0, 1, 0, -0.866026163, 0, 0.499998748), | |
| 2380 | CFrame.new(0.500002205, -1.99999905, 7.15255737e-07, 0.939692736, 0, -0.342019916, 0, 1, 0, 0.342019886, 0, 0.939692736) * CFrame.new(0,-.05 * math.cos((sine)/10), 0), | |
| 2381 | CFrame.new(-0.500000596, -1.99999905, 5.75184822e-06, 0.939692438, 0, 0.342020929, 0, 1, 0, -0.342020959, 0, 0.939692438) * CFrame.new(0,-.05 * math.cos((sine)/10), 0), | |
| 2382 | }, .3, false) | |
| 2383 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111980997, -1.6377027, -0.318750381, -0.0172109306, 0, -0.999851882, 0.999851882, 0, -0.0172109306, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 2384 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 2385 | end | |
| 2386 | elseif Torsovelocity > 2 and hit ~= nil then | |
| 2387 | Anim = "Walk" | |
| 2388 | if attack == false then | |
| 2389 | PlayAnimationFromTable({
| |
| 2390 | CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0- .08 * math.cos((sine) / 5), 0) * CFrame.Angles(0, 0, 0), | |
| 2391 | CFrame.new(0, 1.48263013, -0.0984808952, 1, 0, 0, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849), | |
| 2392 | CFrame.new(0.849929154, 0.669377863, -0.285191476, 0.133021966, 0.754403889, 0.642790735, 0.989228785, -0.0610861331, -0.133022368, -0.0610869862, 0.65356195, -0.754403949), | |
| 2393 | CFrame.new(-1.23625016, -0.0135030746, 0.446411371, 0.499998748, 0, 0.866026163, 0, 1, 0, -0.866026163, 0, 0.499998748), | |
| 2394 | CFrame.new(0.540300786, -1.99793816, -9.82598067e-07, 0.998698533, -0.0510031395, 6.36324955e-07, 0.0510031395, 0.998698533, -1.00461093e-05, -8.35937328e-08, 1.08393433e-05, 1.00000024) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 10)) * CFrame.Angles(math.rad(0 - 30 * math.cos((sine) / 10)), 0, 0), | |
| 2395 | CFrame.new(-0.539563596, -1.99794078, 1.12228372e-06, 0.998635888, 0.0523072146, -1.77852357e-07, -0.0523072146, 0.998635888, -1.00715051e-05, -3.89727461e-07, 1.08406466e-05, 1.00000024) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 10)) * CFrame.Angles(math.rad(0 + 30 * math.cos((sine) / 10)), 0, 0), | |
| 2396 | }, .3, false) | |
| 2397 | moter.C0 = clerp(moter.C0, CFrame.new(0.0111980997, -1.6377027, -0.318750381, -0.0172109306, 0, -0.999851882, 0.999851882, 0, -0.0172109306, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3) | |
| 2398 | KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3) | |
| 2399 | end | |
| 2400 | end | |
| 2401 | if 0 < #Effects then | |
| 2402 | for e = 1, #Effects do | |
| 2403 | if Effects[e] ~= nil then | |
| 2404 | local Thing = Effects[e] | |
| 2405 | if Thing ~= nil then | |
| 2406 | local Part = Thing[1] | |
| 2407 | local Mode = Thing[2] | |
| 2408 | local Delay = Thing[3] | |
| 2409 | local IncX = Thing[4] | |
| 2410 | local IncY = Thing[5] | |
| 2411 | local IncZ = Thing[6] | |
| 2412 | if Thing[2] == "Shoot" then | |
| 2413 | local Look = Thing[1] | |
| 2414 | local move = 30 | |
| 2415 | if Thing[8] == 3 then | |
| 2416 | move = 10 | |
| 2417 | end | |
| 2418 | local hit, pos = rayCast(Thing[4], Thing[1], move, m) | |
| 2419 | if Thing[10] ~= nil then | |
| 2420 | da = pos | |
| 2421 | cf2 = CFrame.new(Thing[4], Thing[10].Position) | |
| 2422 | cfa = CFrame.new(Thing[4], pos) | |
| 2423 | tehCF = cfa:lerp(cf2, 0.2) | |
| 2424 | Thing[1] = tehCF.lookVector | |
| 2425 | end | |
| 2426 | local mag = (Thing[4] - pos).magnitude | |
| 2427 | Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2) | |
| 2428 | if Thing[8] == 2 then | |
| 2429 | Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1) | |
| 2430 | end | |
| 2431 | Thing[4] = Thing[4] + Look * move | |
| 2432 | Thing[3] = Thing[3] - 1 | |
| 2433 | if 2 < Thing[5] then | |
| 2434 | Thing[5] = Thing[5] - 0.3 | |
| 2435 | Thing[6] = Thing[6] - 0.3 | |
| 2436 | end | |
| 2437 | if hit ~= nil then | |
| 2438 | Thing[3] = 0 | |
| 2439 | if Thing[8] == 1 or Thing[8] == 3 then | |
| 2440 | Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1) | |
| 2441 | else | |
| 2442 | if Thing[8] == 2 then | |
| 2443 | Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1) | |
| 2444 | if (hit.Parent:FindFirstChildOfClass("Humanoid")) ~= nil or (hit.Parent.Parent:FindFirstChildOfClass("Humanoid")) ~= nil then
| |
| 2445 | ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
| |
| 2446 | ref.Anchored = true | |
| 2447 | ref.CFrame = CFrame.new(pos) | |
| 2448 | CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
| |
| 2449 | game:GetService("Debris"):AddItem(ref, 0.2)
| |
| 2450 | Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2) | |
| 2451 | Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
| |
| 2452 | MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1) | |
| 2453 | end | |
| 2454 | end | |
| 2455 | end | |
| 2456 | ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
| |
| 2457 | ref.Anchored = true | |
| 2458 | ref.CFrame = CFrame.new(pos) | |
| 2459 | Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07) | |
| 2460 | game:GetService("Debris"):AddItem(ref, 1)
| |
| 2461 | end | |
| 2462 | if Thing[3] <= 0 then | |
| 2463 | table.remove(Effects, e) | |
| 2464 | end | |
| 2465 | end | |
| 2466 | do | |
| 2467 | do | |
| 2468 | if Thing[2] == "FireWave" then | |
| 2469 | if Thing[3] <= Thing[4] then | |
| 2470 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0) | |
| 2471 | Thing[3] = Thing[3] + 1 | |
| 2472 | Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5]) | |
| 2473 | else | |
| 2474 | Part.Parent = nil | |
| 2475 | table.remove(Effects, e) | |
| 2476 | end | |
| 2477 | end | |
| 2478 | if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then | |
| 2479 | if Thing[1].Transparency <= 1 then | |
| 2480 | if Thing[2] == "Block1" then | |
| 2481 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 2482 | Mesh = Thing[7] | |
| 2483 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2484 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2485 | else | |
| 2486 | if Thing[2] == "Block2" then | |
| 2487 | Thing[1].CFrame = Thing[1].CFrame | |
| 2488 | Mesh = Thing[7] | |
| 2489 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2490 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2491 | else | |
| 2492 | if Thing[2] == "Fire" then | |
| 2493 | Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0) | |
| 2494 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
| 2495 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2496 | else | |
| 2497 | if Thing[2] == "Cylinder" then | |
| 2498 | Mesh = Thing[7] | |
| 2499 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2500 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2501 | else | |
| 2502 | if Thing[2] == "Blood" then | |
| 2503 | Mesh = Thing[7] | |
| 2504 | Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0) | |
| 2505 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
| 2506 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2507 | else | |
| 2508 | if Thing[2] == "Elec" then | |
| 2509 | Mesh = Thing[10] | |
| 2510 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9]) | |
| 2511 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2512 | else | |
| 2513 | if Thing[2] == "Disappear" then | |
| 2514 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2515 | else | |
| 2516 | if Thing[2] == "Shatter" then | |
| 2517 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
| 2518 | Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0) | |
| 2519 | Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0) | |
| 2520 | Thing[6] = Thing[6] + Thing[5] | |
| 2521 | end | |
| 2522 | end | |
| 2523 | end | |
| 2524 | end | |
| 2525 | end | |
| 2526 | end | |
| 2527 | end | |
| 2528 | end | |
| 2529 | else | |
| 2530 | Part.Parent = nil | |
| 2531 | table.remove(Effects, e) | |
| 2532 | end | |
| 2533 | end | |
| 2534 | end | |
| 2535 | end | |
| 2536 | end | |
| 2537 | end | |
| 2538 | end | |
| 2539 | end | |
| 2540 | end | |
| 2541 | end |