SHOW:
|
|
- or go back to the newest paste.
1 | --[[I'm sorry, my Blazey.. I had to..]]-- | |
2 | --[[It was spread too much, Nokiskid had it and was probably gonna sell it.]]-- | |
3 | ||
4 | --[[FOR YOU SKIDS: This is the official genocider sequel.]]-- | |
5 | --[[Project Name: Sadique/Sadist]]-- | |
6 | --[[qbxeeb]]-- | |
7 | wait(1 / 60) | |
8 | Effects = { } | |
9 | local Player = game.Players.localPlayer | |
10 | local Mouse = Player:GetMouse() | |
11 | local Character = Player.Character | |
12 | local Humanoid = Character:findFirstChildOfClass("Humanoid") | |
13 | local Head = Character.Head | |
14 | local RootPart = Character.HumanoidRootPart | |
15 | local Torso = Character.Torso | |
16 | local LeftArm = Character["Left Arm"] | |
17 | local RightArm = Character["Right Arm"] | |
18 | local LeftLeg = Character["Left Leg"] | |
19 | local RightLeg = Character["Right Leg"] | |
20 | local Camera = game.Workspace.CurrentCamera | |
21 | local RootJoint = RootPart.RootJoint | |
22 | local Equipped = false | |
23 | local Attack = false | |
24 | local Anim = 'Idle' | |
25 | local Idle = 0 | |
26 | local Combo = 1 | |
27 | local TorsoVelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
28 | local Velocity = RootPart.Velocity.y | |
29 | local Sine = 0 | |
30 | local Change = 1 | |
31 | local Animie = .3 | |
32 | local Randomize = 0 | |
33 | local Victim = nil | |
34 | local Delay = false | |
35 | local Delay2 = false | |
36 | local Rampage = "Normal" | |
37 | local Deed = false | |
38 | ||
39 | local naeeym2 = Instance.new("BillboardGui",char) | |
40 | naeeym2.AlwaysOnTop = true | |
41 | naeeym2.Size = UDim2.new(2, 0, 1, 0) | |
42 | naeeym2.StudsOffset = Vector3.new(-4, 4, 0) | |
43 | naeeym2.Adornee = hed | |
44 | naeeym2.Name = "Name" | |
45 | --naeeym2.PlayerToHideFrom = plr | |
46 | local tecks2 = Instance.new("TextLabel",naeeym2) | |
47 | tecks2.BackgroundTransparency = 1 | |
48 | tecks2.TextScaled = true | |
49 | tecks2.BorderSizePixel = 0 | |
50 | tecks2.Text = "Verrückt Völkermörder" | |
51 | tecks2.Font = 15 | |
52 | tecks2.TextSize = 24 | |
53 | tecks2.TextStrokeTransparency = 0 | |
54 | tecks2.TextColor3 = Color3.new(180/255,0,0) | |
55 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
56 | tecks2.Size = UDim2.new(5, 0, 2.5, 0) | |
57 | tecks2.Parent = naeeym2 | |
58 | VALUE1 = false | |
59 | ||
60 | local naeeym = Instance.new("BillboardGui",Character) | |
61 | naeeym.Size = UDim2.new(0,100,0,40) | |
62 | - | naeeym.StudsOffset = Vector3.new(0,2,0) |
62 | + | naeeym.StudsOffset = Vector3.new(0,5,0) |
63 | naeeym.Adornee = Character.Head | |
64 | local tecks = Instance.new("TextLabel",naeeym) | |
65 | tecks.BackgroundTransparency = 1 | |
66 | tecks.BorderSizePixel = 0 | |
67 | tecks.Text = "Glitch" | |
68 | tecks.Font = "Garamond" | |
69 | tecks.FontSize = "Size36" | |
70 | tecks.TextStrokeTransparency = 0.5 | |
71 | tecks.TextColor3 = Color3.new(0,0,0) | |
72 | rrer = BrickColor.new("Really red") | |
73 | tecks.TextStrokeColor3 = rrer.Color | |
74 | tecks.Size = UDim2.new(1,0,0.5,0) | |
75 | local licht = Instance.new("PointLight",Character.Torso) | |
76 | licht.Color = tecks.TextStrokeColor3 | |
77 | licht.Range = 60 | |
78 | licht.Brightness = 1 | |
79 | licht.Enabled = false | |
80 | ||
81 | function chatfunc(text) | |
82 | local chat = coroutine.wrap(function() | |
83 | if Character:FindFirstChild("TalkingBillBoard")~= nil then | |
84 | Character:FindFirstChild("TalkingBillBoard"):destroy() | |
85 | end | |
86 | local naeeym2 = Instance.new("BillboardGui",Character) | |
87 | naeeym2.Size = UDim2.new(0,100,0,40) | |
88 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
89 | naeeym2.Adornee = Head | |
90 | naeeym2.Name = "TalkingBillBoard" | |
91 | local tecks2 = Instance.new("TextLabel",naeeym2) | |
92 | tecks2.BackgroundTransparency = 1 | |
93 | tecks2.BorderSizePixel = 0 | |
94 | tecks2.Text = "" | |
95 | tecks2.Font = "Fantasy" | |
96 | tecks2.FontSize = "Size24" | |
97 | tecks2.TextStrokeTransparency = 0 | |
98 | CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=477772242", Character, 6, .8) | |
99 | tecks2.TextColor3 = Color3.new(180/255,0,0) | |
100 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
101 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
102 | local shk = coroutine.wrap(function() | |
103 | while tecks2 ~= nil do | |
104 | wait(.05) | |
105 | tecks2.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3)) | |
106 | end | |
107 | end) | |
108 | shk() | |
109 | for i = 1,string.len(text),1 do | |
110 | CFuncs.Sound.Create("rbxassetid://358280695", Torso, 2, 0.5) | |
111 | tecks2.Text = string.sub(text,1,i) | |
112 | wait(0.01) | |
113 | end | |
114 | wait(1) | |
115 | for i = 1, 5 do | |
116 | wait(.01) | |
117 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
118 | tecks2.Rotation = tecks2.Rotation + 2 | |
119 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
120 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
121 | end | |
122 | naeeym2:Destroy() | |
123 | end) | |
124 | chat() | |
125 | end | |
126 | function onChatted(msg) | |
127 | chatfunc(msg) | |
128 | end | |
129 | Player.Chatted:connect(onChatted) | |
130 | ||
131 | ||
132 | wait(0.1) | |
133 | game:GetService("Lighting").Outlines = false | |
134 | game:GetService("Lighting").TimeOfDay = "00:00:00" | |
135 | game:GetService("Lighting").FogColor = Color3.new(0, 0, 0) | |
136 | game:GetService("Lighting").FogEnd = 160 | |
137 | ||
138 | Humanoid.WalkSpeed = 14 | |
139 | Humanoid.JumpPower = 50 | |
140 | Humanoid.Animator.Parent = nil | |
141 | Character.Animate.Parent = nil | |
142 | ||
143 | local newMotor = function(part0, part1, c0, c1) | |
144 | local w = Instance.new('Motor', part0) | |
145 | w.Part0 = part0 | |
146 | w.Part1 = part1 | |
147 | w.C0 = c0 | |
148 | w.C1 = c1 | |
149 | return w | |
150 | end | |
151 | ||
152 | function clerp(a, b, t) | |
153 | return a:lerp(b, t) | |
154 | end | |
155 | ||
156 | RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
157 | NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
158 | ||
159 | local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0)) | |
160 | local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0)) | |
161 | local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0)) | |
162 | local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0)) | |
163 | RootJoint.C1 = CFrame.new(0, 0, 0) | |
164 | RootJoint.C0 = CFrame.new(0, 0, 0) | |
165 | Torso.Neck.C1 = CFrame.new(0, 0, 0) | |
166 | Torso.Neck.C0 = CFrame.new(0, 1.5, 0) | |
167 | ||
168 | local rarmc1 = RW.C1 | |
169 | local larmc1 = LW.C1 | |
170 | local rlegc1 = RH.C1 | |
171 | local llegc1 = LH.C1 | |
172 | ||
173 | local resetc1 = false | |
174 | ||
175 | function PlayAnimationFromTable(table, speed, bool) | |
176 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
177 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
178 | RW.C0 = clerp(RW.C0, table[3], speed) | |
179 | LW.C0 = clerp(LW.C0, table[4], speed) | |
180 | RH.C0 = clerp(RH.C0, table[5], speed) | |
181 | LH.C0 = clerp(LH.C0, table[6], speed) | |
182 | if bool == true then | |
183 | if resetc1 == false then | |
184 | resetc1 = true | |
185 | RootJoint.C1 = RootJoint.C1 | |
186 | Torso.Neck.C1 = Torso.Neck.C1 | |
187 | RW.C1 = rarmc1 | |
188 | LW.C1 = larmc1 | |
189 | RH.C1 = rlegc1 | |
190 | LH.C1 = llegc1 | |
191 | end | |
192 | end | |
193 | end | |
194 | ||
195 | - | SoundId = "rbxassetid://156879167", |
195 | + | |
196 | ArtificialHB.Name = "Heartbeat" | |
197 | ||
198 | script:WaitForChild("Heartbeat") | |
199 | ||
200 | frame = 1 / 30 | |
201 | tf = 0 | |
202 | allowframeloss = false | |
203 | tossremainder = false | |
204 | lastframe = tick() | |
205 | script.Heartbeat:Fire() | |
206 | ||
207 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
208 | tf = tf + s | |
209 | if tf >= frame then | |
210 | if allowframeloss then | |
211 | script.Heartbeat:Fire() | |
212 | lastframe = tick() | |
213 | else | |
214 | for i = 1, math.floor(tf / frame) do | |
215 | script.Heartbeat:Fire() | |
216 | end | |
217 | lastframe = tick() | |
218 | end | |
219 | if tossremainder then | |
220 | tf = 0 | |
221 | else | |
222 | tf = tf - frame * math.floor(tf / frame) | |
223 | end | |
224 | end | |
225 | end) | |
226 | ||
227 | function swait(num) | |
228 | if num == 0 or num == nil then | |
229 | ArtificialHB.Event:wait() | |
230 | else | |
231 | for i = 0, num do | |
232 | ArtificialHB.Event:wait() | |
233 | end | |
234 | end | |
235 | end | |
236 | ||
237 | local RbxUtility = LoadLibrary("RbxUtility") | |
238 | local Create = RbxUtility.Create | |
239 | ||
240 | local m = Create("Model"){ | |
241 | Parent = Character, | |
242 | Name = "WeaponModel" | |
243 | } | |
244 | ||
245 | spook = Create("Sound"){ | |
246 | Parent = Character, | |
247 | SoundId = "rbxassetid://1158080265", | |
248 | Volume = 5, | |
249 | PlaybackSpeed = 1, | |
250 | Looped = true | |
251 | } | |
252 | spook2 = Create("PitchShiftSoundEffect"){ | |
253 | Parent = spook, | |
254 | Octave = 1 | |
255 | } | |
256 | spook:Play() | |
257 | ||
258 | Billb = Create("BillboardGui"){ | |
259 | Name = "Targetted", | |
260 | Parent = RootPart, | |
261 | Adornee = nil, | |
262 | LightInfluence = 0, | |
263 | AlwaysOnTop = true, | |
264 | Size = UDim2.new(5, 0, 5, 0) | |
265 | } | |
266 | D1 = Create("ImageLabel"){ | |
267 | Parent = Billb, | |
268 | BackgroundTransparency = 1, | |
269 | Position = UDim2.new(.5, 0, .5, 0), | |
270 | Size = UDim2.new(1, 0, 1, 0), | |
271 | AnchorPoint = Vector2.new(.5, .5), | |
272 | Image = "rbxassetid://133820006", | |
273 | ImageColor3 = Color3.new(165 / 255, 0, 0), | |
274 | ImageTransparency = 1, | |
275 | ScaleType = "Tile" | |
276 | } | |
277 | D2 = D1:Clone() | |
278 | D2.Parent = Billb | |
279 | D2.Size = UDim2.new(1.4, 0, 1.4, 0) | |
280 | D3 = D1:Clone() | |
281 | D3.Parent = Billb | |
282 | D3.Size = UDim2.new(.05, 0, .05, 0) | |
283 | D3.Image = "rbxassetid://1215682739" | |
284 | D3.Rotation = 45 | |
285 | ||
286 | function RemoveOutlines(part) | |
287 | part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10 | |
288 | end | |
289 | ||
290 | CFuncs = { | |
291 | Part = { | |
292 | Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size) | |
293 | local Part = Create("Part"){ | |
294 | Parent = Parent, | |
295 | Reflectance = Reflectance, | |
296 | Transparency = Transparency, | |
297 | CanCollide = false, | |
298 | Locked = true, | |
299 | BrickColor = BrickColor.new(tostring(BColor)), | |
300 | Name = Name, | |
301 | Size = Size, | |
302 | Material = Material, | |
303 | } | |
304 | RemoveOutlines(Part) | |
305 | if Size == Vector3.new(.2,.2,.2) then | |
306 | Part.Size = Vector3.new(0.2, 0.2, 0.2) | |
307 | else | |
308 | Part.Size = Size | |
309 | end | |
310 | return Part | |
311 | end; | |
312 | }; | |
313 | ||
314 | Mesh = { | |
315 | Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale) | |
316 | local Msh = Create(Mesh){ | |
317 | Parent = Part, | |
318 | Offset = OffSet, | |
319 | Scale = Scale, | |
320 | } | |
321 | if Mesh == "SpecialMesh" then | |
322 | Msh.MeshType = MeshType | |
323 | if MeshId ~= "" then | |
324 | Msh.MeshId = "rbxassetid://" .. MeshId | |
325 | end | |
326 | end | |
327 | return Msh | |
328 | end; | |
329 | }; | |
330 | ||
331 | Weld = { | |
332 | Create = function(Parent, Part0, Part1, C0, C1) | |
333 | local Weld = Create("Weld"){ | |
334 | Parent = Parent, | |
335 | Part0 = Part0, | |
336 | Part1 = Part1, | |
337 | C0 = C0, | |
338 | C1 = C1, | |
339 | } | |
340 | return Weld | |
341 | end; | |
342 | }; | |
343 | ||
344 | Sound = { | |
345 | Create = function(id, par, vol, pit) | |
346 | coroutine.resume(coroutine.create(function() | |
347 | local S = Create("Sound"){ | |
348 | Volume = vol, | |
349 | Pitch = pit or 1, | |
350 | Parent = par or workspace, | |
351 | } | |
352 | if id ~= "" then | |
353 | S.SoundId = "rbxassetid://" .. id | |
354 | end | |
355 | swait() | |
356 | S:play() | |
357 | game:GetService("Debris"):AddItem(S, 10) | |
358 | end)) | |
359 | end; | |
360 | }; | |
361 | ||
362 | ParticleEmitter = { | |
363 | Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread) | |
364 | local Particle = Create("ParticleEmitter"){ | |
365 | Parent = Parent, | |
366 | Color = ColorSequence.new(Color1, Color2), | |
367 | LightEmission = LightEmission, | |
368 | Size = Size, | |
369 | Texture = Texture, | |
370 | Transparency = Transparency, | |
371 | ZOffset = ZOffset, | |
372 | Acceleration = Accel, | |
373 | Drag = Drag, | |
374 | LockedToPart = LockedToPart, | |
375 | VelocityInheritance = VelocityInheritance, | |
376 | EmissionDirection = EmissionDirection, | |
377 | Enabled = Enabled, | |
378 | Lifetime = LifeTime, | |
379 | Rate = Rate, | |
380 | Rotation = Rotation, | |
381 | RotSpeed = RotSpeed, | |
382 | Speed = Speed, | |
383 | VelocitySpread = VelocitySpread, | |
384 | } | |
385 | return Particle | |
386 | end; | |
387 | }; | |
388 | ||
389 | CreateTemplate = { | |
390 | ||
391 | }; | |
392 | } | |
393 | FHead=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Head",Vector3.new(1, 1, 1)) | |
394 | FHeadWeld=CFuncs.Weld.Create(m,Head,FHead,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0)) | |
395 | CFuncs.Mesh.Create("SpecialMesh",FHead,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.25, 1.25, 1.25)) | |
396 | FHead.CanCollide = false | |
397 | Head.Transparency = 1 | |
398 | ||
399 | FT = CFuncs.Mesh.Create("SpecialMesh",Torso,Enum.MeshType.FileMesh,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
400 | RA = CFuncs.Mesh.Create("SpecialMesh",RightArm,Enum.MeshType.FileMesh,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
401 | LA = CFuncs.Mesh.Create("SpecialMesh",LeftArm,Enum.MeshType.FileMesh,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
402 | RL = CFuncs.Mesh.Create("SpecialMesh",RightLeg,Enum.MeshType.FileMesh,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
403 | LL = CFuncs.Mesh.Create("SpecialMesh",LeftLeg,Enum.MeshType.FileMesh,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
404 | FT.MeshId = "rbxasset://fonts/torso.mesh" | |
405 | RA.MeshId = "rbxasset://fonts/rightarm.mesh" | |
406 | LA.MeshId = "rbxasset://fonts/leftarm.mesh" | |
407 | RL.MeshId = "rbxasset://fonts/rightleg.mesh" | |
408 | LL.MeshId = "rbxasset://fonts/leftleg.mesh" | |
409 | FT.Parent = nil | |
410 | RA.Parent = nil | |
411 | LA.Parent = nil | |
412 | RL.Parent = nil | |
413 | LL.Parent = nil | |
414 | ||
415 | ||
416 | Handle=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Handle",Vector3.new(1.10000002, 0.200000003, 0.399999976)) | |
417 | HandleWeld=CFuncs.Weld.Create(m,RightArm,Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0)) | |
418 | CFuncs.Mesh.Create("BlockMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
419 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.199999988, 0.100000001, 0.199999988)) | |
420 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.81469727e-06, -0.250002742, -0.450048923, 0, -1, 0, 0, 0, -1, 1, 0, 0)) | |
421 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
422 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
423 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.980041981, 0, 0.820010304, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
424 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.005, 0.550000012)) | |
425 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
426 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.820030928, 0, 0.82000649, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
427 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.0051, 0.550000012)) | |
428 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.299999923, 0.200000003, 0.0999999866)) | |
429 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409988165, 0, 0.250000358, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
430 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
431 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.199999988, 0.100000001, 0.49999997)) | |
432 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-06, -0.250000358, -9.53674316e-07, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
433 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
434 | Clip=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Clip",Vector3.new(1, 0.200000003, 0.399999976)) | |
435 | ClipWeld=CFuncs.Weld.Create(m,Handle,Clip,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.649999857, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
436 | CFuncs.Mesh.Create("BlockMesh",Clip,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 0.99000001)) | |
437 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
438 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800014019, -1.40998876, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0)) | |
439 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 0.550000012)) | |
440 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999982, 0.100000001, 0.0999999866)) | |
441 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0999993086, 0.200025082, 0, -1, 0, 0, 0, 1, -1, 0, 0)) | |
442 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
443 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999803, 0.300000012, 0.100000016)) | |
444 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.299974203, 0, 0.19999969, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
445 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
446 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
447 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.389988184, 0, 0.180001378, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
448 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.00999999, 0.550000012)) | |
449 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
450 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0100200176, 0, 0.140003324, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
451 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.00999999, 0.550000012)) | |
452 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.200000003, 0.0999999866)) | |
453 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.800001383, -0.600008965, 0, 1, 0, 0, 0, 1, 1, 0, 0)) | |
454 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
455 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.199999928)) | |
456 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.639939666, 6.48498535e-05, 0.475003004, 0, 0, 1, 0, 1, 0, -1, 0, 0)) | |
457 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
458 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.299999923, 0.300000012, 0.399999917)) | |
459 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.900032997, 0, 0.700012088, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
460 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
461 | Hole=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Hole",Vector3.new(0.200000003, 0.100000001, 0.200000003)) | |
462 | HoleWeld=CFuncs.Weld.Create(m,Handle,Hole,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800039053, -1.50998962, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0)) | |
463 | CFuncs.Mesh.Create("CylinderMesh",Hole,"","",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 0.550000012)) | |
464 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.499999911)) | |
465 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.30001092, 0, -0.239992976, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
466 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
467 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.499999911, 0.300000012, 1.20000005)) | |
468 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800009966, 0, -0.10000217, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
469 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
470 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.300000012, 0.399999917)) | |
471 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.80001092, 0, -0.899988532, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
472 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
473 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.300000012, 0.199999988)) | |
474 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.649999976, -0.650010109, 0, -1, 0, 0, 0, -1, 1, 0, 0)) | |
475 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
476 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000018, 0.200000003)) | |
477 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800014019, -1.15998721, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0)) | |
478 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
479 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.199999988, 0.100000001, 0.199999988)) | |
480 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.81469727e-06, -0.250000358, -0.449951887, 0, -1, 0, 0, 0, 1, -1, 0, 0)) | |
481 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
482 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.599999964, 0.300000012, 0.100000001)) | |
483 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.149971247, 0, -0.100001216, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
484 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
485 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999982, 0.100000001, 0.49999997)) | |
486 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.200006366, 0.100045919, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
487 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
488 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.199999928)) | |
489 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0180454254, 6.48498535e-05, -0.662756205, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)) | |
490 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
491 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.0999999, 0.300000012, 0.200000018)) | |
492 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.100028992, 0, 0.0500020981, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
493 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
494 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.200000018, 0.299999982)) | |
495 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.700000167, 0.900013924, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
496 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1.005)) | |
497 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.300000012, 0.099999927)) | |
498 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.900032997, 0, 0.549990773, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
499 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.005, 1, 1)) | |
500 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.100000001, 0.0999999866)) | |
501 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0800056458, -0.749999881, 1.17000389, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
502 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.400000006)) | |
503 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.100000001, 0.0999999866)) | |
504 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.750002623, 1.00003505, 0, -1, 0, 0, 0, 1, -1, 0, 0)) | |
505 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
506 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.300000012, 0.399999917)) | |
507 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.970019102, 0, -0.899986625, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
508 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
509 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.200000018, 0.199999928)) | |
510 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10000801, 0, 0.700013995, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
511 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
512 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.100000001, 0.0999999866)) | |
513 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0799942017, -0.749999881, 1.17000389, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
514 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.400000006)) | |
515 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
516 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17000294, -0.0699996948, 0.650015235, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
517 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.600000024, 1)) | |
518 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
519 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17000294, 0.0699996948, 0.650015235, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
520 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.600000024, 1)) | |
521 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.199999988)) | |
522 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0800056458, 0.850004554, 1.01000404, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
523 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
524 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.200000018, 0.099999927)) | |
525 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02000904, 0, -0.949990749, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
526 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
527 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
528 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09000492, 0.0699996948, -0.949989796, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
529 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.600000024, 1)) | |
530 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
531 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09000492, -0.0699996948, -0.949989796, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
532 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.600000024, 1)) | |
533 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.199999988)) | |
534 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0799942017, 0.850004554, 1.01000404, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
535 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
536 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
537 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17000198, 0.0800018311, -0.349988341, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
538 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.400000006, 1)) | |
539 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.200000018, 0.099999927)) | |
540 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10000801, 0, -0.349986911, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
541 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
542 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
543 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17000198, -0.0799980164, -0.349988341, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
544 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.400000006, 1)) | |
545 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.499999911)) | |
546 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499481201, 0, 0.455062389, 0.422881097, 0, 0.90618521, 0, 1, 0, -0.90618521, 0, 0.422881067)) | |
547 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
548 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
549 | PartWeld=CFuncs.Weld.Create(m,Handle,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.920023918, 0, -1.0199939, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
550 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.005, 0.550000012)) | |
551 | ||
552 | Handle2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Handle2",Vector3.new(1.10000002, 0.200000003, 0.399999976)) | |
553 | Handle2Weld=CFuncs.Weld.Create(m,LeftArm,Handle2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0)) | |
554 | CFuncs.Mesh.Create("BlockMesh",Handle2,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
555 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.199999988, 0.100000001, 0.199999988)) | |
556 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.81469727e-06, -0.250002742, -0.450048923, 0, -1, 0, 0, 0, -1, 1, 0, 0)) | |
557 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
558 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
559 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.980041981, 0, 0.820010304, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
560 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.005, 0.550000012)) | |
561 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
562 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.820030928, 0, 0.82000649, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
563 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.005, 0.550000012)) | |
564 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.299999923, 0.200000003, 0.0999999866)) | |
565 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.409988165, 0, 0.250000358, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
566 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
567 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.199999988, 0.100000001, 0.49999997)) | |
568 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-3.81469727e-06, -0.250000358, -9.53674316e-07, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
569 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
570 | Clip=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Clip",Vector3.new(1, 0.200000003, 0.399999976)) | |
571 | ClipWeld=CFuncs.Weld.Create(m,Handle2,Clip,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.649999857, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
572 | CFuncs.Mesh.Create("BlockMesh",Clip,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 0.99000001)) | |
573 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
574 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800014019, -1.40998876, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0)) | |
575 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 0.550000012)) | |
576 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999982, 0.100000001, 0.0999999866)) | |
577 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.0999993086, 0.200025082, 0, -1, 0, 0, 0, 1, -1, 0, 0)) | |
578 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
579 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999803, 0.300000012, 0.100000016)) | |
580 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.299974203, 0, 0.19999969, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
581 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
582 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
583 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.389988184, 0, 0.180001378, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
584 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.00999999, 0.550000012)) | |
585 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
586 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0100200176, 0, 0.140003324, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
587 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.00999999, 0.550000012)) | |
588 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.200000003, 0.0999999866)) | |
589 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.800001383, -0.600008965, 0, 1, 0, 0, 0, 1, 1, 0, 0)) | |
590 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
591 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.199999928)) | |
592 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.639939666, 6.48498535e-05, 0.475003004, 0, 0, 1, 0, 1, 0, -1, 0, 0)) | |
593 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
594 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.299999923, 0.300000012, 0.399999917)) | |
595 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.900032997, 0, 0.700012088, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
596 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
597 | Hole2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Hole2",Vector3.new(0.200000003, 0.100000001, 0.200000003)) | |
598 | Hole2Weld=CFuncs.Weld.Create(m,Handle2,Hole2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800039053, -1.50998962, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0)) | |
599 | CFuncs.Mesh.Create("CylinderMesh",Hole2,"","",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 0.550000012)) | |
600 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.499999911)) | |
601 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.30001092, 0, -0.239992976, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
602 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
603 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.499999911, 0.300000012, 1.20000005)) | |
604 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800009966, 0, -0.10000217, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
605 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
606 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.300000012, 0.399999917)) | |
607 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.80001092, 0, -0.899988532, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
608 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
609 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.300000012, 0.199999988)) | |
610 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.649999976, -0.650010109, 0, -1, 0, 0, 0, -1, 1, 0, 0)) | |
611 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
612 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.200000003, 0.200000018, 0.200000003)) | |
613 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.800014019, -1.15998721, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0)) | |
614 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
615 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.199999988, 0.100000001, 0.199999988)) | |
616 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.81469727e-06, -0.250000358, -0.449951887, 0, -1, 0, 0, 0, 1, -1, 0, 0)) | |
617 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
618 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.599999964, 0.300000012, 0.100000001)) | |
619 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.149971247, 0, -0.100001216, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
620 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
621 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999982, 0.100000001, 0.49999997)) | |
622 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.200006366, 0.100045919, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
623 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
624 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.199999928)) | |
625 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0180454254, 6.48498535e-05, -0.662756205, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)) | |
626 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
627 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.0999999, 0.300000012, 0.200000018)) | |
628 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.100028992, 0, 0.0500020981, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
629 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
630 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.200000018, 0.299999982)) | |
631 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.700000167, 0.900013924, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
632 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1.005)) | |
633 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.300000012, 0.099999927)) | |
634 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.900032997, 0, 0.549990773, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
635 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.005, 1, 1)) | |
636 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.100000001, 0.0999999866)) | |
637 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0800056458, -0.749999881, 1.17000389, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
638 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.400000006)) | |
639 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.299999923, 0.100000001, 0.0999999866)) | |
640 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, -0.750002623, 1.00003505, 0, -1, 0, 0, 0, 1, -1, 0, 0)) | |
641 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
642 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.300000012, 0.399999917)) | |
643 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.970019102, 0, -0.899986625, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
644 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
645 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.200000018, 0.199999928)) | |
646 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10000801, 0, 0.700013995, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
647 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
648 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.100000001, 0.0999999866)) | |
649 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0799942017, -0.749999881, 1.17000389, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
650 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.400000006)) | |
651 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
652 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17000294, -0.0699996948, 0.650015235, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
653 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.600000024, 1)) | |
654 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
655 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17000294, 0.0699996948, 0.650015235, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
656 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.600000024, 1)) | |
657 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.199999988)) | |
658 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0800056458, 0.850004554, 1.01000404, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
659 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
660 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.200000018, 0.099999927)) | |
661 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.02000904, 0, -0.949990749, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
662 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
663 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
664 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09000492, 0.0699996948, -0.949989796, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
665 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.600000024, 1)) | |
666 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
667 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.09000492, -0.0699996948, -0.949989796, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
668 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.600000024, 1)) | |
669 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.199999988)) | |
670 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0799942017, 0.850004554, 1.01000404, 0, 1, 0, 0, 0, -1, -1, 0, 0)) | |
671 | CFuncs.Mesh.Create("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
672 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
673 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17000198, 0.0800018311, -0.349988341, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
674 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.400000006, 1)) | |
675 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.200000018, 0.099999927)) | |
676 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.10000801, 0, -0.349986911, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
677 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
678 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.099999927)) | |
679 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17000198, -0.0799980164, -0.349988341, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
680 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.400000006, 1)) | |
681 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.099999927, 0.100000001, 0.499999911)) | |
682 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499481201, 0, 0.455062389, 0.422881097, 0, 0.90618521, 0, 1, 0, -0.90618521, 0, 0.422881067)) | |
683 | CFuncs.Mesh.Create("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
684 | Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,0,"Dark stone grey","Part",Vector3.new(0.200000003, 0.300000012, 0.200000003)) | |
685 | PartWeld=CFuncs.Weld.Create(m,Handle2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.920023918, 0, -1.0199939, 1, 0, 0, 0, 1, 0, 0, 0, 1)) | |
686 | CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1.005, 0.550000012)) | |
687 | ||
688 | Shush=CFuncs.Part.Create(m,Enum.Material.Neon,0,1,"Really red","Shush",Vector3.new(0.200000003, 0.200000003, 0.200000003)) | |
689 | ShushWeld=CFuncs.Weld.Create(m,Head,Shush,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.529996872, -0.240020752, -0.0899963379, 1.5871283e-08, 1.15818466e-12, 1, -2.55182385e-07, 1.00000012, -3.45529827e-10, -1.00000012, -2.79396772e-07, -1.58675455e-08)) | |
690 | CFuncs.Mesh.Create("SpecialMesh",Shush,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
691 | Shush=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Really black","Shush",Vector3.new(0.200000003, 0.200000003, 0.100000001)) | |
692 | ShushWeld=CFuncs.Weld.Create(m,Head,Shush,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.529996872, -0.240020752, -0.0899972916, 1.5871283e-08, 1.15818466e-12, 1, -2.55182385e-07, 1.00000012, -3.45529827e-10, -1.00000012, -2.79396772e-07, -1.58675455e-08)) | |
693 | CFuncs.Mesh.Create("SpecialMesh",Shush,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1.20000005, 0.899999976, 0.800000012)) | |
694 | Shush=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush",Vector3.new(0.200000003, 0.100000001, 0.300000012)) | |
695 | ShushWeld=CFuncs.Weld.Create(m,Head,Shush,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.499996185, 0.0699939728, -0.0600013733, 1.5871283e-08, 1.15818466e-12, 1, 1.00000012, 2.79396772e-07, 1.58675455e-08, -2.55182385e-07, 1.00000012, -3.45529827e-10)) | |
696 | CFuncs.Mesh.Create("SpecialMesh",Shush,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
697 | Shush=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush",Vector3.new(0.200000003, 0.100000001, 0.199999988)) | |
698 | ShushWeld=CFuncs.Weld.Create(m,Head,Shush,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499996185, -0.187038422, -0.0198893547, -1.5871283e-08, -1.15818466e-12, -1, -0.921719849, 0.387856632, -1.47594443e-08, 0.387856662, 0.921719849, 5.83585447e-09)) | |
699 | CFuncs.Mesh.Create("SpecialMesh",Shush,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
700 | Shush=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush",Vector3.new(0.200000003, 0.100000001, 0.26000002)) | |
701 | ShushWeld=CFuncs.Weld.Create(m,Head,Shush,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499996185, -0.232531548, 0.00673818588, -1.5871283e-08, -1.15818466e-12, -1, -0.833314717, 0.552799165, -1.3413664e-08, 0.552799165, 0.833314776, 8.48363335e-09)) | |
702 | CFuncs.Mesh.Create("SpecialMesh",Shush,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
703 | Shush=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush",Vector3.new(0.200000003, 0.100000001, 0.240000084)) | |
704 | ShushWeld=CFuncs.Weld.Create(m,Head,Shush,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499996185, -0.039185524, -0.109341145, -1.5871283e-08, -1.15818466e-12, -1, -0.981748402, -0.190185368, -1.55122226e-08, -0.190185368, 0.981748402, -3.35699379e-09)) | |
705 | CFuncs.Mesh.Create("SpecialMesh",Shush,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
706 | Shush=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush",Vector3.new(0.200000003, 0.100000001, 0.120000094)) | |
707 | ShushWeld=CFuncs.Weld.Create(m,Head,Shush,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499996185, 0.0304012299, -0.15789032, -1.5871283e-08, -1.15818466e-12, -1, -0.902570128, -0.430543363, -1.41728069e-08, -0.430543363, 0.902570128, -7.14352622e-09)) | |
708 | CFuncs.Mesh.Create("SpecialMesh",Shush,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
709 | ||
710 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.120000012, 0.210000068)) | |
711 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499950409, 0.0232925415, 0.397506714, 5.17722219e-05, -0.000442385674, -1.00000036, 0.987985253, 0.154551089, -1.72778964e-05, 0.154551119, -0.987984896, 0.000445634127)) | |
712 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
713 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.140000001, 0.25000003)) | |
714 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.499992371, 0.247455597, -0.0262145996, -7.54790381e-06, -1.24275684e-05, 1.00000048, 0.767775178, -0.640720129, -1.78813934e-06, 0.640720248, 0.76777482, 1.39474869e-05)) | |
715 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
716 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.100000001, 0.120000094)) | |
717 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.500003815, -0.256121635, 0.251476288, -4.41810116e-05, -4.7981739e-06, -1.00000048, 0.187089488, 0.982343197, -1.35600567e-05, 0.982343316, -0.187089384, -4.23565507e-05)) | |
718 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
719 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.109999992, 0.180000082)) | |
720 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499996185, 0.190258026, 0.221046448, 1.83703378e-05, 2.40206718e-05, -1.00000048, 0.655323863, -0.755348384, -5.66244125e-06, -0.755348682, -0.655323744, -2.92360783e-05)) | |
721 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
722 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.0999998376, 0.519999981)) | |
723 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.499996185, 0.0484619141, 0.0416660309, 3.47616151e-07, -6.46710396e-06, 1.00000048, 0.991302073, 0.131609648, 4.54485416e-07, -0.131609663, 0.991301835, 5.93066216e-06)) | |
724 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
725 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.0799999982, 0.319999993)) | |
726 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499996185, -0.21938324, 0.038766861, 7.32019544e-07, 1.54972076e-06, -1.00000048, -0.749051094, 0.662512839, 0, 0.662512958, 0.749050856, 1.1920929e-06)) | |
727 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
728 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.0799999982, 0.300000191)) | |
729 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499992371, 0.159481049, -0.0253829956, 2.09049322e-05, -9.53674316e-06, -1.00000048, -0.518668175, -0.854975939, -2.23517418e-06, -0.854976237, 0.518667936, -2.31266022e-05)) | |
730 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
731 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.0800000131, 0.210000068)) | |
732 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.499977112, 0.108161926, 0.335229874, 6.95632771e-05, -0.000365644693, -1.00000036, 0.979239762, -0.202707946, 0.000142380595, -0.202708066, -0.979239345, 0.00034442544)) | |
733 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
734 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000033, 0.129999995, 0.369999975)) | |
735 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.499992371, -0.229066849, 0.190048218, 7.13965856e-05, -7.77840614e-06, 1.00000036, -0.115747206, 0.993278861, 1.5437603e-05, -0.993279219, -0.115747198, 7.00615346e-05)) | |
736 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
737 | Shush2=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Bright red","Shush2",Vector3.new(0.200000003, 0.090000011, 0.15000011)) | |
738 | Shush2Weld=CFuncs.Weld.Create(m,Head,Shush2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.500125885, -0.188785553, 0.348403931, -0.000512038823, 0.000103473663, -1.00000024, 0.568686485, 0.822554708, -0.000206530094, 0.822554886, -0.568686366, -0.000479668379)) | |
739 | CFuncs.Mesh.Create("SpecialMesh",Shush2,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
740 | ||
741 | function RayCast(Position, Direction, Range, Ignore) | |
742 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) | |
743 | end | |
744 | ||
745 | FindNearestTorso = function(pos) | |
746 | local list = (game.Workspace:children()) | |
747 | local torso = nil | |
748 | local dist = 1000 | |
749 | local temp, human, temp2 = nil, nil, nil | |
750 | for x = 1, #list do | |
751 | temp2 = list[x] | |
752 | if temp2.className == "Model" and temp2.Name ~= Character.Name then | |
753 | temp = temp2:findFirstChild("Head") | |
754 | human = temp2:findFirstChildOfClass("Humanoid") | |
755 | if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then | |
756 | local dohit = true | |
757 | if dohit == true then | |
758 | torso = temp | |
759 | dist = (temp.Position - pos).magnitude | |
760 | end | |
761 | end | |
762 | end | |
763 | end | |
764 | return torso, dist | |
765 | end | |
766 | function FindNearestTorso2(Position, Distance, SinglePlayer) | |
767 | if SinglePlayer then | |
768 | return (SinglePlayer.Torso.CFrame.p - Position).magnitude < Distance | |
769 | end | |
770 | local List = {} | |
771 | for i, v in pairs(workspace:GetChildren()) do | |
772 | if v:IsA("Model") then | |
773 | if v:findFirstChild("Head") then | |
774 | if v ~= Character then | |
775 | if (v:findFirstChild("Head").Position - Position).magnitude <= Distance then | |
776 | table.insert(List, v) | |
777 | end | |
778 | end | |
779 | end | |
780 | end | |
781 | end | |
782 | return List | |
783 | end | |
784 | aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 3)}) | |
785 | bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)}) | |
786 | local Blood = Create("ParticleEmitter"){ | |
787 | Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0)), | |
788 | LightEmission = .1, | |
789 | Size = NumberSequence.new(0.2), | |
790 | Texture = "rbxassetid://771221224", | |
791 | Transparency = bbb, | |
792 | Size = aaa, | |
793 | ZOffset = .8, | |
794 | Acceleration = Vector3.new(0, -25, 0), | |
795 | LockedToPart = false, | |
796 | EmissionDirection = "Top", | |
797 | Lifetime = NumberRange.new(.4, .6), | |
798 | Rate = 1000, | |
799 | Rotation = NumberRange.new(-100, 100), | |
800 | RotSpeed = NumberRange.new(-100, 100), | |
801 | Speed = NumberRange.new(20), | |
802 | VelocitySpread = 1000, | |
803 | Enabled = false, | |
804 | Parent = Head | |
805 | } | |
806 | ||
807 | ||
808 | function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, Face, HitSound, HitPitch) | |
809 | if hit.Parent == nil then | |
810 | return | |
811 | end | |
812 | local h = hit.Parent:FindFirstChildOfClass("Humanoid") | |
813 | for _, v in pairs(hit.Parent:children()) do | |
814 | if v:IsA("Humanoid") then | |
815 | h = v | |
816 | end | |
817 | end | |
818 | if hit.Parent:IsA("Accessory") or hit.Parent:IsA("Hat") then | |
819 | hit = hit.Parent.Parent:FindFirstChild("Head") | |
820 | end | |
821 | if h ~= nil and hit.Parent.Name ~= Character.Name and hit.Parent:FindFirstChild("Head") ~= nil then | |
822 | if hit.Parent:findFirstChild("DebounceHit") ~= nil then | |
823 | if hit.Parent.DebounceHit.Value == true then | |
824 | return | |
825 | end | |
826 | end | |
827 | local c = Create("ObjectValue"){ | |
828 | Name = "creator", | |
829 | Value = game:service("Players").LocalPlayer, | |
830 | Parent = h, | |
831 | } | |
832 | game:GetService("Debris"):AddItem(c, .5) | |
833 | if HitSound ~= nil and HitPitch ~= nil then | |
834 | CFuncs.Sound.Create(HitSound, hit, 1, HitPitch) | |
835 | end | |
836 | local Damage = math.random(minim, maxim) | |
837 | local blocked = false | |
838 | local block = hit.Parent:findFirstChild("Block") | |
839 | if block ~= nil then | |
840 | if block.className == "IntValue" then | |
841 | if block.Value > 0 then | |
842 | blocked = true | |
843 | block.Value = block.Value - 1 | |
844 | print(block.Value) | |
845 | end | |
846 | end | |
847 | end | |
848 | ||
849 | if Type ~= "Blood" then | |
850 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Really black").Color) | |
851 | end | |
852 | local HitHealth = h.Health | |
853 | h.Health = h.Health - Damage | |
854 | if Type == "Knockdown" then | |
855 | local hum = hit.Parent.Humanoid | |
856 | hum.PlatformStand = true | |
857 | coroutine.resume(coroutine.create(function(HHumanoid) | |
858 | swait(1) | |
859 | HHumanoid.PlatformStand = false | |
860 | end), hum) | |
861 | local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit | |
862 | local bodvol = Create("BodyVelocity"){ | |
863 | velocity = angle * knockback, | |
864 | P = 5000, | |
865 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
866 | Parent = hit, | |
867 | } | |
868 | local rl = Create("BodyAngularVelocity"){ | |
869 | P = 3000, | |
870 | maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000, | |
871 | angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)), | |
872 | Parent = hit, | |
873 | } | |
874 | game:GetService("Debris"):AddItem(bodvol, .5) | |
875 | game:GetService("Debris"):AddItem(rl, .5) | |
876 | elseif Type == "Normal" then | |
877 | local vp = Create("BodyVelocity"){ | |
878 | P = 500, | |
879 | maxForce = Vector3.new(math.huge, 0, math.huge), | |
880 | velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05, | |
881 | } | |
882 | if knockback > 0 then | |
883 | vp.Parent = hit.Parent.Torso | |
884 | end | |
885 | game:GetService("Debris"):AddItem(vp, .5) | |
886 | elseif Type == "Up" then | |
887 | local bodyVelocity = Create("BodyVelocity"){ | |
888 | velocity = Vector3.new(0, 20, 0), | |
889 | P = 5000, | |
890 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
891 | Parent = hit, | |
892 | } | |
893 | game:GetService("Debris"):AddItem(bodyVelocity, .5) | |
894 | elseif Type == "DarkUp" then | |
895 | coroutine.resume(coroutine.create(function() | |
896 | for i = 0, 1, 0.1 do | |
897 | swait() | |
898 | Effects.Block.Create(BrickColor.new("Black"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1) | |
899 | end | |
900 | end)) | |
901 | local bodyVelocity = Create("BodyVelocity"){ | |
902 | velocity = Vector3.new(0, 20, 0), | |
903 | P = 5000, | |
904 | maxForce = Vector3.new(8e+003, 8e+003, 8e+003), | |
905 | Parent = hit, | |
906 | } | |
907 | game:GetService("Debris"):AddItem(bodyVelocity, 1) | |
908 | elseif Type == "Blood" then | |
909 | coroutine.resume(coroutine.create(function() | |
910 | if hit.Parent.Name == "Salvo_Starly" or hit.Parent.Name == "Nebula_Zorua" or hit.Parent.Name == "CKbackup" then | |
911 | CFuncs.Sound.Create("873911886", hit.Parent.Torso, .8, .8) | |
912 | Effects.Sphere.Create(BrickColor.new("Royal purple"), hit.Parent.Torso.CFrame, 30, 30, 30, .5, .5, .5, 0.05) | |
913 | else | |
914 | local Blood2 = Blood:Clone() | |
915 | Blood2.Parent = hit | |
916 | Blood2.Enabled = true | |
917 | Blood2.EmissionDirection = Face | |
918 | local Hito = hit.Parent | |
919 | game:GetService("Debris"):AddItem(Blood2, 3) | |
920 | hit.Parent:BreakJoints() | |
921 | if hit.Parent:findFirstChild("AlreadyHit") == nil then | |
922 | local c = Create("BoolValue"){ | |
923 | Name = "AlreadyHit", | |
924 | Value = true, | |
925 | Parent = Hito, | |
926 | } | |
927 | end | |
928 | swait(5) | |
929 | Blood2.Enabled = false | |
930 | swait(30) | |
931 | if Hito:findFirstChild("AlreadyHit") ~= nil and Hito:findFirstChild("Glitching") == nil then | |
932 | local s = Create("BoolValue"){ | |
933 | Name = "Glitching", | |
934 | Value = true, | |
935 | Parent = Hito, | |
936 | } | |
937 | local FT2 = FT:Clone() | |
938 | if Hito:findFirstChild("Torso") ~= nil then | |
939 | FT2.Parent = Hito.Torso | |
940 | --[[RA2.Parent = Hito["Right Arm"] | |
941 | LA2.Parent = Hito["Left Arm"] | |
942 | RL2.Parent = Hito["Right Leg"] | |
943 | LL2.Parent = Hito["Left Leg"]] | |
944 | for _, v in pairs(Hito:children()) do | |
945 | if v:IsA("Part") and v.Name ~= "Torso" and v.Name ~= "Head" then | |
946 | local RA2 = RA:Clone() | |
947 | RA2.Name = "Shoos" | |
948 | RA2.Parent = v | |
949 | end | |
950 | end | |
951 | CFuncs.Sound.Create("155202884", Hito:findFirstChild("Torso"), 1, math.random(5, 15) / 10) | |
952 | else | |
953 | FT2.Parent = nil | |
954 | CFuncs.Sound.Create("155202884", Hito:findFirstChild("UpperTorso"), 1, math.random(5, 15) / 10) | |
955 | end | |
956 | for i = 0, 1, math.random(1, 10)/30 do | |
957 | swait() | |
958 | for _, v in pairs(Hito:children()) do | |
959 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil then | |
960 | v:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
961 | elseif v:IsA("Part") and v:findFirstChild("Shoos") ~= nil then | |
962 | v:findFirstChild("Shoos").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
963 | elseif v:IsA("Accessory") and v.Handle:findFirstChild("Mesh") ~= nil then | |
964 | v.Handle:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
965 | end | |
966 | end | |
967 | if Hito:findFirstChild("UpperTorso") ~= nil then | |
968 | for _, v in pairs(Hito:findFirstChildOfClass("Humanoid"):children()) do | |
969 | if v:IsA("NumberValue") then | |
970 | v.Value = math.random(1, 5) / 10 | |
971 | end | |
972 | end | |
973 | end | |
974 | if Hito == nil then | |
975 | break | |
976 | end | |
977 | end | |
978 | if Hito ~= nil then | |
979 | Hito:Destroy() | |
980 | end | |
981 | end | |
982 | end | |
983 | end)) | |
984 | elseif Type == "Snare" then | |
985 | local bp = Create("BodyPosition"){ | |
986 | P = 2000, | |
987 | D = 100, | |
988 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
989 | position = hit.Parent.Torso.Position, | |
990 | Parent = hit.Parent.Torso, | |
991 | } | |
992 | game:GetService("Debris"):AddItem(bp, 1) | |
993 | elseif Type == "Freeze" then | |
994 | local BodPos = Create("BodyPosition"){ | |
995 | P = 50000, | |
996 | D = 1000, | |
997 | maxForce = Vector3.new(math.huge, math.huge, math.huge), | |
998 | position = hit.Parent.Torso.Position, | |
999 | Parent = hit.Parent.Torso, | |
1000 | } | |
1001 | local BodGy = Create("BodyGyro") { | |
1002 | maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge , | |
1003 | P = 20e+003, | |
1004 | Parent = hit.Parent.Torso, | |
1005 | cf = hit.Parent.Torso.CFrame, | |
1006 | } | |
1007 | hit.Parent.Torso.Anchored = true | |
1008 | coroutine.resume(coroutine.create(function(Part) | |
1009 | swait(1.5) | |
1010 | Part.Anchored = false | |
1011 | end), hit.Parent.Torso) | |
1012 | game:GetService("Debris"):AddItem(BodPos, 3) | |
1013 | game:GetService("Debris"):AddItem(BodGy, 3) | |
1014 | end | |
1015 | local debounce = Create("BoolValue"){ | |
1016 | Name = "DebounceHit", | |
1017 | Parent = hit.Parent, | |
1018 | Value = true, | |
1019 | } | |
1020 | game:GetService("Debris"):AddItem(debounce, Delay) | |
1021 | c = Instance.new("ObjectValue") | |
1022 | c.Name = "creator" | |
1023 | c.Value = Player | |
1024 | c.Parent = h | |
1025 | game:GetService("Debris"):AddItem(c, .5) | |
1026 | end | |
1027 | end | |
1028 | ||
1029 | function ShowDamage(Pos, Text, Time, Color) | |
1030 | local Rate = (1 / 30) | |
1031 | local Pos = (Pos or Vector3.new(0, 0, 0)) | |
1032 | local Text = (Text or "") | |
1033 | local Time = (Time or 2) | |
1034 | local Color = (Color or Color3.new(1, 0, 1)) | |
1035 | local EffectPart = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0)) | |
1036 | EffectPart.Anchored = true | |
1037 | local BillboardGui = Create("BillboardGui"){ | |
1038 | Size = UDim2.new(3, 0, 3, 0), | |
1039 | Adornee = EffectPart, | |
1040 | Parent = EffectPart, | |
1041 | } | |
1042 | local TextLabel = Create("TextLabel"){ | |
1043 | BackgroundTransparency = 1, | |
1044 | Size = UDim2.new(1, 0, 1, 0), | |
1045 | Text = Text, | |
1046 | Font = "SciFi", | |
1047 | TextColor3 = Color, | |
1048 | TextScaled = true, | |
1049 | Parent = BillboardGui, | |
1050 | } | |
1051 | game.Debris:AddItem(EffectPart, (Time)) | |
1052 | EffectPart.Parent = game:GetService("Workspace") | |
1053 | delay(0, function() | |
1054 | local Frames = (Time / Rate) | |
1055 | for Frame = 1, Frames do | |
1056 | wait(Rate) | |
1057 | local Percent = (Frame / Frames) | |
1058 | EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0) | |
1059 | TextLabel.TextTransparency = Percent | |
1060 | end | |
1061 | if EffectPart and EffectPart.Parent then | |
1062 | EffectPart:Destroy() | |
1063 | end | |
1064 | end) | |
1065 | end | |
1066 | ||
1067 | function MagnitudeDamage(Part, Magnitude, MinimumDamage, MaximumDamage, KnockBack, Type, Face, HitSound, HitPitch) | |
1068 | for _, c in pairs(workspace:children()) do | |
1069 | local hum = c:findFirstChildOfClass("Humanoid") | |
1070 | if hum ~= nil then | |
1071 | if c:findFirstChild("Torso") ~= nil then | |
1072 | local head = c:findFirstChild("Torso") | |
1073 | if head ~= nil then | |
1074 | local targ = head.Position - Part.Position | |
1075 | local mag = targ.magnitude | |
1076 | if mag <= Magnitude and c.Name ~= Player.Name then | |
1077 | Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .01, Face, HitSound, HitPitch) | |
1078 | end | |
1079 | end | |
1080 | elseif c:findFirstChild("UpperTorso") ~= nil then | |
1081 | local head = c:findFirstChild("UpperTorso") | |
1082 | if head ~= nil then | |
1083 | local targ = head.Position - Part.Position | |
1084 | local mag = targ.magnitude | |
1085 | if mag <= Magnitude and c.Name ~= Player.Name then | |
1086 | Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .01, Face, HitSound, HitPitch) | |
1087 | end | |
1088 | end | |
1089 | end | |
1090 | end | |
1091 | end | |
1092 | end | |
1093 | ||
1094 | EffectModel = Instance.new("Model", Character) | |
1095 | EffectModel.Name = "Effects" | |
1096 | ||
1097 | Effects = { | |
1098 | Block = { | |
1099 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type, Part) | |
1100 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2)) | |
1101 | prt.Anchored = true | |
1102 | prt.CFrame = cframe | |
1103 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1104 | game:GetService("Debris"):AddItem(prt, 10) | |
1105 | if Type == 1 or Type == nil then | |
1106 | table.insert(Effects, { | |
1107 | prt, | |
1108 | "Block1", | |
1109 | delay, | |
1110 | x3, | |
1111 | y3, | |
1112 | z3, | |
1113 | msh | |
1114 | }) | |
1115 | elseif Type == 2 then | |
1116 | table.insert(Effects, { | |
1117 | prt, | |
1118 | "Block2", | |
1119 | delay, | |
1120 | x3, | |
1121 | y3, | |
1122 | z3, | |
1123 | msh | |
1124 | }) | |
1125 | elseif Type == 3 then | |
1126 | table.insert(Effects, { | |
1127 | prt, | |
1128 | "Block3", | |
1129 | delay, | |
1130 | x3, | |
1131 | y3, | |
1132 | z3, | |
1133 | msh, | |
1134 | Part | |
1135 | }) | |
1136 | elseif Type == 4 then | |
1137 | table.insert(Effects, { | |
1138 | prt, | |
1139 | "Block2Fire", | |
1140 | delay, | |
1141 | x3, | |
1142 | y3, | |
1143 | z3, | |
1144 | msh | |
1145 | }) | |
1146 | end | |
1147 | end | |
1148 | }; | |
1149 | ||
1150 | Sphere = { | |
1151 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, parent) | |
1152 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2)) | |
1153 | prt.Anchored = true | |
1154 | prt.CFrame = cframe | |
1155 | if parent == nil then | |
1156 | prt.Parent = workspace | |
1157 | else | |
1158 | prt.Parent = parent | |
1159 | end | |
1160 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1161 | game:GetService("Debris"):AddItem(prt, 10) | |
1162 | table.insert(Effects, { | |
1163 | prt, | |
1164 | "Cylinder", | |
1165 | delay, | |
1166 | x3, | |
1167 | y3, | |
1168 | z3, | |
1169 | msh | |
1170 | }) | |
1171 | end | |
1172 | }; | |
1173 | ||
1174 | Blood = { | |
1175 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1176 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2)) | |
1177 | prt.Anchored = true | |
1178 | prt.CFrame = cframe | |
1179 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1180 | game:GetService("Debris"):AddItem(prt, 10) | |
1181 | table.insert(Effects, { | |
1182 | prt, | |
1183 | "Blood", | |
1184 | delay, | |
1185 | x3, | |
1186 | y3, | |
1187 | z3, | |
1188 | msh | |
1189 | }) | |
1190 | end | |
1191 | }; | |
1192 | ||
1193 | Blast = { | |
1194 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Part) | |
1195 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2)) | |
1196 | prt.Anchored = true | |
1197 | prt.CFrame = cframe | |
1198 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "1323306", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1199 | game:GetService("Debris"):AddItem(prt, 10) | |
1200 | table.insert(Effects, { | |
1201 | prt, | |
1202 | "Block4", | |
1203 | delay, | |
1204 | x3, | |
1205 | y3, | |
1206 | z3, | |
1207 | msh, | |
1208 | Part | |
1209 | }) | |
1210 | end | |
1211 | }; | |
1212 | ||
1213 | Ring = { | |
1214 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1215 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5)) | |
1216 | prt.Anchored = true | |
1217 | prt.CFrame = cframe | |
1218 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1219 | game:GetService("Debris"):AddItem(prt, 10) | |
1220 | table.insert(Effects, { | |
1221 | prt, | |
1222 | "Cylinder", | |
1223 | delay, | |
1224 | x3, | |
1225 | y3, | |
1226 | z3, | |
1227 | msh | |
1228 | }) | |
1229 | end | |
1230 | }; | |
1231 | ||
1232 | Cylinder = { | |
1233 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1234 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2)) | |
1235 | prt.Anchored = true | |
1236 | prt.CFrame = cframe | |
1237 | local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1238 | game:GetService("Debris"):AddItem(prt, 10) | |
1239 | table.insert(Effects, { | |
1240 | prt, | |
1241 | "Cylinder", | |
1242 | delay, | |
1243 | x3, | |
1244 | y3, | |
1245 | z3, | |
1246 | msh | |
1247 | }) | |
1248 | end | |
1249 | }; | |
1250 | ||
1251 | Head = { | |
1252 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1253 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2)) | |
1254 | prt.Anchored = true | |
1255 | prt.CFrame = cframe | |
1256 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1257 | game:GetService("Debris"):AddItem(prt, 10) | |
1258 | table.insert(Effects, { | |
1259 | prt, | |
1260 | "Cylinder", | |
1261 | delay, | |
1262 | x3, | |
1263 | y3, | |
1264 | z3, | |
1265 | msh | |
1266 | }) | |
1267 | end | |
1268 | }; | |
1269 | ||
1270 | Wave = { | |
1271 | Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay) | |
1272 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(.2,.2,.2)) | |
1273 | prt.Anchored = true | |
1274 | prt.CFrame = cframe | |
1275 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1276 | game:GetService("Debris"):AddItem(prt, 10) | |
1277 | table.insert(Effects, { | |
1278 | prt, | |
1279 | "Cylinder", | |
1280 | delay, | |
1281 | x3, | |
1282 | y3, | |
1283 | z3, | |
1284 | msh | |
1285 | }) | |
1286 | end | |
1287 | }; | |
1288 | ||
1289 | Break = { | |
1290 | Create = function(brickcolor, cframe, x1, y1, z1) | |
1291 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5)) | |
1292 | prt.Anchored = true | |
1293 | prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
1294 | game:GetService("Debris"):AddItem(prt, 10) | |
1295 | local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1)) | |
1296 | local num = math.random(10, 50) / 1000 | |
1297 | table.insert(Effects, { | |
1298 | prt, | |
1299 | "Shatter", | |
1300 | num, | |
1301 | prt.CFrame, | |
1302 | math.random() - math.random(), | |
1303 | 0, | |
1304 | math.random(50, 100) / 100 | |
1305 | }) | |
1306 | end | |
1307 | }; | |
1308 | ||
1309 | Elec = { | |
1310 | Create = function(brickcolor, cff, x, y, z) | |
1311 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Part", Vector3.new(1, 1, 1)) | |
1312 | prt.Anchored = true | |
1313 | prt.CFrame = cff * CFrame.new(math.random(-x * 100, x * 100) / 100, math.random(-y * 100, y * 100) / 100, math.random(-z * 100, z * 100) / 100) | |
1314 | prt.CFrame = CFrame.new(prt.Position) | |
1315 | game:GetService("Debris"):AddItem(prt, 10) | |
1316 | xval = math.random() / 9 | |
1317 | yval = math.random() / 9 | |
1318 | zval = math.random() / 9 | |
1319 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval)) | |
1320 | eul1 = math.random(-50, 50) | |
1321 | eul2 = math.random(-50, 50) | |
1322 | eul3 = math.random(-50, 50) | |
1323 | euld = CFrame.fromEulerAnglesXYZ(eul1, eul2, eul3) | |
1324 | euld2 = CFrame.fromEulerAnglesXYZ(-eul1, -eul2, -eul3) | |
1325 | table.insert(Effects, { | |
1326 | prt, | |
1327 | "Elec", | |
1328 | .05, | |
1329 | x, | |
1330 | y, | |
1331 | z, | |
1332 | xval, | |
1333 | yval, | |
1334 | zval, | |
1335 | msh, | |
1336 | euld, | |
1337 | euld2 | |
1338 | }) | |
1339 | end | |
1340 | }; | |
1341 | ||
1342 | Elec2 = { | |
1343 | Create = function(brickcolor, cff, x, y, z) | |
1344 | local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Part", Vector3.new(1, 1, 1)) | |
1345 | prt.Anchored = true | |
1346 | prt.CFrame = cff * CFrame.new(math.random(-x * 100, x * 100) / 100, math.random(-y * 100, y * 100) / 100, math.random(-z * 100, z * 100) / 100) | |
1347 | prt.CFrame = CFrame.new(prt.Position) | |
1348 | game:GetService("Debris"):AddItem(prt, 10) | |
1349 | xval = math.random() / 7 | |
1350 | yval = math.random() / 7 | |
1351 | zval = math.random() / 7 | |
1352 | msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval)) | |
1353 | eul1 = math.random(-50, 50) | |
1354 | eul2 = math.random(-50, 50) | |
1355 | eul3 = math.random(-50, 50) | |
1356 | euld = CFrame.fromEulerAnglesXYZ(eul1, eul2, eul3) | |
1357 | euld2 = CFrame.fromEulerAnglesXYZ(-eul1, -eul2, -eul3) | |
1358 | table.insert(Effects, { | |
1359 | prt, | |
1360 | "Elec", | |
1361 | .1, | |
1362 | x, | |
1363 | y, | |
1364 | z, | |
1365 | xval, | |
1366 | yval, | |
1367 | zval, | |
1368 | msh, | |
1369 | euld, | |
1370 | euld2 | |
1371 | }) | |
1372 | end | |
1373 | }; | |
1374 | ||
1375 | Clone = { | |
1376 | Create = function() | |
1377 | for _, v in pairs(Torso.Parent:children()) do | |
1378 | if v.className == "Part" and v.Name ~= "HumanoidRootPart" then | |
1379 | local c = CFuncs.Part.Create(EffectModel, "Neon", 0, .5, BrickColor.new("Bright blue"), "Effect", v.Size) | |
1380 | c.Anchored = true | |
1381 | c.CFrame = v.CFrame | |
1382 | game:GetService("Debris"):AddItem(c, 5) | |
1383 | local cmsh = nil | |
1384 | if v.Name == "Head" then | |
1385 | cmsh = CFuncs.Mesh.Create("SpecialMesh", c, "Head", "", Vector3.new(0, 0, 0), v.Mesh.Scale) | |
1386 | else | |
1387 | cmsh = CFuncs.Mesh.Create("BlockMesh", c, "", "", Vector3.new(0, 0, 0), Vector3.new(1, 1, 1)) | |
1388 | end | |
1389 | table.insert(Effects, { | |
1390 | c, | |
1391 | "Cylinder", | |
1392 | 0.05, | |
1393 | 0.1, | |
1394 | 0.1, | |
1395 | 0.1, | |
1396 | cmsh | |
1397 | }) | |
1398 | end | |
1399 | end | |
1400 | end | |
1401 | }; | |
1402 | ||
1403 | EffectTemplate = { | |
1404 | ||
1405 | }; | |
1406 | } | |
1407 | ||
1408 | local Re = {'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','`','1','2','3','4','5','6','7','8','9','0','-','=','~','!','@','#','$','%','^','&','*','(',')','_','+','[','{',']','}',',','<','>','.','/','?','"',"'",'|',';',':'} | |
1409 | ||
1410 | Lag = { | |
1411 | "殺害人數: ", | |
1412 | "Kills: ", | |
1413 | "杀害人数: ", | |
1414 | "K l : ", | |
1415 | " il s: ", | |
1416 | " l : ", | |
1417 | "Ki s: ", | |
1418 | "殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺殺: ", | |
1419 | " 害 : ", | |
1420 | " 人数: ", | |
1421 | "KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK: ", | |
1422 | " 人 : ", | |
1423 | "殺 數: ", | |
1424 | " 害人数: ", | |
1425 | "杀害人数杀害人数杀害人数杀害人数杀害人数杀害人数杀害人数杀害人数杀害人数杀害人数杀害人数: ", | |
1426 | "害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害害���害害害害: ", | |
1427 | "人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人��人人人��人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人��人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人\人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人人: ", | |
1428 | "K\i\l\l\s\: ", | |
1429 | "杀害\杀害杀害\杀害杀害杀害\杀害杀害杀害杀害\杀害杀害杀害杀害杀害\杀害杀害杀害杀害杀害杀害\杀害杀害杀害杀害杀害杀害杀害\杀害杀害杀害杀害杀害杀害杀害杀害\杀害杀害杀害杀害杀害杀害杀害杀害杀害\杀害杀害杀害杀害杀害杀害杀害杀害杀害杀害\杀害杀害杀害杀害杀害杀害杀害杀害杀害杀害杀害\杀害杀害杀害杀害杀害杀害杀害杀害杀害杀害杀害杀害: ", | |
1430 | " : ", | |
1431 | " : ", | |
1432 | "殺: ", | |
1433 | "K害人ls: ", | |
1434 | ": ", | |
1435 | "Psychopath x Genocider", | |
1436 | } | |
1437 | --[[ | |
1438 | function chatfunc(text) | |
1439 | local chat = coroutine.wrap(function() | |
1440 | if Character:FindFirstChild("TalkingBillBoard")~= nil then | |
1441 | Character:FindFirstChild("TalkingBillBoard"):destroy() | |
1442 | end | |
1443 | local Bill = Instance.new("BillboardGui",Character) | |
1444 | Bill.Size = UDim2.new(0,100,0,40) | |
1445 | Bill.StudsOffset = Vector3.new(0,3,0) | |
1446 | Bill.Adornee = Character.Head | |
1447 | Bill.Name = "TalkingBillBoard" | |
1448 | local Hehe = Instance.new("TextLabel",Bill) | |
1449 | Hehe.BackgroundTransparency = 1 | |
1450 | Hehe.BorderSizePixel = 0 | |
1451 | Hehe.Text = "" | |
1452 | Hehe.Font = "Bodoni" | |
1453 | Hehe.TextSize = 40 | |
1454 | Hehe.TextStrokeTransparency = 0 | |
1455 | Hehe.Size = UDim2.new(1,0,0.5,0) | |
1456 | coroutine.resume(coroutine.create(function() | |
1457 | while Hehe ~= nil do | |
1458 | swait() | |
1459 | Hehe.Position = UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5)) | |
1460 | Hehe.Rotation = math.random(-5,5) | |
1461 | Hehe.TextColor3 = Color3.new(math.random(0, 255)/255,0,0) | |
1462 | Hehe.TextStrokeColor3 = Color3.new(math.random(0, 255)/255,0,0) | |
1463 | end | |
1464 | end)) | |
1465 | for i = 1,string.len(text),1 do | |
1466 | swait() | |
1467 | Hehe.Text = string.sub(text,1,i) | |
1468 | end | |
1469 | swait(90)--Re[math.random(1, 93)] | |
1470 | for i = 0, 1, .025 do | |
1471 | swait() | |
1472 | Bill.ExtentsOffset = Vector3.new(math.random(-i, i), math.random(-i, i), math.random(-i, i)) | |
1473 | Hehe.TextStrokeTransparency = i | |
1474 | Hehe.TextTransparency = i | |
1475 | end | |
1476 | Bill:Destroy() | |
1477 | end) | |
1478 | chat() | |
1479 | end | |
1480 | ||
1481 | function onChatted(msg) | |
1482 | chatfunc(msg) | |
1483 | end | |
1484 | ||
1485 | Player.Chatted:connect(onChatted) | |
1486 | ]] | |
1487 | function Shoot(part, sp) | |
1488 | local Spread = sp | |
1489 | local epread = Vector3.new((math.random(-1, 0) + math.random()) * Spread, (math.random(-1, 0) + math.random()) * Spread, (math.random(-1, 0) + math.random()) * Spread) * (part.Position - Mouse.Hit.p).magnitude / 100 | |
1490 | local MouseLook = CFrame.new((part.Position + Mouse.Hit.p) / 2, Mouse.Hit.p + epread) | |
1491 | table.insert(Effects,{MouseLook.lookVector, "Shoot", 100 ,part.Position,8,12, math.random(10,20),2}) | |
1492 | end | |
1493 | function Shoot2(part, sp, target) | |
1494 | local Spread = sp | |
1495 | local epread = Vector3.new((math.random(-1, 0) + math.random()) * Spread, (math.random(-1, 0) + math.random()) * Spread, (math.random(-1, 0) + math.random()) * Spread) * (part.Position - Mouse.Hit.p).magnitude / 100 | |
1496 | local MouseLook = CFrame.new((part.Position + target.Position)/2, target.Position) | |
1497 | table.insert(Effects,{MouseLook.lookVector, "Shoot", 100 ,part.Position,8,12, math.random(10,20),2}) | |
1498 | end | |
1499 | ||
1500 | function Attackone() | |
1501 | Attack = true | |
1502 | for i = 0, 1, 0.1 do | |
1503 | swait() | |
1504 | PlayAnimationFromTable({ | |
1505 | CFrame.new(0, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1506 | CFrame.new(0, 1.5, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1507 | CFrame.new(1.5, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1508 | CFrame.new(-1.5, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1509 | CFrame.new(0.5, -2, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1510 | CFrame.new(-0.5, -2, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1511 | }, .3, false) | |
1512 | end | |
1513 | Attack = false | |
1514 | end | |
1515 | local Hold = false | |
1516 | function Broken_wing_bird() | |
1517 | Attack = true | |
1518 | Hold = true | |
1519 | Humanoid.WalkSpeed = 5 | |
1520 | Humanoid.AutoRotate = false | |
1521 | for i = 0, 1, 0.17 do | |
1522 | swait() | |
1523 | local aim = CFrame.new(RootPart.Position, Mouse.Hit.p) | |
1524 | local direction = aim.lookVector | |
1525 | local headingA = math.atan2(direction.x, direction.z) | |
1526 | headingA = math.deg(headingA) | |
1527 | RootPart.CFrame = CFrame.new(RootPart.Position) * CFrame.Angles(math.rad(0), math.rad(headingA - 180), math.rad(0)) | |
1528 | PlayAnimationFromTable({ | |
1529 | CFrame.new(9.53674316e-07, -0.0336816609, -0.255211323, 1, 0, 0, 0, 0.971067786, 0.238803938, 0, -0.238803938, 0.971067786) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1530 | CFrame.new(0, 1.42541242, 0.0876473337, 1, 0, 0, 0, 0.97239244, -0.233351514, 0, 0.233351514, 0.97239244) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1531 | CFrame.new(1.37510991, 0.698206067, -0.824641049, 0.999785006, 0.020736089, 4.64693449e-06, 0.00501107331, -0.241390109, -0.970415294, -0.0201214943, 0.970206618, -0.241442129) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1532 | CFrame.new(-1.22553766, 0.648294926, -0.861116946, 0.999652445, -0.0263630021, -1.06560663e-06, -0.00493114442, -0.186943203, -0.982358336, 0.0258977152, 0.982016921, -0.187008232) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1533 | CFrame.new(0.562389553, -1.96633184, -0.220747471, 0.997805655, -0.0662109777, 0, 0.0642953441, 0.96893692, -0.238803938, 0.0158114415, 0.238279924, 0.971067786) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1534 | CFrame.new(-0.560589671, -1.96681178, -0.220865458, 0.998194873, 0.0600589924, 0, -0.058321353, 0.969314873, -0.238803938, -0.0143423239, 0.238372862, 0.971067786) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1535 | }, .45, false) | |
1536 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104418173, -1.09499753, -0.00497820787, 4.66004713e-06, 1, 1.3038516e-08, -5.84172085e-07, 1.3038516e-08, -1.00000012, -1.00000012, 4.66004713e-06, 5.83939254e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .45) | |
1537 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104342066, -1.0949899, -0.00497933477, -1.08149834e-06, 1, 5.58793545e-08, -5.84870577e-07, 5.40167093e-08, -1.00000012, -1, -1.08149834e-06, 5.88595867e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .45) | |
1538 | end | |
1539 | local ref = CFuncs.Part.Create(m,Enum.Material.Neon,0,1,"New Yeller","ref",Vector3.new(0.05,0.05,0.05)) | |
1540 | ref.Anchored = true | |
1541 | while Hold == true do | |
1542 | Shoot(Hole, 1.5) | |
1543 | coroutine.resume(coroutine.create(function() | |
1544 | swait(1.5) | |
1545 | if Victim ~= nil then | |
1546 | Effects.Block.Create(BrickColor.new("New Yeller"), ref.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1547 | ref.CFrame = Victim.Torso.CFrame * CFrame.new(math.random(-200, 200), math.random(-200, 200), math.random(-200, 200)) | |
1548 | Shoot2(ref, 1, Victim.Torso) | |
1549 | else | |
1550 | Victim = nil | |
1551 | end | |
1552 | end)) | |
1553 | CFuncs.Sound.Create("259291804", Hole2, 1.1, .8) | |
1554 | Effects.Block.Create(BrickColor.new("New Yeller"), Hole.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1555 | for i = 0, 1 do | |
1556 | swait() | |
1557 | local aim = CFrame.new(RootPart.Position, Mouse.Hit.p) | |
1558 | local direction = aim.lookVector | |
1559 | local headingA = math.atan2(direction.x, direction.z) | |
1560 | headingA = math.deg(headingA) | |
1561 | RootPart.CFrame = CFrame.new(RootPart.Position) * CFrame.Angles(math.rad(0), math.rad(headingA - 180), math.rad(0)) | |
1562 | RW.C0 = clerp(RW.C0, CFrame.new(1.37510991, 0.698206067, -0.824641049, 0.999785006, 0.020736089, 4.64693449e-06, 0.00501107331, -0.241390109, -0.970415294, -0.0201214943, 0.970206618, -0.241442129) * CFrame.new(0, .2, 0) * CFrame.Angles(0, 0, 0), 1) | |
1563 | LW.C0 = clerp(LW.C0, CFrame.new(-1.22553766, 0.648294926, -0.861116946, 0.999652445, -0.0263630021, -1.06560663e-06, -0.00493114442, -0.186943203, -0.982358336, 0.0258977152, 0.982016921, -0.187008232) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .5) | |
1564 | end | |
1565 | Shoot(Hole2, 1.5) | |
1566 | coroutine.resume(coroutine.create(function() | |
1567 | swait(1.5) | |
1568 | if Victim ~= nil then | |
1569 | Effects.Block.Create(BrickColor.new("New Yeller"), ref.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1570 | ref.CFrame = Victim.Torso.CFrame * CFrame.new(math.random(-200, 200), math.random(-200, 200), math.random(-200, 200)) | |
1571 | Shoot2(ref, 1, Victim.Torso) | |
1572 | else | |
1573 | Victim = nil | |
1574 | end | |
1575 | end)) | |
1576 | CFuncs.Sound.Create("259291804", Hole2, 1.1, .8) | |
1577 | Effects.Block.Create(BrickColor.new("New Yeller"), Hole2.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1578 | for i = 0, 1 do | |
1579 | swait() | |
1580 | local aim = CFrame.new(RootPart.Position, Mouse.Hit.p) | |
1581 | local direction = aim.lookVector | |
1582 | local headingA = math.atan2(direction.x, direction.z) | |
1583 | headingA = math.deg(headingA) | |
1584 | RootPart.CFrame = CFrame.new(RootPart.Position) * CFrame.Angles(math.rad(0), math.rad(headingA - 180), math.rad(0)) | |
1585 | Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(0, 1.42541242, 0.0876473337, 1, 0, 0, 0, 0.97239244, -0.233351514, 0, 0.233351514, 0.97239244) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .3) | |
1586 | RW.C0 = clerp(RW.C0, CFrame.new(1.37510991, 0.698206067, -0.824641049, 0.999785006, 0.020736089, 4.64693449e-06, 0.00501107331, -0.241390109, -0.970415294, -0.0201214943, 0.970206618, -0.241442129) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .5) | |
1587 | LW.C0 = clerp(LW.C0, CFrame.new(-1.22553766, 0.648294926, -0.861116946, 0.999652445, -0.0263630021, -1.06560663e-06, -0.00493114442, -0.186943203, -0.982358336, 0.0258977152, 0.982016921, -0.187008232) * CFrame.new(0, .2, 0) * CFrame.Angles(0, 0, 0), 1) | |
1588 | end | |
1589 | end | |
1590 | game:GetService("Debris"):AddItem(ref, 1) | |
1591 | swait(10) | |
1592 | Humanoid.AutoRotate = true | |
1593 | Humanoid.WalkSpeed = 14 | |
1594 | Attack = false | |
1595 | end | |
1596 | ||
1597 | function Butterfly_on_the_ground() | |
1598 | Attack = true | |
1599 | Humanoid.WalkSpeed = 0 | |
1600 | Humanoid.JumpPower = 0 | |
1601 | for i = 0, 1, 0.11 do | |
1602 | swait() | |
1603 | PlayAnimationFromTable({ | |
1604 | CFrame.new(-0, -0.00924980082, -0.147094101, 1, 0, 0, 0, 0.998028755, 0.0627579838, 0, -0.0627579838, 0.998028755) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1605 | CFrame.new(0, 1.49783361, -0.324239999, 1, 0, 0, 0, 0.859559119, 0.511036277, 0, -0.511036277, 0.859559119) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1606 | CFrame.new(1.47537684, -0.0119673908, -0.486074328, 0.995289624, -0.0926431417, 0.0285649542, 0.0904912725, 0.782049656, -0.616611481, 0.0347856097, 0.616291881, 0.786749184) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1607 | CFrame.new(-1.57702017, 0.00502845645, -0.622533083, 0.987496614, 0.147014618, -0.0568970889, -0.146226123, 0.719407618, -0.679021835, -0.0588939339, 0.678851485, 0.731909931) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1608 | CFrame.new(0.582992077, -1.99089563, 0.0221938714, 0.998069108, -0.0621130057, 0, 0.0619905666, 0.996101677, -0.0627579838, 0.00389808696, 0.0626368076, 0.998028755) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1609 | CFrame.new(-0.55340898, -1.99206996, 0.0221200362, 0.997222602, 0.0744800419, 0, -0.0743332207, 0.995256841, -0.0627579838, -0.0046742172, 0.0625836775, 0.998028755) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1610 | }, .32, false) | |
1611 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104349852, -1.09500027, -0.00498119649, 4.65661287e-08, 1.00000012, -3.59304249e-06, 9.83476639e-07, -3.59490514e-06, -1, -1, 4.65661287e-08, -1.01327896e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .32) | |
1612 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104328832, -1.09499168, -0.00498193316, -4.22075391e-06, 1.00000012, -2.68220901e-07, 8.04662704e-07, -2.38418579e-07, -1, -1, -4.21702862e-06, -7.74860382e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .32) | |
1613 | end | |
1614 | for i = 0, 1, 0.2 do | |
1615 | swait() | |
1616 | PlayAnimationFromTable({ | |
1617 | CFrame.new(-8.83230587e-06, -1.21326494, -0.585408747, 0.999996662, 1.76079993e-06, 1.71904196e-06, 2.44006287e-06, 0.779393435, 0.626534164, 2.42144097e-07, -0.626533806, 0.779394567) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1618 | CFrame.new(2.76084802e-06, 1.37720037, -0.459903181, 0.999998331, -2.89008483e-07, 1.28259637e-06, 8.30739737e-07, 0.534020782, 0.845471025, 7.89761543e-07, -0.845471621, 0.534020901) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1619 | CFrame.new(1.45852637, 0.365505755, -0.795653403, 0.995879352, -0.0528275259, 0.0736907572, 0.0878442302, 0.360745877, -0.928517818, 0.0224694014, 0.931166887, 0.363901049) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1620 | CFrame.new(-1.50637293, 0.371033907, -0.893403471, 0.989684701, 0.0623151474, -0.128987223, -0.141957864, 0.305990666, -0.941391051, -0.0191923492, 0.949993253, 0.311681062) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1621 | CFrame.new(0.574780762, -1.89212012, 0.54934907, 0.998062849, -0.0490923077, -0.038172923, 0.0620655455, 0.824978769, 0.561744928, 0.00391620025, -0.563027501, 0.826429188) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1622 | CFrame.new(-0.572159648, -1.85852242, 0.532348573, 0.997223377, 0.0585144907, 0.0460263006, -0.0743010715, 0.820766509, 0.566410959, -0.00463189185, -0.56825918, 0.822836995) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1623 | }, .5, false) | |
1624 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104334829, -1.09498894, -0.00498536741, -6.70552254e-07, 1.00000012, -4.96208668e-06, -1.34110451e-06, -4.96767461e-06, -1.00000012, -1.00000012, -6.59376383e-07, 1.28149986e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .5) | |
1625 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104280468, -1.09498692, -0.0049786875, 3.11806798e-06, 1, 5.73322177e-06, 2.14576721e-06, 5.73694706e-06, -1.00000012, -1, 3.11806798e-06, -2.23517418e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .5) | |
1626 | end | |
1627 | ||
1628 | local hit = nil | |
1629 | while hit == nil do | |
1630 | swait() | |
1631 | Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(2.76084802e-06, 1.37720037, -0.459903181, 0.999998331, -2.89008483e-07, 1.28259637e-06, 8.30739737e-07, 0.534020782, 0.845471025, 7.89761543e-07, -0.845471621, 0.534020901) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20))), .5) | |
1632 | hit,pos=RayCast(RootPart.Position, (CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector, 4, Character) | |
1633 | end | |
1634 | CFuncs.Sound.Create("663164690", Hole, .3, .8) | |
1635 | CFuncs.Sound.Create("663164690", Hole2, .3, .8) | |
1636 | swait(5) | |
1637 | local ref = CFuncs.Part.Create(m,Enum.Material.Neon,0,1,"New Yeller","ref",Vector3.new(0.05,0.05,0.05)) | |
1638 | ref.CFrame = CFrame.new(Mouse.Hit.p - Vector3.new(0, -.2, 0)) | |
1639 | ref.Anchored = true | |
1640 | game:GetService("Debris"):AddItem(ref, 6) | |
1641 | for i = 1, 20 do | |
1642 | local MouseLook = CFrame.new((ref.Position + Mouse.Hit.p) / 2, Mouse.Hit.p) | |
1643 | local hit2, pos2 = RayCast(ref.Position, MouseLook.lookVector, 999, Character) | |
1644 | local refs = CFuncs.Part.Create(m,Enum.Material.Neon,0,1,"New Yeller","ref",Vector3.new(0.05,0.05,0.05)) | |
1645 | refs.Anchored = true | |
1646 | refs.CFrame = CFrame.new(pos2) | |
1647 | game:GetService("Debris"):AddItem(refs, 1) | |
1648 | Effects.Cylinder.Create(BrickColor.new("New Yeller"), refs.CFrame * CFrame.Angles(math.rad(math.random(-2, 2)), math.rad(math.random(-2, 2)), math.rad(math.random(-2, 2))), .5, 20000, .5, 0, 0, 0, .13) | |
1649 | Effects.Block.Create(BrickColor.new("New Yeller"), Hole.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1650 | Effects.Wave.Create(BrickColor.new("New Yeller"), CFrame.new(Hole.Position + Vector3.new(0, .2, 0)) * CFrame.Angles(0, math.rad(math.random(-360,360)), 0), .1, .1, .1, .1, 0, .1, .16) | |
1651 | CFuncs.Sound.Create("340508929", refs, .8, .7) | |
1652 | CFuncs.Sound.Create("259291804", Hole2, 1.1, .8) | |
1653 | MagnitudeDamage(refs, 3, 0, 0, 0, "Blood", "Top", "142858160", math.random(2, 5)/1.4) | |
1654 | for i = 0, 1 do | |
1655 | swait() | |
1656 | Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(2.76084802e-06, 1.37720037, -0.459903181, 0.999998331, -2.89008483e-07, 1.28259637e-06, 8.30739737e-07, 0.534020782, 0.845471025, 7.89761543e-07, -0.845471621, 0.534020901) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20))), .5) | |
1657 | RW.C0 = clerp(RW.C0, CFrame.new(1.45852637, 0.365505755, -0.795653403, 0.995879352, -0.0528275259, 0.0736907572, 0.0878442302, 0.360745877, -0.928517818, 0.0224694014, 0.931166887, 0.363901049) * CFrame.new(0, .2, 0) * CFrame.Angles(0, 0, 0), 1) | |
1658 | LW.C0 = clerp(LW.C0, CFrame.new(-1.50637293, 0.371033907, -0.893403471, 0.989684701, 0.0623151474, -0.128987223, -0.141957864, 0.305990666, -0.941391051, -0.0191923492, 0.949993253, 0.311681062) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .5) | |
1659 | end | |
1660 | local MouseLook = CFrame.new((ref.Position + Mouse.Hit.p) / 2, Mouse.Hit.p) | |
1661 | local hit2, pos2 = RayCast(ref.Position, MouseLook.lookVector, 999, Character) | |
1662 | local refs = CFuncs.Part.Create(m,Enum.Material.Neon,0,1,"New Yeller","ref",Vector3.new(0.05,0.05,0.05)) | |
1663 | refs.Anchored = true | |
1664 | refs.CFrame = CFrame.new(pos2) | |
1665 | game:GetService("Debris"):AddItem(refs, 1) | |
1666 | Effects.Cylinder.Create(BrickColor.new("New Yeller"), refs.CFrame * CFrame.Angles(math.rad(math.random(-2, 2)), math.rad(math.random(-2, 2)), math.rad(math.random(-2, 2))), .5, 20000, .5, 0, 0, 0, .13) | |
1667 | Effects.Block.Create(BrickColor.new("New Yeller"), Hole.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1668 | Effects.Wave.Create(BrickColor.new("New Yeller"), CFrame.new(Hole2.Position + Vector3.new(0, .2, 0)) * CFrame.Angles(0, math.rad(math.random(-360,360)), 0), .1, .1, .1, .1, 0, .1, .16) | |
1669 | CFuncs.Sound.Create("259291804", Hole2, 1.1, .8) | |
1670 | CFuncs.Sound.Create("340508929", refs, .8, .7) | |
1671 | MagnitudeDamage(refs, 3, 0, 0, 0, "Blood", "Top", "142858160", math.random(2, 5)/1.4) | |
1672 | for i = 0, 1 do | |
1673 | swait() | |
1674 | Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(2.76084802e-06, 1.37720037, -0.459903181, 0.999998331, -2.89008483e-07, 1.28259637e-06, 8.30739737e-07, 0.534020782, 0.845471025, 7.89761543e-07, -0.845471621, 0.534020901) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20))), .5) | |
1675 | RW.C0 = clerp(RW.C0, CFrame.new(1.45852637, 0.365505755, -0.795653403, 0.995879352, -0.0528275259, 0.0736907572, 0.0878442302, 0.360745877, -0.928517818, 0.0224694014, 0.931166887, 0.363901049) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .5) | |
1676 | LW.C0 = clerp(LW.C0, CFrame.new(-1.50637293, 0.371033907, -0.893403471, 0.989684701, 0.0623151474, -0.128987223, -0.141957864, 0.305990666, -0.941391051, -0.0191923492, 0.949993253, 0.311681062) * CFrame.new(0, .2, 0) * CFrame.Angles(0, 0, 0), 1) | |
1677 | end | |
1678 | end | |
1679 | swait(10) | |
1680 | Humanoid.WalkSpeed = 14 | |
1681 | Humanoid.JumpPower = 50 | |
1682 | Attack = false | |
1683 | end | |
1684 | ||
1685 | function Innocent_s_Tear() | |
1686 | Attack = true | |
1687 | for i = 0, 1, 0.17 do | |
1688 | swait() | |
1689 | PlayAnimationFromTable({ | |
1690 | CFrame.new(-0.0372427106, 0, -0.0254781954, 0.362814218, 0, -0.93186152, 0, 1, 0, 0.93186152, 0, 0.362814218) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1691 | CFrame.new(-0.0584814101, 1.48993742, -0.0233566761, 0.591825008, -0.146214843, 0.792694509, 0.0400200225, 0.987527847, 0.152273491, -0.805072486, -0.0583956167, 0.590295076) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1692 | CFrame.new(1.41006351, -0.0804157257, -0.338553876, 0.670105577, -0.712319076, 0.208710641, 0.734884977, 0.597121656, -0.321542978, 0.104415536, 0.368846059, 0.923607171) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1693 | CFrame.new(-1.57609594, 0.0278623551, -0.341137588, 0.98150444, 0.191439465, 1.26063824e-05, -0.168087006, 0.861808777, -0.478573322, -0.0916287005, 0.469719768, 0.878047645) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1694 | CFrame.new(0.497831821, -1.99730384, -0.0567342639, 0.99926132, -0.00269644242, 0.0383348465, 0.00450899871, 0.998871744, -0.0472746976, -0.038164109, 0.0474126264, 0.998146176) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1695 | CFrame.new(-0.546293855, -1.99743998, -0.0205773562, 0.406115621, 0.0459335074, 0.912666559, 0, 0.998735905, -0.0502652861, -0.913821757, 0.0204135161, 0.405602247) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1696 | }, .4, false) | |
1697 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104765799, -1.09500122, -0.00494370935, 4.23192978e-06, 1.00000012, -2.20537186e-06, 3.36766243e-06, -2.17556953e-06, -1, -1.00000012, 4.23192978e-06, -3.39746475e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .4) | |
1698 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0103758406, -1.09499943, -0.00501006888, -6.91413879e-06, 1, -3.57627869e-06, 2.86847353e-06, -3.57627869e-06, -1.00000012, -1.00000012, -6.94394112e-06, -2.92807817e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .4) | |
1699 | end | |
1700 | CFuncs.Sound.Create("200632211", Hole, .8, .6) | |
1701 | local gg = nil | |
1702 | for i = 0, 1, 0.18 do | |
1703 | swait() | |
1704 | for i, v in pairs(FindNearestTorso2(Head.CFrame.p, 8)) do | |
1705 | if v:FindFirstChild('Head') then | |
1706 | if gg == nil then | |
1707 | CFuncs.Sound.Create("260430060", Hole, .8, .9) | |
1708 | end | |
1709 | gg = v | |
1710 | if v:findFirstChildOfClass("Humanoid") ~= nil then | |
1711 | v:findFirstChildOfClass("Humanoid").PlatformStand = true | |
1712 | end | |
1713 | v:findFirstChild("Head").CFrame = Hole.CFrame * CFrame.Angles(math.rad(90), 0, -math.rad(90)) | |
1714 | end | |
1715 | end | |
1716 | PlayAnimationFromTable({ | |
1717 | CFrame.new(0.0390095115, 0, -0.0197144821, 0.407043844, 0, 0.913408697, 0, 1, 0, -0.913408697, 0, 0.407043815) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1718 | CFrame.new(0.05453711, 1.46327734, -0.152279198, 0.41739738, 0.107248709, -0.902373195, 0.0385060012, 0.990031779, 0.135478243, 0.907908022, -0.0912950337, 0.40910691) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1719 | CFrame.new(1.8753885, 0.440661103, -0.547878385, 0.497761488, -0.867243707, 0.0110434555, 0.0789629743, 0.0326340236, -0.996343255, 0.863712072, 0.496813267, 0.0847240984) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1720 | CFrame.new(-1.73796844, 0.00463971868, -0.238446265, 0.71437037, 0.694597006, -0.0849137902, -0.686124921, 0.671421766, -0.280045629, -0.137505859, 0.258317709, 0.956223965) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1721 | CFrame.new(0.657333732, -1.97795725, -0.018036887, 0.402342439, -0.0848773271, -0.91154623, 0.0163199995, 0.996199667, -0.0855563134, 0.915343881, 0.0195464976, 0.402198553) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1722 | CFrame.new(-0.540840566, -2.00682664, -0.0355517492, 0.997884095, -0.000889145769, 0.0650128722, 0.00360199902, 0.999126971, -0.041622676, -0.0649190247, 0.0417687856, 0.997016191) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1723 | }, .45, false) | |
1724 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104334587, -1.09500504, -0.00500968238, 1.3609184e-05, 1.00000024, 3.65823507e-06, 3.64333391e-06, 3.67313623e-06, -1, -1, 1.35949813e-05, -3.64147127e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .45) | |
1725 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104610454, -1.09497094, -0.00493852887, -1.9043684e-05, 1.00000024, -2.35438347e-06, -8.43405724e-06, -2.35438347e-06, -1.00000012, -1, -1.9043684e-05, 8.5234642e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .45) | |
1726 | end | |
1727 | if gg ~= nil then | |
1728 | Humanoid.WalkSpeed = 0 | |
1729 | Humanoid.JumpPower = 0 | |
1730 | for i = 0, 1, 0.16 do | |
1731 | swait() | |
1732 | if gg:findFirstChildOfClass("Humanoid") ~= nil then | |
1733 | gg:findFirstChildOfClass("Humanoid").PlatformStand = true | |
1734 | end | |
1735 | gg:findFirstChild("Head").CFrame = Hole.CFrame * CFrame.Angles(math.rad(90), 0, -math.rad(90)) | |
1736 | PlayAnimationFromTable({ | |
1737 | CFrame.new(0.0374694094, 2.61733879e-30, -0.020400811, 0.407043517, 0, 0.913408816, 0, 1, 1.00974196e-28, -0.913408816, -6.31088724e-30, 0.407043517) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1738 | CFrame.new(-0.0591441095, 1.44310308, -0.104489565, 0.38024953, -0.166558102, -0.909763098, 0.0455610156, 0.985830128, -0.161441401, 0.923761129, 0.0199382901, 0.382449985) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1739 | CFrame.new(1.95842671, 0.950205386, -0.642317116, 0.497761637, -0.759324074, 0.419118613, 0.0789630339, -0.441555262, -0.893752694, 0.863711894, 0.47797066, -0.159830749) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1740 | CFrame.new(-1.73796976, 0.0046387054, -0.238446742, 0.714370131, 0.694597125, -0.0849137902, -0.68612498, 0.671421647, -0.280045629, -0.137505859, 0.258317709, 0.956223905) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1741 | CFrame.new(0.657334089, -1.97795868, -0.0180363506, 0.40234226, -0.084877342, -0.91154635, 0.0163200051, 0.996199667, -0.0855563283, 0.915344059, 0.0195464883, 0.402198404) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1742 | CFrame.new(-0.540840447, -2.00682497, -0.0355497524, 0.997884095, -0.000889146701, 0.0650128722, 0.00360199972, 0.999126911, -0.0416226797, -0.0649190843, 0.0417687893, 0.997016013) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1743 | }, .4, false) | |
1744 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104334587, -1.09500504, -0.00500968238, 1.3609184e-05, 1.00000024, 3.65823507e-06, 3.64333391e-06, 3.67313623e-06, -1, -1, 1.35949813e-05, -3.64147127e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .45) | |
1745 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104610454, -1.09497094, -0.00493852887, -1.9043684e-05, 1.00000024, -2.35438347e-06, -8.43405724e-06, -2.35438347e-06, -1.00000012, -1, -1.9043684e-05, 8.5234642e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .45) | |
1746 | if gg == nil then | |
1747 | break | |
1748 | end | |
1749 | end | |
1750 | if gg.Name == "Salvo_Starly" or gg.Name == "Nebula_Zorua" or gg.Name == "CKbackup" then | |
1751 | for i = 0, 1, 0.04 do | |
1752 | swait() | |
1753 | if gg:findFirstChildOfClass("Humanoid") ~= nil then | |
1754 | gg:findFirstChildOfClass("Humanoid").PlatformStand = true | |
1755 | end | |
1756 | gg:findFirstChild("Head").CFrame = Hole.CFrame * CFrame.Angles(math.rad(90), 0, -math.rad(90)) | |
1757 | PlayAnimationFromTable({ | |
1758 | CFrame.new(0.0374694094, 2.61733879e-30, -0.020400811, 0.407043517, 0, 0.913408816, 0, 1, 1.00974196e-28, -0.913408816, -6.31088724e-30, 0.407043517) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1759 | CFrame.new(-0.0591441095, 1.44310308, -0.104489565, 0.38024953, -0.166558102, -0.909763098, 0.0455610156, 0.985830128, -0.161441401, 0.923761129, 0.0199382901, 0.382449985) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1760 | CFrame.new(1.95842671, 0.950205386, -0.642317116, 0.497761637, -0.759324074, 0.419118613, 0.0789630339, -0.441555262, -0.893752694, 0.863711894, 0.47797066, -0.159830749) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1761 | CFrame.new(-1.73796976, 0.0046387054, -0.238446742, 0.714370131, 0.694597125, -0.0849137902, -0.68612498, 0.671421647, -0.280045629, -0.137505859, 0.258317709, 0.956223905) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1762 | CFrame.new(0.657334089, -1.97795868, -0.0180363506, 0.40234226, -0.084877342, -0.91154635, 0.0163200051, 0.996199667, -0.0855563283, 0.915344059, 0.0195464883, 0.402198404) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1763 | CFrame.new(-0.540840447, -2.00682497, -0.0355497524, 0.997884095, -0.000889146701, 0.0650128722, 0.00360199972, 0.999126911, -0.0416226797, -0.0649190843, 0.0417687893, 0.997016013) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1764 | }, .4, false) | |
1765 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104334587, -1.09500504, -0.00500968238, 1.3609184e-05, 1.00000024, 3.65823507e-06, 3.64333391e-06, 3.67313623e-06, -1, -1, 1.35949813e-05, -3.64147127e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .45) | |
1766 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104610454, -1.09497094, -0.00493852887, -1.9043684e-05, 1.00000024, -2.35438347e-06, -8.43405724e-06, -2.35438347e-06, -1.00000012, -1, -1.9043684e-05, 8.5234642e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .45) | |
1767 | if gg == nil then | |
1768 | break | |
1769 | end | |
1770 | end | |
1771 | for i = 0, 1, 0.035 do | |
1772 | swait() | |
1773 | if gg:findFirstChildOfClass("Humanoid") ~= nil then | |
1774 | gg:findFirstChildOfClass("Humanoid").PlatformStand = true | |
1775 | end | |
1776 | gg:findFirstChild("Head").CFrame = Hole.CFrame * CFrame.Angles(math.rad(90), 0, -math.rad(90)) | |
1777 | PlayAnimationFromTable({ | |
1778 | CFrame.new(0.0390095115, 0, -0.0197144821, 0.407043844, 0, 0.913408697, 0, 1, 0, -0.913408697, 0, 0.407043815) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1779 | CFrame.new(0.05453711, 1.46327734, -0.152279198, 0.41739738, 0.107248709, -0.902373195, 0.0385060012, 0.990031779, 0.135478243, 0.907908022, -0.0912950337, 0.40910691) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1780 | CFrame.new(1.8753885, 0.440661103, -0.547878385, 0.497761488, -0.867243707, 0.0110434555, 0.0789629743, 0.0326340236, -0.996343255, 0.863712072, 0.496813267, 0.0847240984) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1781 | CFrame.new(-1.73796844, 0.00463971868, -0.238446265, 0.71437037, 0.694597006, -0.0849137902, -0.686124921, 0.671421766, -0.280045629, -0.137505859, 0.258317709, 0.956223965) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1782 | CFrame.new(0.657333732, -1.97795725, -0.018036887, 0.402342439, -0.0848773271, -0.91154623, 0.0163199995, 0.996199667, -0.0855563134, 0.915343881, 0.0195464976, 0.402198553) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1783 | CFrame.new(-0.540840566, -2.00682664, -0.0355517492, 0.997884095, -0.000889145769, 0.0650128722, 0.00360199902, 0.999126971, -0.041622676, -0.0649190247, 0.0417687856, 0.997016191) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1784 | }, .12, false) | |
1785 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104334587, -1.09500504, -0.00500968238, 1.3609184e-05, 1.00000024, 3.65823507e-06, 3.64333391e-06, 3.67313623e-06, -1, -1, 1.35949813e-05, -3.64147127e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .12) | |
1786 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104610454, -1.09497094, -0.00493852887, -1.9043684e-05, 1.00000024, -2.35438347e-06, -8.43405724e-06, -2.35438347e-06, -1.00000012, -1, -1.9043684e-05, 8.5234642e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .12) | |
1787 | end | |
1788 | else | |
1789 | for i = 0, 10 do | |
1790 | CFuncs.Sound.Create("259291804", Hole, 1.1, .8) | |
1791 | Effects.Block.Create(BrickColor.new("New Yeller"), Hole.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1792 | Damage(Hole, gg.Head, 0, 0, 0, "Blood", gg, 0, "Top", "142858160", math.random(2, 5)/1.4) | |
1793 | if gg:findFirstChildOfClass("Humanoid") ~= nil then | |
1794 | gg:findFirstChildOfClass("Humanoid").PlatformStand = true | |
1795 | end | |
1796 | gg:findFirstChild("Head").CFrame = Hole.CFrame * CFrame.Angles(math.rad(90), 0, -math.rad(90)) | |
1797 | Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(-0.0591441095, 1.44310308, -0.104489565, 0.38024953, -0.166558102, -0.909763098, 0.0455610156, 0.985830128, -0.161441401, 0.923761129, 0.0199382901, 0.382449985) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20))), .5) | |
1798 | RW.C0 = clerp(RW.C0, CFrame.new(1.95842671, 0.950205386, -0.642317116, 0.497761637, -0.759324074, 0.419118613, 0.0789630339, -0.441555262, -0.893752694, 0.863711894, 0.47797066, -0.159830749) * CFrame.new(0, .2, 0) * CFrame.Angles(0, 0, 0), 1) | |
1799 | swait() | |
1800 | gg:findFirstChild("Head").CFrame = Hole.CFrame * CFrame.Angles(math.rad(90), 0, -math.rad(90)) | |
1801 | Torso.Neck.C0 = clerp(Torso.Neck.C0, CFrame.new(-0.0591441095, 1.44310308, -0.104489565, 0.38024953, -0.166558102, -0.909763098, 0.0455610156, 0.985830128, -0.161441401, 0.923761129, 0.0199382901, 0.382449985) * CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20))), .5) | |
1802 | RW.C0 = clerp(RW.C0, CFrame.new(1.95842671, 0.950205386, -0.642317116, 0.497761637, -0.759324074, 0.419118613, 0.0789630339, -0.441555262, -0.893752694, 0.863711894, 0.47797066, -0.159830749) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .5) | |
1803 | swait() | |
1804 | if gg == nil then | |
1805 | break | |
1806 | end | |
1807 | end | |
1808 | end | |
1809 | swait(10) | |
1810 | end | |
1811 | Attack = false | |
1812 | Humanoid.WalkSpeed = 14 | |
1813 | Humanoid.JumpPower = 50 | |
1814 | end | |
1815 | ||
1816 | ||
1817 | function Run() | |
1818 | if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then | |
1819 | coroutine.resume(coroutine.create(function() | |
1820 | if Victim ~= Mouse.Target.Parent then | |
1821 | Victim = Mouse.Target.Parent | |
1822 | Billb.Adornee = Victim.Torso | |
1823 | Billb.Enabled = true | |
1824 | CFuncs.Sound.Create("749189256", Mouse.Target.Parent, .8, math.random(5, 15) / 10) | |
1825 | for i = 1, 0, -.05 do | |
1826 | swait() | |
1827 | D1.TileSize = UDim2.new(math.random(1, 15) / 7, 0, math.random(1, 15) / 7, 0) | |
1828 | D2.TileSize = UDim2.new(math.random(1, 15) / 7, 0, math.random(1, 15) / 7, 0) | |
1829 | D3.TileSize = UDim2.new(math.random(1, 15) / 7, 0, math.random(1, 15) / 7, 0) | |
1830 | D3.Rotation = math.random(-360, 360) | |
1831 | D1.Size = UDim2.new(3, i * math.random(5, 40), 3, i * math.random(5, 40)) | |
1832 | D2.Size = UDim2.new(2.4, i * math.random(5, 40), 2.4, i * math.random(5, 40)) | |
1833 | D3.Size = UDim2.new(.2, i * math.random(5, 40), .2, i * math.random(5, 40)) | |
1834 | D1.ImageTransparency = i | |
1835 | D2.ImageTransparency = i | |
1836 | D3.ImageTransparency = i | |
1837 | end | |
1838 | D1.TileSize = UDim2.new(1, 0, 1, 0) | |
1839 | D2.TileSize = UDim2.new(1, 0, 1, 0) | |
1840 | D3.TileSize = UDim2.new(1, 0, 1, 0) | |
1841 | D3.Rotation = 45 | |
1842 | end | |
1843 | end)) | |
1844 | end | |
1845 | end | |
1846 | function Hide_n_Seek() | |
1847 | Delay2 = true | |
1848 | for i = 0, 1, math.random(1, 25)/9 do | |
1849 | swait() | |
1850 | CFuncs.Sound.Create("155202884", Head, .4, math.random(1, 25) / 5) | |
1851 | FT.Parent = Torso | |
1852 | RA.Parent = RightArm | |
1853 | LA.Parent = LeftArm | |
1854 | RL.Parent = RightLeg | |
1855 | LL.Parent = LeftLeg | |
1856 | D1.TileSize = UDim2.new(math.random(1, 15) / 20, 0, math.random(1, 15) / 20, 0) | |
1857 | D2.TileSize = UDim2.new(math.random(1, 15) / 20, 0, math.random(1, 15) / 20, 0) | |
1858 | D3.TileSize = UDim2.new(math.random(1, 15) / 20, 0, math.random(1, 15) / 20, 0) | |
1859 | D3.Rotation = math.random(-360, 360) | |
1860 | for _, v in pairs(Character:children()) do | |
1861 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil then | |
1862 | v:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/6, math.random(-5, 5)/6, math.random(-5, 5)/6) | |
1863 | elseif v:IsA("Accessory") and v.Handle:findFirstChild("Mesh") ~= nil then | |
1864 | v.Handle:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/6, math.random(-5, 5)/6, math.random(-5, 5)/6) | |
1865 | end | |
1866 | for _, v in pairs(m:children()) do | |
1867 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil and (v.Name == "Shush" or v.Name == "Head") then | |
1868 | v:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/6, math.random(-5, 5)/6, math.random(-5, 5)/6) | |
1869 | end | |
1870 | end | |
1871 | end | |
1872 | end | |
1873 | for _, v in pairs(Character:children()) do | |
1874 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil then | |
1875 | v:findFirstChild("Mesh").Offset = Vector3.new(0, 0, 0) | |
1876 | elseif v:IsA("Accessory") and v.Handle:findFirstChild("Mesh") ~= nil then | |
1877 | v.Handle:findFirstChild("Mesh").Offset = Vector3.new(0, 0, 0) | |
1878 | end | |
1879 | for _, v in pairs(m:children()) do | |
1880 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil and (v.Name == "Shush" or v.Name == "Head") then | |
1881 | v:findFirstChild("Mesh").Offset = Vector3.new(0, 0, 0) | |
1882 | end | |
1883 | end | |
1884 | end | |
1885 | if Victim:FindFirstChildOfClass("Humanoid") ~= nil then | |
1886 | RootPart.CFrame = Victim.Head.CFrame * CFrame.new(0, 0, 6) | |
1887 | else | |
1888 | Victim = nil | |
1889 | end | |
1890 | D1.TileSize = UDim2.new(1, 0, 1, 0) | |
1891 | D2.TileSize = UDim2.new(1, 0, 1, 0) | |
1892 | D3.TileSize = UDim2.new(1, 0, 1, 0) | |
1893 | D3.Rotation = 45 | |
1894 | FT.Parent = nil | |
1895 | RA.Parent = nil | |
1896 | LA.Parent = nil | |
1897 | RL.Parent = nil | |
1898 | LL.Parent = nil | |
1899 | Delay2 = false | |
1900 | end | |
1901 | ||
1902 | function Happy_Ending() | |
1903 | Attack = true | |
1904 | Humanoid.WalkSpeed = 0 | |
1905 | Humanoid.JumpPower = 0 | |
1906 | for i = 1, 0, -0.01 do | |
1907 | swait() | |
1908 | spook.Volume = i - .01 | |
1909 | PlayAnimationFromTable({ | |
1910 | CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1911 | CFrame.new(0, 1.48569643, -0.0892917216, 1, 0, 0, 0, 0.987443745, 0.15797095, 0, -0.15797095, 0.987443745) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1912 | CFrame.new(1.97623742, 0.437888026, -0.304436743, 0.406562924, -0.913622797, 3.01142649e-07, 0.281078935, 0.125080049, -0.951498568, 0.869310796, 0.386844128, 0.30765301) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1913 | CFrame.new(-1.88455427, 0.422001511, -0.176498562, 0.283520967, 0.957216203, 0.0579055212, -0.204488963, 0.119341888, -0.971566737, -0.936909854, 0.263618499, 0.229576096) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1914 | CFrame.new(0.5102005, -1.99953759, 0, 0.998996615, -0.0447849892, 0, 0.0447849855, 0.998996615, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1915 | CFrame.new(-0.554316103, -1.99676478, -0, 0.998235762, 0.0593759865, 0, -0.0593759865, 0.998235762, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1916 | }, .12, false) | |
1917 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0227924436, -1.07477307, -0.0921273902, 1.96695328e-06, -0.999339342, 0.0363452137, 5.51342964e-07, 0.0363451838, 0.999339283, -1.00000012, -1.93715096e-06, 6.10947609e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .12) | |
1918 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0169022772, -1.08894277, -0.167423859, -2.58535147e-05, -0.999802172, 0.0198903829, 7.16745853e-06, 0.019890368, 0.999802232, -1, 2.59876251e-05, 6.65336847e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .12) | |
1919 | end | |
1920 | Effects.Block.Create(BrickColor.new("New Yeller"), Hole.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1921 | Effects.Block.Create(BrickColor.new("New Yeller"), Hole2.CFrame, .1, .1, .1, .25, .25, .25, .13) | |
1922 | CFuncs.Sound.Create("259291804", Hole, 1.1, .8) | |
1923 | CFuncs.Sound.Create("259291804", Hole2, 1.1, .8) | |
1924 | CFuncs.Sound.Create("142858160", Head, 1.3, math.random(2, 5)/1.4) | |
1925 | ||
1926 | if Character.Name == "yapjingwei" then | |
1927 | CFuncs.Sound.Create("873911886", RootPart, .8, .8) | |
1928 | Effects.Sphere.Create(BrickColor.new("Really red"), RootPart.CFrame, 30, 30, 30, .5, .5, .5, 0.05) | |
1929 | swait(55) | |
1930 | for i = 0, 1, 0.01 do | |
1931 | swait() | |
1932 | spook.Volume = i + .01 | |
1933 | PlayAnimationFromTable({ | |
1934 | CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1935 | CFrame.new(-0.209060356, 1.4504354, -0.00869044848, 0.904006004, -0.421258777, 0.0728988647, 0.422152996, 0.906518221, 0.00342751318, -0.067528002, 0.0276759826, 0.997333467) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1936 | CFrame.new(1.52594924, -0.0116261244, -0.0164723098, 0.243770003, -0.733046055, -0.634995818, 0.0841329992, 0.668263078, -0.739152312, 0.966176987, 0.126759022, 0.224575877) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1937 | CFrame.new(-1.45059443, 0.0140549541, -0.030643627, 0.177682057, 0.705317974, 0.68626219, -0.09524104, 0.706409931, -0.701365948, -0.979468346, 0.0592598245, 0.192691579) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1938 | CFrame.new(0.5102005, -1.99953759, 0, 0.998996615, -0.0447849892, 0, 0.0447849855, 0.998996615, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1939 | CFrame.new(-0.554316103, -1.99676478, -0, 0.998235762, 0.0593759865, 0, -0.0593759865, 0.998235762, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1940 | }, .14, false) | |
1941 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.023190137, -1.06343412, -0.0356665105, -0.00649303198, -0.999339521, 0.0357592702, -0.178101644, 0.0363439769, 0.983340681, -0.983990788, 1.60485506e-05, -0.178219959) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .14) | |
1942 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0250650737, -1.08305347, -0.131738186, 0.000606626272, -0.999983788, -0.00567625836, -0.112200432, -0.00570848584, 0.993669271, -0.993685484, 3.4108758e-05, -0.112201981) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .14) | |
1943 | end | |
1944 | Attack = false | |
1945 | Humanoid.WalkSpeed = 14 | |
1946 | Humanoid.JumpPower = 50 | |
1947 | else | |
1948 | Deed = true | |
1949 | Blood.Enabled = true | |
1950 | m.Parent = workspace | |
1951 | swait(1) | |
1952 | Character:BreakJoints() | |
1953 | swait(5) | |
1954 | for _, v in pairs(m:children()) do | |
1955 | if v:IsA("Part") and v.Name ~= "FHead" and v.Name ~= "Shush" and v.Name ~= "Shush2" then | |
1956 | v.CanCollide = true | |
1957 | end | |
1958 | end | |
1959 | game:GetService("Debris"):AddItem(m, 40) | |
1960 | Blood.Enabled = false | |
1961 | swait(30) | |
1962 | CFuncs.Sound.Create("155202884", Torso, 1, math.random(5, 15) / 10) | |
1963 | FT.Parent = Torso | |
1964 | RA.Parent = RightArm | |
1965 | LA.Parent = LeftArm | |
1966 | RL.Parent = RightLeg | |
1967 | LL.Parent = LeftLeg | |
1968 | for i = 0, 1, math.random(1, 10)/60 do | |
1969 | swait() | |
1970 | for _, v in pairs(Character:children()) do | |
1971 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil then | |
1972 | v:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
1973 | elseif v:IsA("Part") and v:findFirstChild("Shoos") ~= nil then | |
1974 | v:findFirstChild("Shoos").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
1975 | elseif v:IsA("Accessory") and v.Handle:findFirstChild("Mesh") ~= nil then | |
1976 | v.Handle:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
1977 | end | |
1978 | end | |
1979 | end | |
1980 | Character:Destroy() | |
1981 | end | |
1982 | end | |
1983 | ||
1984 | Mouse.Button1Down:connect(function() | |
1985 | if Attack == false and Hold == false then | |
1986 | Broken_wing_bird() | |
1987 | end | |
1988 | end) | |
1989 | Mouse.Button1Up:connect(function() | |
1990 | if Hold == true then | |
1991 | Hold = false | |
1992 | end | |
1993 | end) | |
1994 | ||
1995 | Mouse.KeyDown:connect(function(Key) | |
1996 | Key = Key:lower() | |
1997 | if Attack == false and Key == 'q' then | |
1998 | Run() | |
1999 | elseif Attack == false and Key == 'e' and Delay2 == false and Victim ~= nil then | |
2000 | Hide_n_Seek() | |
2001 | elseif Attack == false and Key == 'z' and Hold == false then | |
2002 | Innocent_s_Tear() | |
2003 | elseif Attack == false and Key == 'x' then | |
2004 | Butterfly_on_the_ground() | |
2005 | elseif Key == "p" then | |
2006 | Happy_Ending() | |
2007 | elseif Key == "g" then | |
2008 | end | |
2009 | end) | |
2010 | ||
2011 | Mouse.KeyUp:connect(function(Key) | |
2012 | end) | |
2013 | ||
2014 | ||
2015 | ||
2016 | coroutine.resume(coroutine.create(function() | |
2017 | while true do | |
2018 | swait() | |
2019 | if Delay == false then | |
2020 | Randomize = math.random(0, 120) | |
2021 | if Randomize == 1 then | |
2022 | FT.Parent = Torso | |
2023 | RA.Parent = RightArm | |
2024 | LA.Parent = LeftArm | |
2025 | RL.Parent = RightLeg | |
2026 | LL.Parent = LeftLeg | |
2027 | for i = 0, 1, math.random(1, 10)/20 do | |
2028 | swait() | |
2029 | spook2.Octave = math.random(1, 20) / 10 | |
2030 | spook.PlaybackSpeed = math.random(1, 20) / 12 | |
2031 | D1.TileSize = UDim2.new(math.random(1, 15) / 20, 0, math.random(1, 15) / 20, 0) | |
2032 | D2.TileSize = UDim2.new(math.random(1, 15) / 20, 0, math.random(1, 15) / 20, 0) | |
2033 | D3.TileSize = UDim2.new(math.random(1, 15) / 20, 0, math.random(1, 15) / 20, 0) | |
2034 | D3.Rotation = math.random(-360, 360) | |
2035 | for _, v in pairs(Character:children()) do | |
2036 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil then | |
2037 | v:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
2038 | - | SoundId = "rbxassetid://156879167", |
2038 | + | |
2039 | v.Handle:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
2040 | end | |
2041 | for _, v in pairs(m:children()) do | |
2042 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil and (v.Name == "Shush" or v.Name == "Shush2" or v.Name == "Head") then | |
2043 | v:findFirstChild("Mesh").Offset = Vector3.new(math.random(-5, 5)/10, math.random(-5, 5)/10, math.random(-5, 5)/10) | |
2044 | end | |
2045 | end | |
2046 | end | |
2047 | end | |
2048 | spook2.Octave = 1 | |
2049 | spook.PlaybackSpeed = 1 | |
2050 | D1.TileSize = UDim2.new(1, 0, 1, 0) | |
2051 | D2.TileSize = UDim2.new(1, 0, 1, 0) | |
2052 | D3.TileSize = UDim2.new(1, 0, 1, 0) | |
2053 | D3.Rotation = 45 | |
2054 | for _, v in pairs(Character:children()) do | |
2055 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil then | |
2056 | v:findFirstChild("Mesh").Offset = Vector3.new(0, 0, 0) | |
2057 | elseif v:IsA("Accessory") and v.Handle:findFirstChild("Mesh") ~= nil then | |
2058 | v.Handle:findFirstChild("Mesh").Offset = Vector3.new(0, 0, 0) | |
2059 | end | |
2060 | for _, v in pairs(m:children()) do | |
2061 | if v:IsA("Part") and v:findFirstChild("Mesh") ~= nil and (v.Name == "Shush" or v.Name == "Head") then | |
2062 | v:findFirstChild("Mesh").Offset = Vector3.new(0, 0, 0) | |
2063 | end | |
2064 | end | |
2065 | end | |
2066 | FT.Parent = nil | |
2067 | RA.Parent = nil | |
2068 | LA.Parent = nil | |
2069 | RL.Parent = nil | |
2070 | LL.Parent = nil | |
2071 | end | |
2072 | end | |
2073 | end | |
2074 | end)) | |
2075 | ||
2076 | while true do | |
2077 | swait() | |
2078 | D1.Rotation = D1.Rotation - 2 | |
2079 | D2.Rotation = D2.Rotation + 4 | |
2080 | Animie = math.random(1, 5) / 10 | |
2081 | if Deed == false then | |
2082 | Torso.Neck.C0 = clerp(Torso.Neck.C0, Torso.Neck.C0 * CFrame.Angles(math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20)), math.rad(math.random(-Animie * 20, Animie * 20))), .5) | |
2083 | end | |
2084 | if Head:findFirstChild("face") ~= nil then | |
2085 | Head:findFirstChild("face"):Destroy() | |
2086 | end | |
2087 | if spook.Parent == nil then | |
2088 | spook = Create("Sound"){ | |
2089 | Parent = Character, | |
2090 | SoundId = "rbxassetid://1158080265", | |
2091 | Volume = 5, | |
2092 | PlaybackSpeed = 1, | |
2093 | Looped = true | |
2094 | } | |
2095 | spook2 = Create("PitchShiftSoundEffect"){ | |
2096 | Parent = spook, | |
2097 | Octave = 1 | |
2098 | } | |
2099 | spook:Play() | |
2100 | end | |
2101 | for i, v in pairs(Character:GetChildren()) do | |
2102 | if v:IsA("Part") then | |
2103 | v.Material = "SmoothPlastic" | |
2104 | elseif v:IsA("Accessory") then | |
2105 | v:WaitForChild("Handle").Material = "SmoothPlastic" | |
2106 | end | |
2107 | end | |
2108 | if Victim ~= nil and Victim:FindFirstChildOfClass("Humanoid") == nil then | |
2109 | Victim = nil | |
2110 | Billb.Adornee = nil | |
2111 | Billb.Enabled = false | |
2112 | end | |
2113 | Humanoid.MaxHealth = 11111110896723058319876184696208490496 | |
2114 | Humanoid.Health = 11111110896723058319876184696208490496 | |
2115 | Humanoid.Name = Re[math.random(1, 93)]..Re[math.random(1, 93)]..Re[math.random(1, 93)] | |
2116 | TorsoVelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
2117 | Velocity = RootPart.Velocity.y | |
2118 | Sine = Sine + Change | |
2119 | local hit, pos = RayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character) | |
2120 | if RootPart.Velocity.y > 1 and hit == nil then | |
2121 | Anim = "Jump" | |
2122 | if Attack == false then | |
2123 | Change = 1 | |
2124 | PlayAnimationFromTable({ | |
2125 | CFrame.new(-0, -0, -0, 1, 0, 0, 0, 1, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2126 | CFrame.new(0, 1.48630166, 0.0828605741, 1, 0, 0, 0, 0.986636221, -0.162939042, 0, 0.162939042, 0.986636221) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2127 | CFrame.new(1.54998243, 0.0460062027, 0, 0.96711725, -0.254331052, 0, 0.254331052, 0.96711725, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2128 | CFrame.new(-1.60585427, 0.120478928, -0, 0.945319474, 0.326146126, 0, -0.326146156, 0.945319474, 0, 0, 0, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2129 | CFrame.new(0.5, -1.98453414, 0.0931893736, 1, 0, 0, 0, 0.98649478, 0.163792953, 0, -0.163792953, 0.98649478) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2130 | CFrame.new(-0.5, -1.98326659, 0.121506959, 1, 0, 0, 0, 0.99064213, 0.13648501, 0, -0.13648501, 0.99064213) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2131 | }, Animie, false) | |
2132 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.01043892, -1.09500229, -0.00497436523, 0, 1.00000012, 0, 0, 0, -1.00000012, -1, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .3) | |
2133 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.010425603, -1.09500909, -0.00497436523, 0, 1.00000024, 2.98023224e-08, 0, -2.98023224e-08, -1.00000024, -1, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .3) | |
2134 | end | |
2135 | elseif RootPart.Velocity.y < -1 and hit == nil then | |
2136 | Anim = "Fall" | |
2137 | if Attack == false then | |
2138 | Change = 1 | |
2139 | PlayAnimationFromTable({ | |
2140 | CFrame.new(0, -0.00281290524, -0.110870562, 1, 0, 0, 0, 0.983663857, 0.180014983, 0, -0.180014983, 0.983663857) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2141 | CFrame.new(0, 1.43970644, -0.17384778, 1, 0, 0, 0, 0.963594437, 0.267368227, 0, -0.267368197, 0.963594437) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2142 | CFrame.new(1.87205124, 0.239569426, 1.33605636e-05, 0.610077322, -0.792341948, -3.13323631e-06, 0.792341888, 0.610077322, 6.70552254e-07, 1.38580799e-06, -2.90572643e-06, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2143 | CFrame.new(-1.88090944, 0.174126849, -0.0411957316, 0.636063814, 0.770755291, -0.0368679203, -0.771619737, 0.635008395, -0.0369789898, -0.00509031117, 0.0519690178, 0.998635769) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2144 | CFrame.new(0.611441433, -1.93454111, -0.205220982, 0.996495903, -0.0836423263, 9.74191153e-07, 0.0828808397, 0.987422228, -0.134641305, 0.0112607507, 0.134169608, 0.990894377) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2145 | CFrame.new(-0.570478976, -1.94810426, -0.143567681, 0.996611655, 0.0822507069, -1.19118874e-06, -0.0817528069, 0.99057734, -0.109877877, -0.00903635286, 0.109505668, 0.993945122) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2146 | }, Animie, false) | |
2147 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.01043892, -1.09500229, -0.00497436523, 0, 1.00000012, 0, 0, 0, -1.00000012, -1, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .3) | |
2148 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.010425603, -1.09500909, -0.00497436523, 0, 1.00000024, 2.98023224e-08, 0, -2.98023224e-08, -1.00000024, -1, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .3) | |
2149 | end | |
2150 | elseif TorsoVelocity < 1 and hit ~= nil then | |
2151 | Anim = "Idle" | |
2152 | if Attack == false then | |
2153 | Change = 1 | |
2154 | PlayAnimationFromTable({ | |
2155 | CFrame.new(0, 0.00304500386 - .1 * math.cos(Sine / 45), -0.25276947, 1, 0, 0, 0, 0.966956854, 0.254939973, 0, -0.254939973, 0.966956854) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2156 | CFrame.new(0, 1.48396528, -0.184687465, 1, 0, 0, 0, 0.938511074, 0.345249116, 0, -0.345249116, 0.938511074) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2157 | CFrame.new(1.44362104, 0.0105986297, -0.173658058, 0.99780637, -0.0662000254, 0, 0.0640125647, 0.964835703, -0.254939973, 0.0168770328, 0.254380733, 0.966956854) * CFrame.new(0, 0 - .02 * math.cos(Sine / 45) + -math.sin(Sine / 45) / 15, 0) * CFrame.Angles(0, 0, math.rad(0 + 4 * math.cos(Sine / 45) + -math.sin(Sine / 45) / 15)), | |
2158 | CFrame.new(-1.48667848, 0.0416535959, -0.221442789, 0.996128142, 0.0879139975, 0, -0.0850090459, 0.963212907, -0.254939973, -0.0224127937, 0.253952891, 0.966956854) * CFrame.new(0, 0 - .02 * math.cos(Sine / 45) + -math.sin(Sine / 45) / 15, 0) * CFrame.Angles(0, 0, math.rad(0 - 4 * math.cos(Sine / 45) + -math.sin(Sine / 45) / 15)), | |
2159 | CFrame.new(0.537495971, -1.99924409, -0.2656973, 0.998377502, -0.0569419749, 0, 0.0550604314, 0.96538794, -0.254939973, 0.0145167857, 0.254526347, 0.966956854) * CFrame.new(0, 0 + .1 * math.cos(Sine / 45), 0) * CFrame.Angles(0, 0, 0), | |
2160 | CFrame.new(-0.544956386, -1.99696815, -0.265097141, 0.995043218, 0.0994440243, 0, -0.0961580798, 0.962163866, -0.254939973, -0.0253522564, 0.253676295, 0.966956854) * CFrame.new(0, 0 + .1 * math.cos(Sine / 45), 0) * CFrame.Angles(0, 0, 0), | |
2161 | }, Animie, false) | |
2162 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104389191, -1.04402542, -0.00497436523, 0, 1, 0, 0, 0, -1, -1, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), Animie) | |
2163 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104370201, -1.05964959, -0.00497436523, 0, 1.00000012, 7.4505806e-09, 0, -7.4505806e-09, -1.00000012, -1, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), Animie) | |
2164 | end | |
2165 | elseif TorsoVelocity > 2 and hit ~= nil then | |
2166 | Anim = "Walk" | |
2167 | if Attack == false then | |
2168 | Change = 3 | |
2169 | PlayAnimationFromTable({ | |
2170 | CFrame.new(0, 0.0217996836, -0.15443182, 1, 0, 0, 0, 0.982294619, 0.187342957, 0, -0.187342942, 0.982294619) * CFrame.new(0, -.1 - .15 * math.cos(Sine / 6), 0) * CFrame.Angles(0, math.rad(0 - 15 * math.sin(Sine / 12) / 2), 0), | |
2171 | CFrame.new(0, 1.50440693, -0.177497774, 1, 0, 0, 0, 0.98494184, 0.172886148, 0, -0.172886133, 0.9849419) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
2172 | CFrame.new(1.51832783, -0.0136715584, -0.18358618, 0.99780637, -0.0662000254, 0, 0.0650279298, 0.980139852, -0.187342942, 0.0124021089, 0.186931998, 0.982294619) * CFrame.new(0, .1 - .15 * math.sin(Sine / 12), 0 - .5 * math.cos(Sine / 12)) * CFrame.Angles(math.rad(0 + 40 * math.cos(Sine / 12) + -math.sin(Sine / 12)), 0, 0), | |
2173 | CFrame.new(-1.51726496, 0.00152201951, -0.180036053, 0.996128142, 0.0879139975, 0, -0.086357452, 0.978491306, -0.187342942, -0.0164700691, 0.186617598, 0.982294619) * CFrame.new(0, .1 + .15 * math.sin(Sine / 12), 0 + .5 * math.cos(Sine / 12)) * CFrame.Angles(math.rad(0 - 40 * math.cos(Sine / 12) + -math.sin(Sine / 12)), 0, 0), | |
2174 | CFrame.new(0.537497759, -2.01284766, -0.226675838, 0.998377502, -0.0569419749, 0, 0.0559337959, 0.98070085, -0.187342942, 0.010667678, 0.187038988, 0.982294619) * CFrame.new(0, .1 + .15 * math.sin(Sine / 12), 0 + 1 * math.cos(Sine / 12)) * CFrame.Angles(math.rad(0 - 60 * math.cos(Sine / 12) + -math.sin(Sine / 12)), 0, 0), | |
2175 | CFrame.new(-0.544956088, -2.01053548, -0.226234794, 0.995043218, 0.0994440243, 0, -0.0976833329, 0.977425575, -0.187342942, -0.0186301377, 0.186414331, 0.982294619) * CFrame.new(0, .1 - .15 * math.sin(Sine / 12), 0 - 1 * math.cos(Sine / 12)) * CFrame.Angles(math.rad(0 + 60 * math.cos(Sine / 12) + -math.sin(Sine / 12)), 0, 0), | |
2176 | }, Animie, false) | |
2177 | HandleWeld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104389191, -1.04402542, -0.00497436523, 0, 1, 0, 0, 0, -1, -1, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .3) | |
2178 | Handle2Weld.C0 = clerp(HandleWeld.C0, CFrame.new(0.0104370201, -1.05964959, -0.00497436523, 0, 1.00000012, 7.4505806e-09, 0, -7.4505806e-09, -1.00000012, -1, 0, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), .3) | |
2179 | end | |
2180 | end | |
2181 | if #Effects > 0 then | |
2182 | for e = 1, #Effects do | |
2183 | if Effects[e] ~= nil then | |
2184 | local Thing = Effects[e] | |
2185 | if Thing ~= nil then | |
2186 | local Part = Thing[1] | |
2187 | local Mode = Thing[2] | |
2188 | local Delay = Thing[3] | |
2189 | local IncX = Thing[4] | |
2190 | local IncY = Thing[5] | |
2191 | if Thing[2] == "Shoot" then | |
2192 | Look = Thing[1] | |
2193 | local hit, pos = RayCast(Thing[4], Look, 20, Character) | |
2194 | local mag = (Thing[4] - pos).magnitude | |
2195 | Effects.Cylinder.Create(BrickColor.new("New Yeller"),CFrame.new((Thing[4] + pos)/2, pos)*CFrame.Angles(1.57,0,0),.5,mag * 5,.5,0,0,0,0.14) | |
2196 | Thing[4]=Thing[4] + (Look * 20) | |
2197 | Thing[3]=Thing[3] - 1 | |
2198 | if hit ~= nil and hit.Parent:findFirstChildOfClass("Humanoid") ~= nil then | |
2199 | local ref = CFuncs.Part.Create(m,Enum.Material.Neon,0,1,"New Yeller","ref",Vector3.new(0.05,0.05,0.05)) | |
2200 | ref.Anchored = true | |
2201 | ref.CFrame = CFrame.new(pos) | |
2202 | CFuncs.Sound.Create("1166474639", ref, 1.2, 1.1) | |
2203 | Damage(hit, hit, 0, 0, 0, "Blood", hit, 0, "Top", "142858160", math.random(2, 5)/1.4) | |
2204 | game:GetService("Debris"):AddItem(ref, 1) | |
2205 | elseif hit ~= nil and hit.Parent:findFirstChildOfClass("Humanoid") == nil then | |
2206 | Thing[3] = 0 | |
2207 | end | |
2208 | --MagnitudeDamage(ref, 2, 8, 9, 0, .2, "Normal") | |
2209 | end | |
2210 | if Thing[3] <= 0 then | |
2211 | table.remove(Effects, e) | |
2212 | end | |
2213 | end | |
2214 | if Thing[2] ~= "Shoot" then | |
2215 | if Thing[1].Transparency <= 1 then | |
2216 | if Thing[2] == "Block1" then | |
2217 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
2218 | Mesh = Thing[7] | |
2219 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
2220 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2221 | elseif Thing[2] == "Ice" then | |
2222 | if Thing[6] <= Thing[5] then | |
2223 | Thing[6] = Thing[6] + .05 | |
2224 | Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, .4, 0) | |
2225 | else | |
2226 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2227 | end | |
2228 | elseif Thing[2] == "Shatter" then | |
2229 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2230 | Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0) | |
2231 | Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0) | |
2232 | Thing[6] = Thing[6] + Thing[5] | |
2233 | elseif Thing[2] == "Block2" then | |
2234 | Thing[1].CFrame = Thing[1].CFrame | |
2235 | Mesh = Thing[7] | |
2236 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
2237 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2238 | elseif Thing[2] == "Block3" then | |
2239 | Thing[1].CFrame = Thing[8].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
2240 | Mesh = Thing[7] | |
2241 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
2242 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2243 | elseif Thing[2] == "Block4" then | |
2244 | Thing[1].CFrame = Thing[8].CFrame * CFrame.new(0, -Thing[7].Scale.Y, 0) * CFrame.fromEulerAnglesXYZ(3.14, 0, 0) | |
2245 | Mesh = Thing[7] | |
2246 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
2247 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2248 | elseif Thing[2] == "Block2Fire" then | |
2249 | Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) | |
2250 | Mesh = Thing[7] | |
2251 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
2252 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2253 | if Thing[1].Transparency >= .3 then | |
2254 | Thing[1].BrickColor = BrickColor.new("Bright red") | |
2255 | else | |
2256 | Thing[1].BrickColor = BrickColor.new("Bright yellow") | |
2257 | end | |
2258 | elseif Thing[2] == "Cylinder" then | |
2259 | Mesh = Thing[7] | |
2260 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
2261 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2262 | elseif Thing[2] == "Blood" then | |
2263 | Mesh = Thing[7] | |
2264 | Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, -.5, 0) | |
2265 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6]) | |
2266 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2267 | elseif Thing[2] == "Elec" then | |
2268 | Mesh = Thing[10] | |
2269 | Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9]) | |
2270 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2271 | Thing[1].CFrame = Thing[1].CFrame * Thing[11] * CFrame.new(0, 0, .2) | |
2272 | Thing[1].Rotation = Vector3.new(0, 0, 0) | |
2273 | elseif Thing[2] == "Disappear" then | |
2274 | Thing[1].Transparency = Thing[1].Transparency + Thing[3] | |
2275 | end | |
2276 | else | |
2277 | Part.Parent = nil | |
2278 | table.remove(Effects, e) | |
2279 | end | |
2280 | end | |
2281 | end | |
2282 | end | |
2283 | end | |
2284 | end | |
2285 | ||
2286 | --wat |