SHOW:
|
|
- or go back to the newest paste.
1 | --Edited by VV_rk | |
2 | -- date:7/15/17 | |
3 | function TakeDamage(hum, dmg) | |
4 | hum:TakeDamage(dmg) | |
5 | end | |
6 | plr = game.Players.LocalPlayer | |
7 | repeat | |
8 | wait(0.4) | |
9 | until plr.Character | |
10 | chr = plr.Character | |
11 | human = chr:FindFirstChild("Humanoid") | |
12 | human.Name = "hi" | |
13 | human.MaxHealth, human.Health = math.huge, math.huge | |
14 | mouse = plr:GetMouse() | |
15 | cam = workspace.CurrentCamera | |
16 | selected = false | |
17 | equipd = false | |
18 | tors = chr.Torso | |
19 | rarm = chr["Right Arm"] | |
20 | larm = chr["Left Arm"] | |
21 | rleg = chr["Right Leg"] | |
22 | lleg = chr["Left Leg"] | |
23 | hrp = chr.HumanoidRootPart | |
24 | hed = chr.Head | |
25 | anim = human.Animator | |
26 | activu = false | |
27 | appeared = false | |
28 | animpose = nil | |
29 | POSU = false | |
30 | frozen = false | |
31 | timestopcool = false | |
32 | local wherto = hrp | |
33 | local addcfr = CFrame.new(0, 0, 0) | |
34 | Heartbeat = Instance.new("BindableEvent") | |
35 | Heartbeat.Name = "Heartbeat" | |
36 | Heartbeat.Parent = script | |
37 | frame = 0.03333333333333333 | |
38 | hed.face.Texture = "rbxassetid://300139178" | |
39 | - | hed.face.Texture = "rbxassetid://1250061532" |
39 | + | |
40 | ||
41 | for i,v in pairs(chr:children()) do | |
42 | if v:IsA("Accessory") then | |
43 | v:Destroy() | |
44 | end | |
45 | end | |
46 | ||
47 | for i,v in pairs(chr:children()) do | |
48 | if v:IsA("Shirt") then | |
49 | v:Destroy() | |
50 | end | |
51 | end | |
52 | ||
53 | for i,v in pairs(chr:children()) do | |
54 | if v:IsA("Pants") then | |
55 | v:Destroy() | |
56 | end | |
57 | end | |
58 | ||
59 | ||
60 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
61 | tf = tf + s | |
62 | if tf >= frame then | |
63 | for i = 1, math.floor(tf / frame) do | |
64 | Heartbeat:Fire() | |
65 | end | |
66 | tf = tf - frame * math.floor(tf / frame) | |
67 | end | |
68 | end) | |
69 | function swait(num) | |
70 | if num == 0 or num == nil then | |
71 | Heartbeat.Event:wait() | |
72 | else | |
73 | for i = 1, num do | |
74 | Heartbeat.Event:wait() | |
75 | end | |
76 | end | |
77 | end | |
78 | tool = Instance.new("Tool") | |
79 | tool.CanBeDropped = false | |
80 | tool.RequiresHandle = false | |
81 | tool.Name = "Za Warudo" | |
82 | tool.Parent = plr.Backpack | |
83 | modz = Instance.new("Model") | |
84 | modz.Name = "efx" | |
85 | modz.Parent = chr | |
86 | ZaWarudo = Instance.new("Model") | |
87 | ZaWarudo.Name = "Za Warudo" | |
88 | ZaWarudo.Parent = chr | |
89 | RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
90 | RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
91 | LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
92 | LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
93 | RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
94 | RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
95 | LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
96 | RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
97 | LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
98 | NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
99 | NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
100 | RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
101 | RS = tors:FindFirstChild("Right Shoulder") | |
102 | LS = tors:FindFirstChild("Left Shoulder") | |
103 | RH = tors:FindFirstChild("Right Hip") | |
104 | LH = tors:FindFirstChild("Left Hip") | |
105 | RJ = hrp:FindFirstChild("RootJoint") | |
106 | N = tors:FindFirstChild("Neck") | |
107 | cf = CFrame.new | |
108 | ang = CFrame.Angles | |
109 | rd = math.rad | |
110 | rd2 = math.random | |
111 | function nooutline(p) | |
112 | p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10 | |
113 | end | |
114 | ||
115 | shirt = Instance.new("Shirt", chr) | |
116 | shirt.Name = "Shirt" | |
117 | pants = Instance.new("Pants", chr) | |
118 | pants.Name = "Pants" | |
119 | chr.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=230449737" | |
120 | - | chr.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=692901265" |
120 | + | chr.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=676428351" |
121 | - | chr.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=692935274" |
121 | + | |
122 | chr["Body Colors"].HeadColor = BrickColor.new("White") | |
123 | chr["Body Colors"].TorsoColor = BrickColor.new("Really black") | |
124 | - | chr["Body Colors"].TorsoColor = BrickColor.new("White") |
124 | + | chr["Body Colors"].LeftArmColor = BrickColor.new("Really black") |
125 | - | chr["Body Colors"].LeftArmColor = BrickColor.new("White") |
125 | + | chr["Body Colors"].RightArmColor = BrickColor.new("Really black") |
126 | - | chr["Body Colors"].RightArmColor = BrickColor.new("White") |
126 | + | |
127 | function makepart(color, name, reflec, mater, parnt, cfram) | |
128 | local port = Instance.new("Part") | |
129 | port.BrickColor = BrickColor.new(color) | |
130 | port.Name = name | |
131 | port.Transparency = 1 | |
132 | nooutline(port) | |
133 | port.Reflectance = reflec | |
134 | port.Material = mater | |
135 | port.Anchored = false | |
136 | port.CanCollide = false | |
137 | port.Locked = true | |
138 | port.Size = Vector3.new(0.2, 0.2, 0.2) | |
139 | port.Parent = parnt | |
140 | return port | |
141 | end | |
142 | function makemesh(meshtype, scale, meshid, parent) | |
143 | local mes = Instance.new("SpecialMesh") | |
144 | mes.MeshType = meshtype | |
145 | mes.Scale = scale | |
146 | if meshtype == "FileMesh" then | |
147 | mes.MeshId = meshid | |
148 | end | |
149 | mes.Parent = parent | |
150 | return mes | |
151 | end | |
152 | function makemotor(parent, p0, p1, c0, c1) | |
153 | swait() | |
154 | local wel = Instance.new("Motor6D") | |
155 | wel.Part0 = p0 | |
156 | wel.Part1 = p1 | |
157 | wel.C0 = c0 | |
158 | if c1 ~= nil then | |
159 | wel.C1 = c1 | |
160 | end | |
161 | wel.Parent = parent | |
162 | return wel | |
163 | end | |
164 | local konodioda = Instance.new("Sound") | |
165 | konodioda.SoundId = "rbxassetid://159882635" | |
166 | - | konodioda.SoundId = "rbxassetid://794068813" |
166 | + | |
167 | konodioda.Parent = hrp | |
168 | local bast = Instance.new("Sound") | |
169 | bast.SoundId = "rbxassetid://877368036" | |
170 | bast.Volume = 0.5 | |
171 | bast.Parent = hrp | |
172 | local zaworld = Instance.new("Sound") | |
173 | zaworld.SoundId = "rbxassetid://221057812" | |
174 | - | zaworld.SoundId = "rbxassetid://1238251224" |
174 | + | |
175 | zaworld.Parent = hrp | |
176 | local wry = Instance.new("Sound") | |
177 | wry.SoundId = "rbxassetid://276152532" | |
178 | wry.Volume = 5 | |
179 | wry.Parent = hrp | |
180 | function animo(yep) | |
181 | if yep == true then | |
182 | anim.Parent = human | |
183 | chr.Animate.Disabled = false | |
184 | elseif yep == false then | |
185 | chr.Animate.Disabled = true | |
186 | anim.Parent = nil | |
187 | end | |
188 | end | |
189 | animo(false) | |
190 | function lerpz(joint, prop, cfrmz, alp) | |
191 | joint[prop] = joint[prop]:lerp(cfrmz, alp) | |
192 | end | |
193 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
194 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
195 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
196 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
197 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
198 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
199 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
200 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
201 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
202 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
203 | function resetlerp(whoever) | |
204 | if whoever == nil then | |
205 | RJ.C0 = RJC0 | |
206 | RJ.C1 = RJC1 | |
207 | N.C0 = NC0 | |
208 | N.C1 = NC1 | |
209 | RS.C0 = RSC0 | |
210 | RS.C1 = RSC1 | |
211 | LS.C0 = LSC0 | |
212 | LS.C1 = LSC1 | |
213 | RH.C0 = RHC0 | |
214 | RH.C1 = RHC1 | |
215 | LH.C0 = LHC0 | |
216 | LH.C1 = LHC1 | |
217 | elseif whoever ~= nil then | |
218 | nRJ.C0 = RJC0 | |
219 | nRJ.C1 = RJC1 | |
220 | nN.C0 = NC0 | |
221 | nN.C1 = NC1 | |
222 | nRS.C0 = RSC0 | |
223 | nRS.C1 = RSC1 | |
224 | nLS.C0 = LSC0 | |
225 | nLS.C1 = LSC1 | |
226 | nRH.C0 = RHC0 | |
227 | nRH.C1 = RHC1 | |
228 | nLH.C0 = LHC0 | |
229 | nLH.C1 = LHC1 | |
230 | end | |
231 | end | |
232 | ||
233 | ---- Dio Hair | |
234 | local Hair = Instance.new("Part", char) | |
235 | - | local pa = Instance.new("Part",chr) |
235 | + | Hair.Name = "Hair" |
236 | - | pa.Name = "Hair" |
236 | + | Hair.CanCollide = false |
237 | Hair.BrickColor = BrickColor.new("Institutional white") | |
238 | - | local me = Instance.new("SpecialMesh",pa) |
238 | + | Hair.Transparency = 0 |
239 | - | me.MeshType = "FileMesh" |
239 | + | Hair.Material = "Plastic" |
240 | - | me.MeshId = "rbxassetid://164382853" |
240 | + | Hair.Size = Vector3.new(1, 1, 2) |
241 | - | me.TextureId = "rbxassetid://461231644" |
241 | + | Hair.TopSurface = Enum.SurfaceType.Smooth |
242 | - | me.Scale = Vector3.new(1, 1.6, 1) |
242 | + | Hair.BottomSurface = Enum.SurfaceType.Smooth |
243 | ||
244 | - | local we = Instance.new("Weld") |
244 | + | local Weld = Instance.new("Weld", Hair) |
245 | - | we.Parent = pa |
245 | + | Weld.Part0 = hed |
246 | - | we.Part0 = hed |
246 | + | Weld.Part1 = Hair |
247 | - | we.Part1 = pa |
247 | + | Weld.C1 = CFrame.new(0, -.6, 0) |
248 | - | we.C1 = CFrame.new(0,1.3,-.3) |
248 | + | Weld.C0 = CFrame.Angles(math.rad(0),math.rad(0),0) |
249 | - | we.C0 = CFrame.Angles(-.1,0,0.4) |
249 | + | |
250 | local M2 = Instance.new("SpecialMesh") | |
251 | - | local pa2 = Instance.new("Part",chr) |
251 | + | M2.Parent = Hair |
252 | - | pa2.Name = "Hair2" |
252 | + | M2.MeshId = "http://www.roblox.com/asset/?id=16627529" |
253 | M2.TextureId = "http://www.roblox.com/asset/?id=16627494" | |
254 | - | local me = Instance.new("SpecialMesh",pa2) |
254 | + | M2.Scale = Vector3.new(1, 1, 1) |
255 | - | me.MeshType = "FileMesh" |
255 | + | |
256 | - | me.MeshId = "rbxassetid://164382853" |
256 | + | |
257 | - | me.TextureId = "rbxassetid://461231644" |
257 | + | |
258 | - | me.Scale = Vector3.new(1, 1.6, 1) |
258 | + | |
259 | nooutline(rooto) | |
260 | - | local we2 = Instance.new("Weld") |
260 | + | |
261 | - | we2.Parent = pa2 |
261 | + | |
262 | - | we2.Part0 = hed |
262 | + | |
263 | - | we2.Part1 = pa2 |
263 | + | |
264 | - | we2.C1 = CFrame.new(0,1.3,-.3) |
264 | + | |
265 | - | we2.C0 = CFrame.Angles(-.1,0,-.4) |
265 | + | |
266 | rooto.Transparency = 1 | |
267 | - | local pa3 = Instance.new("Part",chr) |
267 | + | |
268 | - | pa3.Name = "Hair3" |
268 | + | |
269 | nooutline(head) | |
270 | - | local me = Instance.new("SpecialMesh",pa3) |
270 | + | |
271 | - | me.MeshType = "FileMesh" |
271 | + | |
272 | - | me.MeshId = "rbxassetid://453834310" |
272 | + | |
273 | - | me.TextureId = "rbxassetid://461231644" |
273 | + | |
274 | - | me.Scale = Vector3.new(0.001, 0.001, 0.001) |
274 | + | |
275 | head.Name = "Head" | |
276 | - | local we3 = Instance.new("Weld") |
276 | + | |
277 | - | we3.Parent = pa3 |
277 | + | |
278 | - | we3.Part0 = hed |
278 | + | |
279 | - | we3.Part1 = pa3 |
279 | + | |
280 | - | we3.C1 = CFrame.new(0.1,0.1,0.6) |
280 | + | |
281 | - | we3.C0 = CFrame.Angles(0,3,0) |
281 | + | |
282 | headdecal.Texture = "rbxassetid://64064193" | |
283 | headdecal.Face = "Front" | |
284 | headdecal.Transparency = 1 | |
285 | headdecal.Parent = head | |
286 | -------- Mask-ZaWarudo | |
287 | local mp = Instance.new("Part",ZaWarudo) | |
288 | mp.Name = "Mask" | |
289 | mp.BrickColor = BrickColor.new("White") | |
290 | mp.Transparency = 1 | |
291 | mp.CanCollide = false | |
292 | local mask = Instance.new("SpecialMesh",mp) | |
293 | mask.MeshId = "rbxassetid://882264338" | |
294 | mask.MeshType = "FileMesh" | |
295 | mask.Scale = Vector3.new(0.03, 0.04, 0.03) | |
296 | local mw = Instance.new("Weld") | |
297 | mw.Parent = mask | |
298 | mw.Part0 = head | |
299 | mw.Part1 = mp | |
300 | mw.C1 = CFrame.new(0,-.6,0) | |
301 | mw.C0 = CFrame.Angles(0,0,0) | |
302 | -----------Chin | |
303 | local hp2 = Instance.new("Part",ZaWarudo) | |
304 | hp2.Name = "Heart Piece2" | |
305 | hp2.Size = Vector3.new(0.41, 0.8, 0.2) | |
306 | hp2.Transparency = 1 | |
307 | hp2.CanCollide = false | |
308 | hp2.BrickColor = BrickColor.new("Really black") | |
309 | ||
310 | ||
311 | local hpm2 = Instance.new("SpecialMesh",hp2) | |
312 | hpm2.MeshId = "http://www.roblox.com/asset/?id=105992239" | |
313 | hpm2.MeshType = "FileMesh" | |
314 | hpm2.Scale = Vector3.new(1.1, 1.1, 1.1) | |
315 | ||
316 | local hpw2 = Instance.new("Weld") | |
317 | hpw2.Parent = hp2 | |
318 | hpw2.Part0 = head | |
319 | hpw2.Part1 = hp2 | |
320 | hpw2.C1 = CFrame.new(0,.41,.6) | |
321 | ||
322 | ||
323 | local torso = Instance.new("Part") | |
324 | nooutline(torso) | |
325 | torso.Name = "Torso" | |
326 | torso.Anchored = false | |
327 | torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0) | |
328 | torso.Size = Vector3.new(2, 1, 1) | |
329 | torso.BrickColor = BrickColor.new("Really black") | |
330 | torso.CanCollide = false | |
331 | torso.Transparency = 1 | |
332 | torso.Locked = true | |
333 | torso.Parent = ZaWarudo | |
334 | - | hp2.BrickColor = BrickColor.new("Gold") |
334 | + | |
335 | ||
336 | local leftarm = Instance.new("Part") | |
337 | nooutline(leftarm) | |
338 | leftarm.Anchored = false | |
339 | leftarm.Name = "Left Arm" | |
340 | leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0) | |
341 | leftarm.Size = Vector3.new(1, 2, 1) | |
342 | leftarm.BrickColor = BrickColor.new("Really black") | |
343 | leftarm.CanCollide = false | |
344 | leftarm.Transparency = 1 | |
345 | leftarm.Locked = true | |
346 | leftarm.Parent = ZaWarudo | |
347 | local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm) | |
348 | ||
349 | local rightarm = Instance.new("Part") | |
350 | nooutline(rightarm) | |
351 | rightarm.Anchored = false | |
352 | rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0) | |
353 | rightarm.Name = "Right Arm" | |
354 | rightarm.Size = Vector3.new(1, 2, 1) | |
355 | - | torso.BrickColor = BrickColor.new("White") |
355 | + | rightarm.BrickColor = BrickColor.new("Really black") |
356 | rightarm.CanCollide = false | |
357 | rightarm.Locked = true | |
358 | rightarm.Transparency = 1 | |
359 | rightarm.Parent = ZaWarudo | |
360 | local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm) | |
361 | ||
362 | local leftleg = Instance.new("Part") | |
363 | nooutline(leftleg) | |
364 | leftleg.Anchored = false | |
365 | leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0) | |
366 | leftleg.Name = "Left Leg" | |
367 | leftleg.Size = Vector3.new(1, 2, 1) | |
368 | - | leftarm.BrickColor = BrickColor.new("White") |
368 | + | leftleg.BrickColor = BrickColor.new("Really black") |
369 | leftleg.CanCollide = false | |
370 | leftleg.Transparency = 1 | |
371 | leftleg.Locked = true | |
372 | leftleg.Parent = ZaWarudo | |
373 | local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg) | |
374 | ||
375 | local rightleg = Instance.new("Part") | |
376 | nooutline(rightleg) | |
377 | rightleg.Anchored = false | |
378 | rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0) | |
379 | rightleg.Name = "Right Leg" | |
380 | rightleg.Size = Vector3.new(1, 2, 1) | |
381 | - | rightarm.BrickColor = BrickColor.new("White") |
381 | + | |
382 | rightleg.CanCollide = false | |
383 | rightleg.Locked = true | |
384 | rightleg.Transparency = 1 | |
385 | rightleg.Parent = ZaWarudo | |
386 | local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg) | |
387 | ||
388 | ||
389 | ------------Armor | |
390 | local arp = Instance.new("Part",ZaWarudo) | |
391 | arp.Name = "lap" | |
392 | arp.Transparency = 1 | |
393 | arp.CanCollide = false | |
394 | - | leftleg.BrickColor = BrickColor.new("White") |
394 | + | |
395 | arp.Size = Vector3.new(0,0,0) | |
396 | ||
397 | local smp = Instance.new("SpecialMesh",arp) | |
398 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
399 | smp.MeshType = "FileMesh" | |
400 | smp.Scale = Vector3.new(1.1, 0.4, 1.1) | |
401 | ||
402 | local weld = Instance.new("Weld") | |
403 | weld.Parent = arp | |
404 | weld.Part0 = leftarm | |
405 | weld.Part1 = arp | |
406 | weld.C1 = CFrame.new(0,-.62,0) | |
407 | -------------------- | |
408 | local arp1 = Instance.new("Part",ZaWarudo) | |
409 | arp1.Name = "lap1" | |
410 | arp1.Transparency = 1 | |
411 | arp1.CanCollide = false | |
412 | arp1.BrickColor = BrickColor.new("Cool yellow") | |
413 | arp1.Size = Vector3.new(0,0,0) | |
414 | ||
415 | local smp1 = Instance.new("SpecialMesh",arp1) | |
416 | smp1.MeshId = "rbxasset://fonts/leftarm.mesh" | |
417 | smp1.MeshType = "FileMesh" | |
418 | smp1.Scale = Vector3.new(0.6, 0.4, 0.5) | |
419 | ||
420 | local weld1 = Instance.new("Weld") | |
421 | weld1.Parent = arp1 | |
422 | weld1.Part0 = leftarm | |
423 | weld1.Part1 = arp1 | |
424 | weld1.C1 = CFrame.new(.25,0,0) | |
425 | -------------------- | |
426 | local arp2 = Instance.new("Part",ZaWarudo) | |
427 | arp2.Name = "lap2" | |
428 | arp2.Transparency = 1 | |
429 | arp2.CanCollide = false | |
430 | arp2.BrickColor = BrickColor.new("Cool yellow") | |
431 | arp2.Size = Vector3.new(0,0,0) | |
432 | ||
433 | local smp2 = Instance.new("SpecialMesh",arp2) | |
434 | smp2.MeshId = "rbxasset://fonts/leftarm.mesh" | |
435 | smp2.MeshType = "FileMesh" | |
436 | smp2.Scale = Vector3.new(0.6, 0.4, 0.5) | |
437 | ||
438 | local weld2 = Instance.new("Weld") | |
439 | weld2.Parent = arp2 | |
440 | weld2.Part0 = leftarm | |
441 | weld2.Part1 = arp2 | |
442 | weld2.C1 = CFrame.new(-.25,0,0) | |
443 | ||
444 | -------------------- | |
445 | local arp3 = Instance.new("Part",ZaWarudo) | |
446 | arp3.Name = "lap3" | |
447 | arp3.Transparency = 1 | |
448 | arp3.CanCollide = false | |
449 | arp3.BrickColor = BrickColor.new("Cool yellow") | |
450 | arp3.Size = Vector3.new(0,0,0) | |
451 | ||
452 | local smp = Instance.new("SpecialMesh",arp3) | |
453 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
454 | smp.MeshType = "FileMesh" | |
455 | smp.Scale = Vector3.new(1.1, 0.4, 1.1) | |
456 | ||
457 | local weld = Instance.new("Weld") | |
458 | weld.Parent = arp3 | |
459 | weld.Part0 = rightarm | |
460 | weld.Part1 = arp3 | |
461 | weld.C1 = CFrame.new(0,-.62,0) | |
462 | -------------------- | |
463 | local arp4 = Instance.new("Part",ZaWarudo) | |
464 | arp4.Name = "lap4" | |
465 | arp4.Transparency = 1 | |
466 | arp4.CanCollide = false | |
467 | arp4.BrickColor = BrickColor.new("Cool yellow") | |
468 | arp4.Size = Vector3.new(0,0,0) | |
469 | ||
470 | local smp = Instance.new("SpecialMesh",arp4) | |
471 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
472 | smp.MeshType = "FileMesh" | |
473 | smp.Scale = Vector3.new(0.6, 0.4, 0.5) | |
474 | ||
475 | local weld = Instance.new("Weld") | |
476 | weld.Parent = arp4 | |
477 | weld.Part0 = rightarm | |
478 | weld.Part1 = arp4 | |
479 | weld.C1 = CFrame.new(-.25,0,0) | |
480 | -------------------- | |
481 | local arp5 = Instance.new("Part",ZaWarudo) | |
482 | arp5.Name = "lap5" | |
483 | arp5.Transparency = 1 | |
484 | arp5.CanCollide = false | |
485 | arp5.BrickColor = BrickColor.new("Cool yellow") | |
486 | arp5.Size = Vector3.new(0,0,0) | |
487 | ||
488 | local smp = Instance.new("SpecialMesh",arp5) | |
489 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
490 | smp.MeshType = "FileMesh" | |
491 | smp.Scale = Vector3.new(0.6, 0.4, 0.5) | |
492 | ||
493 | local weld = Instance.new("Weld") | |
494 | weld.Parent = arp5 | |
495 | weld.Part0 = rightarm | |
496 | weld.Part1 = arp5 | |
497 | weld.C1 = CFrame.new(.25,0,0) | |
498 | -------------------- | |
499 | ||
500 | local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1) | |
501 | rootweld.Name = "RootJoint" | |
502 | local neckweld = makemotor(torso, torso, head, NC0, NC1) | |
503 | neckweld.Name = "Neck" | |
504 | local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1) | |
505 | rshoulderweld.Name = "Right Shoulder" | |
506 | local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1) | |
507 | lshoulderweld.Name = "Left Shoulder" | |
508 | local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1) | |
509 | rhipweld.Name = "Right Hip" | |
510 | local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1) | |
511 | lhipweld.Name = "Left Hip" | |
512 | local pa1 = Instance.new("Part") | |
513 | nooutline(pa1) | |
514 | pa1.Anchored = false | |
515 | pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
516 | pa1.Name = "pa1" | |
517 | pa1.Size = Vector3.new(0.2, 0.2, 0.2) | |
518 | pa1.BrickColor = BrickColor.new("Cool yellow") | |
519 | pa1.CanCollide = false | |
520 | pa1.Locked = true | |
521 | pa1.Transparency = 1 | |
522 | pa1.Parent = ZaWarudo | |
523 | local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1) | |
524 | local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0)) | |
525 | local pa2 = Instance.new("Part") | |
526 | nooutline(pa2) | |
527 | pa2.Anchored = false | |
528 | pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
529 | pa2.Name = "pa2" | |
530 | pa2.Size = Vector3.new(0.2, 0.2, 0.2) | |
531 | pa2.BrickColor = BrickColor.new("Cool yellow") | |
532 | pa2.CanCollide = false | |
533 | pa2.Locked = true | |
534 | pa2.Transparency = 1 | |
535 | pa2.Parent = ZaWarudo | |
536 | local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2) | |
537 | local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0)) | |
538 | local pa3 = Instance.new("Part") | |
539 | nooutline(pa3) | |
540 | pa3.Anchored = false | |
541 | pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
542 | pa3.Name = "pa3" | |
543 | pa3.Size = Vector3.new(0.2, 0.2, 0.2) | |
544 | pa3.BrickColor = BrickColor.new("Cool yellow") | |
545 | pa3.CanCollide = false | |
546 | pa3.Locked = true | |
547 | pa3.Transparency = 1 | |
548 | pa3.Parent = ZaWarudo | |
549 | local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3) | |
550 | local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0)) | |
551 | local pa4 = Instance.new("Part") | |
552 | nooutline(pa4) | |
553 | pa4.Anchored = false | |
554 | pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
555 | pa4.Name = "pa4" | |
556 | pa4.Size = Vector3.new(0.2, 0.2, 0.2) | |
557 | pa4.BrickColor = BrickColor.new("Cool yellow") | |
558 | pa4.CanCollide = false | |
559 | pa4.Locked = true | |
560 | pa4.Transparency = 1 | |
561 | pa4.Parent = ZaWarudo | |
562 | local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4) | |
563 | local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0)) | |
564 | local pa5 = Instance.new("Part") | |
565 | nooutline(pa5) | |
566 | pa5.Anchored = false | |
567 | pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
568 | pa5.Name = "pa5" | |
569 | pa5.Size = Vector3.new(0.2, 0.2, 0.2) | |
570 | pa5.BrickColor = BrickColor.new("Cool yellow") | |
571 | pa5.CanCollide = false | |
572 | pa5.Locked = true | |
573 | pa5.Transparency = 1 | |
574 | pa5.Parent = ZaWarudo | |
575 | local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5) | |
576 | local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0)) | |
577 | local pa6 = Instance.new("Part") | |
578 | nooutline(pa6) | |
579 | pa6.Anchored = false | |
580 | pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
581 | pa6.Name = "pa6" | |
582 | pa6.Size = Vector3.new(0.2, 0.2, 0.2) | |
583 | pa6.BrickColor = BrickColor.new("Cool yellow") | |
584 | pa6.CanCollide = false | |
585 | pa6.Locked = true | |
586 | pa6.Transparency = 1 | |
587 | pa6.Parent = ZaWarudo | |
588 | local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6) | |
589 | local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0)) | |
590 | local pa7 = Instance.new("Part") | |
591 | nooutline(pa7) | |
592 | pa7.Anchored = false | |
593 | pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
594 | pa7.Name = "pa7" | |
595 | pa7.Size = Vector3.new(0.2, 0.2, 0.2) | |
596 | pa7.BrickColor = BrickColor.new("Cool yellow") | |
597 | pa7.CanCollide = false | |
598 | pa7.Locked = true | |
599 | pa7.Transparency = 1 | |
600 | pa7.Parent = ZaWarudo | |
601 | local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7) | |
602 | local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0)) | |
603 | ||
604 | local pa9 = Instance.new("Part") | |
605 | nooutline(pa9) | |
606 | pa9.Anchored = false | |
607 | pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
608 | pa9.Name = "pa9" | |
609 | pa9.Size = Vector3.new(0.2, 0.2, 0.2) | |
610 | pa9.BrickColor = BrickColor.new("Gold") | |
611 | pa9.CanCollide = false | |
612 | pa9.Locked = true | |
613 | pa9.Transparency = 1 | |
614 | pa9.Parent = ZaWarudo | |
615 | local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9) | |
616 | local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0)) | |
617 | ||
618 | local pa10 = Instance.new("Part") | |
619 | nooutline(pa10) | |
620 | pa10.Anchored = false | |
621 | pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
622 | pa10.Name = "pa10" | |
623 | pa10.Size = Vector3.new(2,1,1) | |
624 | pa10.BrickColor = BrickColor.new("Cool yellow") | |
625 | pa10.CanCollide = false | |
626 | pa10.Locked = true | |
627 | pa10.Transparency = 1 | |
628 | pa10.Parent = ZaWarudo | |
629 | pa10.Shape = "Cylinder" | |
630 | pa10.Material = "SmoothPlastic" | |
631 | local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
632 | ||
633 | local pa10d = Instance.new("Part") | |
634 | nooutline(pa10d) | |
635 | pa10d.Anchored = false | |
636 | pa10d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
637 | pa10d.Name = "pa10d" | |
638 | pa10d.Size = Vector3.new(2.2,.8,.8) | |
639 | pa10d.BrickColor = BrickColor.new("Cool yellow") | |
640 | pa10d.CanCollide = false | |
641 | pa10d.Locked = true | |
642 | pa10d.Transparency = 1 | |
643 | pa10d.Parent = ZaWarudo | |
644 | pa10d.Shape = "Cylinder" | |
645 | pa10d.Material = "SmoothPlastic" | |
646 | local pa10wd = makemotor(pa10d, pa10d, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
647 | ||
648 | local pa11 = Instance.new("Part") | |
649 | nooutline(pa11) | |
650 | pa11.Anchored = false | |
651 | pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
652 | pa11.Name = "pa11" | |
653 | pa11.Size = Vector3.new(2,1,1) | |
654 | pa11.BrickColor = BrickColor.new("Cool yellow") | |
655 | pa11.CanCollide = false | |
656 | pa11.Locked = true | |
657 | pa11.Transparency = 1 | |
658 | pa11.Parent = ZaWarudo | |
659 | pa11.Shape = "Cylinder" | |
660 | pa11.Material = "SmoothPlastic" | |
661 | local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
662 | ||
663 | local pa11d = Instance.new("Part") | |
664 | nooutline(pa11d) | |
665 | pa11d.Anchored = false | |
666 | pa11d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
667 | pa11d.Name = "pa11d" | |
668 | pa11d.Size = Vector3.new(2.2,.8,.8) | |
669 | pa11d.BrickColor = BrickColor.new("Cool yellow") | |
670 | pa11d.CanCollide = false | |
671 | pa11d.Locked = true | |
672 | pa11d.Transparency = 1 | |
673 | pa11d.Parent = ZaWarudo | |
674 | pa11d.Shape = "Cylinder" | |
675 | pa11d.Material = "SmoothPlastic" | |
676 | local pa11wd = makemotor(pa11d, pa11d, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
677 | ||
678 | local raemblem = Instance.new("Part") | |
679 | nooutline(raemblem) | |
680 | raemblem.Anchored = false | |
681 | raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
682 | raemblem.Name = "raemblem" | |
683 | raemblem.Size = Vector3.new(0.2, 0.2, 0.2) | |
684 | raemblem.BrickColor = BrickColor.new("Cool yellow") | |
685 | raemblem.CanCollide = false | |
686 | raemblem.Locked = true | |
687 | raemblem.Material = "SmoothPlastic" | |
688 | raemblem.Transparency = 1 | |
689 | raemblem.Parent = ZaWarudo | |
690 | local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem) | |
691 | local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0)) | |
692 | local emmes = Instance.new("Decal") | |
693 | emmes.Texture = "rbxassetid://0" | |
694 | emmes.Transparency = 1 | |
695 | emmes.Face = "Right" | |
696 | emmes.Name = "embe" | |
697 | emmes.Parent = raemblem | |
698 | local ra1 = Instance.new("Part") | |
699 | nooutline(ra1) | |
700 | ra1.Anchored = false | |
701 | ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
702 | ra1.Name = "ra1" | |
703 | ra1.Size = Vector3.new(0.2, 0.2, 0.2) | |
704 | ra1.BrickColor = BrickColor.new("Cool yellow") | |
705 | ra1.CanCollide = false | |
706 | ra1.Locked = true | |
707 | ra1.Transparency = 1 | |
708 | ra1.Parent = ZaWarudo | |
709 | local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1) | |
710 | local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
711 | local ra2 = Instance.new("Part") | |
712 | nooutline(ra2) | |
713 | ra2.Anchored = false | |
714 | ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
715 | ra2.Name = "ra2" | |
716 | ra2.Size = Vector3.new(0.2, 0.2, 0.2) | |
717 | ra2.BrickColor = BrickColor.new("Cool yellow") | |
718 | ra2.CanCollide = false | |
719 | ra2.Locked = true | |
720 | ra2.Transparency = 1 | |
721 | ra2.Parent = ZaWarudo | |
722 | local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2) | |
723 | local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
724 | ||
725 | local ra5 = Instance.new("Part") | |
726 | nooutline(ra5) | |
727 | ra5.Anchored = false | |
728 | ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
729 | ra5.Name = "ra5" | |
730 | ra5.Size = Vector3.new(0.2, 0.2, 0.2) | |
731 | ra5.BrickColor = BrickColor.new("Gold") | |
732 | ra5.CanCollide = false | |
733 | ra5.Locked = true | |
734 | ra5.Transparency = 1 | |
735 | ra5.Parent = ZaWarudo | |
736 | local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5) | |
737 | local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0)) | |
738 | local la1 = Instance.new("Part") | |
739 | nooutline(la1) | |
740 | la1.Anchored = false | |
741 | la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
742 | la1.Name = "la1" | |
743 | la1.Size = Vector3.new(0.2, 0.2, 0.2) | |
744 | la1.BrickColor = BrickColor.new("Cool yellow") | |
745 | la1.CanCollide = false | |
746 | la1.Locked = true | |
747 | la1.Transparency = 1 | |
748 | la1.Parent = ZaWarudo | |
749 | local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1) | |
750 | local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
751 | local la2 = Instance.new("Part") | |
752 | nooutline(la2) | |
753 | la2.Anchored = false | |
754 | la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
755 | la2.Name = "la2" | |
756 | la2.Size = Vector3.new(0.2, 0.2, 0.2) | |
757 | la2.BrickColor = BrickColor.new("Cool yellow") | |
758 | la2.CanCollide = false | |
759 | la2.Locked = true | |
760 | la2.Transparency = 1 | |
761 | la2.Parent = ZaWarudo | |
762 | local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2) | |
763 | local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
764 | ||
765 | local la5 = Instance.new("Part") | |
766 | nooutline(la5) | |
767 | la5.Anchored = false | |
768 | la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
769 | la5.Name = "la5" | |
770 | la5.Size = Vector3.new(0.2, 0.2, 0.2) | |
771 | la5.BrickColor = BrickColor.new("Gold") | |
772 | la5.CanCollide = false | |
773 | la5.Locked = true | |
774 | la5.Transparency = 1 | |
775 | la5.Parent = ZaWarudo | |
776 | local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5) | |
777 | local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0)) | |
778 | ||
779 | local ll3 = Instance.new("Part") | |
780 | nooutline(ll3) | |
781 | ll3.Anchored = false | |
782 | ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
783 | ll3.Name = "ll3" | |
784 | ll3.Size = Vector3.new(0.2, 0.2, 0.2) | |
785 | ll3.BrickColor = BrickColor.new("Gold") | |
786 | ll3.CanCollide = false | |
787 | ll3.Locked = true | |
788 | ll3.Transparency = 1 | |
789 | ll3.Parent = ZaWarudo | |
790 | local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3) | |
791 | local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0)) | |
792 | ||
793 | local rr3 = Instance.new("Part") | |
794 | nooutline(rr3) | |
795 | rr3.Anchored = false | |
796 | rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
797 | rr3.Name = "rr3" | |
798 | rr3.Size = Vector3.new(0.2, 0.2, 0.2) | |
799 | rr3.BrickColor = BrickColor.new("Gold") | |
800 | rr3.CanCollide = false | |
801 | rr3.Locked = true | |
802 | rr3.Transparency = 1 | |
803 | rr3.Parent = ZaWarudo | |
804 | local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3) | |
805 | local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0)) | |
806 | return ZaWarudo | |
807 | end | |
808 | local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0)) | |
809 | coroutine.resume(coroutine.create(function() | |
810 | local rot = thenoob.HumanoidRootPart | |
811 | repeat | |
812 | swait() | |
813 | rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5) | |
814 | until rot == nil | |
815 | end)) | |
816 | local rot = thenoob.HumanoidRootPart | |
817 | local ntorso = thenoob:FindFirstChild("Torso") | |
818 | local rightarm = thenoob:FindFirstChild("Right Arm") | |
819 | local leftarm = thenoob:FindFirstChild("Left Arm") | |
820 | local leftleg = thenoob:FindFirstChild("Left Leg") | |
821 | local rightleg = thenoob:FindFirstChild("Right Leg") | |
822 | local head = thenoob:FindFirstChild("Head") | |
823 | local face = head:FindFirstChild("face") | |
824 | local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe") | |
825 | local embpart = thenoob:FindFirstChild("raemblem") | |
826 | local nRJ = rot:FindFirstChild("RootJoint") | |
827 | local nN = ntorso:FindFirstChild("Neck") | |
828 | local nRS = ntorso:FindFirstChild("Right Shoulder") | |
829 | local nLS = ntorso:FindFirstChild("Left Shoulder") | |
830 | local nRH = ntorso:FindFirstChild("Right Hip") | |
831 | local nLH = ntorso:FindFirstChild("Left Hip") | |
832 | function standappear(nbz) | |
833 | if selected == false or activu == true then | |
834 | return | |
835 | end | |
836 | if appeared == false then | |
837 | appeared = true | |
838 | wherto = hrp | |
839 | addcfr = cf(-2, 1, 2) | |
840 | local apear = Instance.new("Sound") | |
841 | apear.SoundId = "rbxassetid://463010917" | |
842 | apear.Parent = rot | |
843 | apear.Volume = 1.25 | |
844 | game.Debris:AddItem(apear, 1.5) | |
845 | apear:Play() | |
846 | for _, n in pairs(nbz:GetChildren()) do | |
847 | coroutine.resume(coroutine.create(function() | |
848 | for _ = 1, 5 do | |
849 | if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then | |
850 | swait() | |
851 | n.Transparency = n.Transparency - 0.2 | |
852 | face.Transparency = face.Transparency - 0.2 | |
853 | emblem.Transparency = emblem.Transparency - 0.2 | |
854 | end | |
855 | end | |
856 | if n ~= rot and n ~= embpart then | |
857 | n.Transparency = 0 | |
858 | end | |
859 | face.Transparency = 0 | |
860 | emblem.Transparency = 0 | |
861 | end)) | |
862 | end | |
863 | elseif appeared == true then | |
864 | appeared = false | |
865 | wherto = hrp | |
866 | addcfr = cf(0, 0, 0) | |
867 | for _, n in pairs(nbz:GetChildren()) do | |
868 | coroutine.resume(coroutine.create(function() | |
869 | for _ = 1, 5 do | |
870 | if n ~= rot and n ~= embpart then | |
871 | swait() | |
872 | n.Transparency = n.Transparency + 0.2 | |
873 | face.Transparency = face.Transparency + 0.2 | |
874 | emblem.Transparency = emblem.Transparency + 0.2 | |
875 | ||
876 | end | |
877 | end | |
878 | if n ~= rot and n ~= embpart then | |
879 | n.Transparency = 1 | |
880 | end | |
881 | face.Transparency = 1 | |
882 | emblem.Transparency = 1 | |
883 | ||
884 | end)) | |
885 | end | |
886 | end | |
887 | end | |
888 | function THREATENING() | |
889 | if selected == false or activu == true then | |
890 | return | |
891 | end | |
892 | if POSU == false then | |
893 | POSU = true | |
894 | human.WalkSpeed = 0 | |
895 | local d = Instance.new("ParticleEmitter") | |
896 | d.Name = "MENACINGU" | |
897 | d.Lifetime = NumberRange.new(1) | |
898 | d.Rate = 2 | |
899 | d.Texture = "rbxassetid://298768656" | |
900 | d.VelocitySpread = 60 | |
901 | d.Parent = tors | |
902 | human:SetStateEnabled(3, false) | |
903 | local randomoth = math.random(1, 2) | |
904 | if randomoth == 1 then | |
905 | repeat | |
906 | swait() | |
907 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3) | |
908 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3) | |
909 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3) | |
910 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
911 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3) | |
912 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
913 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3) | |
914 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
915 | lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3) | |
916 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
917 | until POSU == false | |
918 | elseif randomoth == 2 then | |
919 | repeat | |
920 | swait() | |
921 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3) | |
922 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3) | |
923 | lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3) | |
924 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
925 | lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3) | |
926 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
927 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3) | |
928 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
929 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3) | |
930 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
931 | until POSU == false | |
932 | end | |
933 | elseif POSU == true then | |
934 | POSU = false | |
935 | human.WalkSpeed = 16 | |
936 | human:SetStateEnabled(3, true) | |
937 | tors.MENACINGU:Destroy() | |
938 | activu = true | |
939 | activu = false | |
940 | end | |
941 | end | |
942 | local EHMMM = 0 | |
943 | function block() | |
944 | if EHMMM == 50 or selected == false or activu == true then | |
945 | return | |
946 | end | |
947 | if appeared == false then | |
948 | standappear(thenoob) | |
949 | end | |
950 | wherto = hrp | |
951 | addcfr = cf(0, 0, -3) | |
952 | local bep = true | |
953 | local humanshealth = human.Health | |
954 | activu = true | |
955 | human:SetStateEnabled(15, false) | |
956 | local de = mouse.KeyUp:connect(function(key) | |
957 | if key == "e" then | |
958 | bep = false | |
959 | end | |
960 | end) | |
961 | local poopes = 0 | |
962 | repeat | |
963 | swait() | |
964 | poopes = poopes + 1 | |
965 | human.Health = humanshealth | |
966 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5) | |
967 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5) | |
968 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5) | |
969 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
970 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5) | |
971 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
972 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
973 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
974 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
975 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
976 | until bep == false or poopes > 240 | |
977 | de:Disconnect() | |
978 | human:SetStateEnabled(15, true) | |
979 | activu = false | |
980 | EHMMM = 50 | |
981 | coroutine.resume(coroutine.create(function() | |
982 | wait(7) | |
983 | EHMMM = 0 | |
984 | end)) | |
985 | wherto = hrp | |
986 | addcfr = cf(-2, 1, 2) | |
987 | end | |
988 | function MUDA() | |
989 | if selected == false or activu == true then | |
990 | return | |
991 | end | |
992 | if appeared == false then | |
993 | standappear(thenoob) | |
994 | wherto = hrp | |
995 | addcfr = cf(0, 0, -3.5) | |
996 | end | |
997 | wry:Stop() | |
998 | local bep = true | |
999 | activu = true | |
1000 | wherto = hrp | |
1001 | addcfr = cf(0, 0, -3.5) | |
1002 | local function blur(limb) | |
1003 | coroutine.resume(coroutine.create(function() | |
1004 | local memedon = {} | |
1005 | for i = 1, 6 do | |
1006 | local b1 = Instance.new("Part") | |
1007 | nooutline(b1) | |
1008 | b1.Size = Vector3.new(1, 2, 1) | |
1009 | b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
1010 | b1.CanCollide = false | |
1011 | b1.BrickColor = limb.BrickColor | |
1012 | b1.Anchored = true | |
1013 | b1.Transparency = 0.7 | |
1014 | b1.Locked = true | |
1015 | b1.Parent = modz | |
1016 | table.insert(memedon, b1) | |
1017 | end | |
1018 | local num = 0 | |
1019 | repeat | |
1020 | swait() | |
1021 | num = num % 6 + 1 | |
1022 | memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
1023 | until bep == false | |
1024 | for i = 1, #memedon do | |
1025 | swait() | |
1026 | memedon[i]:Destroy() | |
1027 | end | |
1028 | end)) | |
1029 | end | |
1030 | local de = mouse.KeyUp:connect(function(key) | |
1031 | if key == "r" then | |
1032 | bep = false | |
1033 | end | |
1034 | end) | |
1035 | blur(rightarm) | |
1036 | blur(leftarm) | |
1037 | local mudodo = Instance.new("Sound") | |
1038 | mudodo.Volume = 7.5 | |
1039 | mudodo.SoundId = "rbxassetid://1049127421" | |
1040 | mudodo.Looped = false | |
1041 | mudodo.Parent = hrp | |
1042 | mudodo:Play() | |
1043 | wait(0.3) | |
1044 | local mudo = Instance.new("Sound") | |
1045 | mudo.Volume = 7.5 | |
1046 | mudo.SoundId = "rbxassetid://1049128880" | |
1047 | mudo.Looped = true | |
1048 | mudo.Parent = hrp | |
1049 | mudo:Play() | |
1050 | repeat | |
1051 | for _ = 1, 2 do | |
1052 | swait() | |
1053 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85) | |
1054 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85) | |
1055 | lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85) | |
1056 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1057 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85) | |
1058 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1059 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
1060 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1061 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
1062 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1063 | end | |
1064 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1065 | for _ = 1, 2 do | |
1066 | swait() | |
1067 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85) | |
1068 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85) | |
1069 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85) | |
1070 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1071 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85) | |
1072 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1073 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
1074 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1075 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
1076 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1077 | end | |
1078 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1079 | for _ = 1, 2 do | |
1080 | swait() | |
1081 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85) | |
1082 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85) | |
1083 | lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85) | |
1084 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1085 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85) | |
1086 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1087 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
1088 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1089 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
1090 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1091 | end | |
1092 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1093 | for _ = 1, 2 do | |
1094 | swait() | |
1095 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85) | |
1096 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85) | |
1097 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85) | |
1098 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1099 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85) | |
1100 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1101 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
1102 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1103 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
1104 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1105 | end | |
1106 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1107 | until bep == false or 0 >= human.Health | |
1108 | de:Disconnect() | |
1109 | mudo:Stop() | |
1110 | wry:Play() | |
1111 | for _ = 1, 6 do | |
1112 | swait() | |
1113 | lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75) | |
1114 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75) | |
1115 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75) | |
1116 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1117 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
1118 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1119 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
1120 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1121 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
1122 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1123 | end | |
1124 | for _ = 1, 7 do | |
1125 | swait() | |
1126 | hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50) | |
1127 | lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75) | |
1128 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75) | |
1129 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75) | |
1130 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75) | |
1131 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
1132 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1133 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
1134 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1135 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
1136 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1137 | end | |
1138 | swait(5) | |
1139 | wherto = hrp | |
1140 | mudodo:Destroy() | |
1141 | addcfr = cf(-2, 1, 2) | |
1142 | activu = false | |
1143 | end | |
1144 | function cability() | |
1145 | if selected == false or activu == true then | |
1146 | return | |
1147 | end | |
1148 | if appeared == false then | |
1149 | standappear(thenoob) | |
1150 | wherto = hrp | |
1151 | addcfr = cf(0, 0, -3.75) | |
1152 | end | |
1153 | activu = true | |
1154 | wherto = hrp | |
1155 | addcfr = cf(0, 0, -3.5) | |
1156 | local ZAWRUA = Instance.new("Sound") | |
1157 | ZAWRUA.SoundId = "rbxassetid://257346558" | |
1158 | ZAWRUA.Volume = 3 | |
1159 | ZAWRUA.Parent = hrp | |
1160 | ZAWRUA:Play() | |
1161 | game.Debris:AddItem(ZAWRUA, 2.5) | |
1162 | local wate = Instance.new("Part") | |
1163 | nooutline(wate) | |
1164 | wate.Size = Vector3.new(0.2, 0.2, 0.2) | |
1165 | wate.Material = "Neon" | |
1166 | wate.Transparency = 1 | |
1167 | wate.BrickColor = BrickColor.new("Forest green") | |
1168 | wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0) | |
1169 | wate.Anchored = true | |
1170 | wate.CanCollide = false | |
1171 | wate.Parent = modz | |
1172 | local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate) | |
1173 | coroutine.resume(coroutine.create(function() | |
1174 | repeat | |
1175 | swait() | |
1176 | wate.CFrame = rightarm.CFrame * cf(0, -1, 0) | |
1177 | wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5) | |
1178 | until not wate | |
1179 | end)) | |
1180 | coroutine.resume(coroutine.create(function() | |
1181 | local pt = {} | |
1182 | for _ = 1, 10 do | |
1183 | local wp = Instance.new("Part") | |
1184 | nooutline(wp) | |
1185 | wp.Size = Vector3.new(0.2, 0.2, 0.2) | |
1186 | wp.Material = "Neon" | |
1187 | wp.Transparency = 1 | |
1188 | wp.BrickColor = BrickColor.new("Forest green") | |
1189 | wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0) | |
1190 | wp.Anchored = true | |
1191 | wp.CanCollide = false | |
1192 | wp.Parent = modz | |
1193 | local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp) | |
1194 | table.insert(pt, wp) | |
1195 | table.insert(pt, wmz) | |
1196 | end | |
1197 | for m = 1, 45 do | |
1198 | swait() | |
1199 | for _, hey in pairs(pt) do | |
1200 | if hey.ClassName == "SpecialMesh" then | |
1201 | hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005) | |
1202 | elseif hey.ClassName == "Part" then | |
1203 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
1204 | hey.Transparency = hey.Transparency - 0.015 | |
1205 | end | |
1206 | end | |
1207 | end | |
1208 | for m = 45, 50 do | |
1209 | swait() | |
1210 | for _, hey in pairs(pt) do | |
1211 | if hey.ClassName == "SpecialMesh" then | |
1212 | hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025) | |
1213 | elseif hey.ClassName == "Part" then | |
1214 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
1215 | hey.Transparency = hey.Transparency + 0.2 | |
1216 | end | |
1217 | end | |
1218 | end | |
1219 | for _, AAA in pairs(pt) do | |
1220 | if AAA.ClassName == "Part" then | |
1221 | AAA:Destroy() | |
1222 | end | |
1223 | end | |
1224 | end)) | |
1225 | for _ = 1, 50 do | |
1226 | swait() | |
1227 | wmesh.Scale = Vector3.new(9, 9, 9) | |
1228 | wate.Transparency = wate.Transparency - 0.008 | |
1229 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2) | |
1230 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2) | |
1231 | lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2) | |
1232 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1233 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2) | |
1234 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1235 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2) | |
1236 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1237 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2) | |
1238 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1239 | end | |
1240 | local pooo = Instance.new("Sound") | |
1241 | pooo.SoundId = "rbxassetid://1238240145" | |
1242 | pooo.Volume = 3 | |
1243 | pooo.Parent = hrp | |
1244 | pooo:Play() | |
1245 | game.Debris:AddItem(pooo, 2.5) | |
1246 | for _ = 1, 1 do | |
1247 | swait() | |
1248 | wate.Transparency = wate.Transparency + 0.15 | |
1249 | lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5) | |
1250 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5) | |
1251 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5) | |
1252 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
1253 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1254 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1255 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1256 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1257 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1258 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1259 | end | |
1260 | local swoo = Instance.new("Part") | |
1261 | nooutline(swoo) | |
1262 | swoo.Size = Vector3.new(0.2, 0.2, 0.2) | |
1263 | swoo.Material = "Neon" | |
1264 | swoo.Transparency = 0.2 | |
1265 | swoo.BrickColor = BrickColor.new("Forest green") | |
1266 | swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0) | |
1267 | swoo.Anchored = true | |
1268 | swoo.CanCollide = false | |
1269 | swoo.Parent = modz | |
1270 | local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo) | |
1271 | local pli = Instance.new("PointLight") | |
1272 | pli.Brightness = 2 | |
1273 | pli.Color = Color3.new(0.45098039215686275, 1, 0) | |
1274 | pli.Range = 10 | |
1275 | pli.Shadows = true | |
1276 | pli.Parent = swoo | |
1277 | hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80) | |
1278 | tagability(swoo, 4) | |
1279 | for _ = 1, 10 do | |
1280 | swait() | |
1281 | wate.Transparency = wate.Transparency + 0.05 | |
1282 | swoo.Transparency = swoo.Transparency + 0.075 | |
1283 | pli.Range = pli.Range - 1 | |
1284 | lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5) | |
1285 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5) | |
1286 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5) | |
1287 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
1288 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1289 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1290 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1291 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1292 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1293 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1294 | end | |
1295 | wate:Destroy() | |
1296 | swoo:Destroy() | |
1297 | pli:Destroy() | |
1298 | swait(15) | |
1299 | wherto = hrp | |
1300 | addcfr = cf(-2, 1, 2) | |
1301 | activu = false | |
1302 | end | |
1303 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462") | |
1304 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208") | |
1305 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400") | |
1306 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606") | |
1307 | function THEBEST() | |
1308 | if selected == false or activu == true or appeared == true or POSU == true then | |
1309 | return | |
1310 | end | |
1311 | local dipperhat = chr:FindFirstChild("DXD_DipperHat") | |
1312 | local dipperrot | |
1313 | if dipperhat then | |
1314 | dipperrot = dipperhat.Handle.HatAttachment.Rotation | |
1315 | end | |
1316 | activu = true | |
1317 | POSU = true | |
1318 | cam.CameraType = "Scriptable" | |
1319 | chr.PrimaryPart = hrp | |
1320 | human.WalkSpeed = 0 | |
1321 | human:SetStateEnabled(3, false) | |
1322 | local actmus1 = Instance.new("Sound") | |
1323 | actmus1.SoundId = "rbxassetid://188959462" | |
1324 | actmus1.Volume = 1.5 | |
1325 | actmus1.RollOffMode = 1 | |
1326 | actmus1.TimePosition = 0 | |
1327 | actmus1.Parent = cam | |
1328 | local actmus2 = Instance.new("Sound") | |
1329 | actmus2.SoundId = "rbxassetid://188959462" | |
1330 | actmus2.Volume = 1.5 | |
1331 | actmus2.RollOffMode = 1 | |
1332 | actmus2.TimePosition = 0 | |
1333 | actmus2.Parent = hrp | |
1334 | actmus1:Play() | |
1335 | actmus2:Play() | |
1336 | local mus1 = Instance.new("Sound") | |
1337 | mus1.SoundId = "rbxassetid://616594208" | |
1338 | mus1.Volume = 1.25 | |
1339 | mus1.TimePosition = 0.45 | |
1340 | mus1.Parent = cam | |
1341 | local mus2 = Instance.new("Sound") | |
1342 | mus2.SoundId = "rbxassetid://616594208" | |
1343 | mus2.Volume = 1.25 | |
1344 | mus2.TimePosition = 0.45 | |
1345 | mus2.Parent = hrp | |
1346 | local zawarudoda = Instance.new("Sound") | |
1347 | zawarudoda.SoundId = "rbxassetid://616576400" | |
1348 | zawarudoda.Volume = 2 | |
1349 | zawarudoda.TimePosition = 0.3 | |
1350 | zawarudoda.Parent = hrp | |
1351 | mus1:Play() | |
1352 | mus2:Play() | |
1353 | cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7) | |
1354 | local regface = hed.face.Texture | |
1355 | local whogothit, bodyvel | |
1356 | local function checkhit(partoz, magn) | |
1357 | for _, guy in pairs(workspace:GetChildren()) do | |
1358 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then | |
1359 | whogothit = guy | |
1360 | guy:FindFirstChild("Humanoid").PlatformStand = true | |
1361 | do | |
1362 | local derp = Instance.new("BodyPosition") | |
1363 | derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999) | |
1364 | derp.P = 8000 | |
1365 | derp.D = 500 | |
1366 | derp.Position = hrp.Position + hrp.CFrame.lookVector * 20 | |
1367 | derp.Parent = guy:FindFirstChild("HumanoidRootPart") | |
1368 | bodyvel = derp | |
1369 | local derp2 = Instance.new("BodyAngularVelocity") | |
1370 | derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999) | |
1371 | derp2.P = 8000 | |
1372 | derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0) | |
1373 | derp2.Parent = guy:FindFirstChild("HumanoidRootPart") | |
1374 | delay(0.1, function() | |
1375 | derp2:Destroy() | |
1376 | guy.Torso:Remove() | |
1377 | guy.Head:Remove() | |
1378 | end) | |
1379 | bodyvel = derp | |
1380 | end | |
1381 | end | |
1382 | end | |
1383 | end | |
1384 | coroutine.resume(coroutine.create(function() | |
1385 | for _ = 1, 25 do | |
1386 | swait() | |
1387 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
1388 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3) | |
1389 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
1390 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1391 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3) | |
1392 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1393 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
1394 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1395 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1396 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1397 | end | |
1398 | for _ = 1, 20 do | |
1399 | swait() | |
1400 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
1401 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3) | |
1402 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
1403 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1404 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3) | |
1405 | if dipperhat then | |
1406 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3) | |
1407 | end | |
1408 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1409 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
1410 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1411 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1412 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1413 | end | |
1414 | end)) | |
1415 | repeat | |
1416 | swait() | |
1417 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0) | |
1418 | until mus1.TimePosition > 2.9 | |
1419 | mus1:Pause() | |
1420 | mus2:Pause() | |
1421 | zawarudoda:Play() | |
1422 | coroutine.resume(coroutine.create(function() | |
1423 | for _ = 1, 7 do | |
1424 | swait() | |
1425 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4) | |
1426 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3) | |
1427 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3) | |
1428 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1429 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3) | |
1430 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1431 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3) | |
1432 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1433 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1434 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1435 | end | |
1436 | for _ = 1, 16 do | |
1437 | swait() | |
1438 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4) | |
1439 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3) | |
1440 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3) | |
1441 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1442 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3) | |
1443 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1444 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3) | |
1445 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1446 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3) | |
1447 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1448 | end | |
1449 | end)) | |
1450 | repeat | |
1451 | swait() | |
1452 | until zawarudoda.TimePosition > 1.4 | |
1453 | zawarudoda:Pause() | |
1454 | activu = false | |
1455 | standappear(thenoob) | |
1456 | wherto = hrp | |
1457 | addcfr = cf(3, 0.25, -1.5) | |
1458 | activu = true | |
1459 | cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3) | |
1460 | for _ = 1, 10 do | |
1461 | swait() | |
1462 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5) | |
1463 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5) | |
1464 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5) | |
1465 | lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5) | |
1466 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1467 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1468 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1469 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1470 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1471 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1472 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1473 | end | |
1474 | wherto = hrp | |
1475 | addcfr = cf(-3, 0.25, -1.5) | |
1476 | for _ = 1, 25 do | |
1477 | swait() | |
1478 | checkhit(rightarm, 3) | |
1479 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4) | |
1480 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4) | |
1481 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4) | |
1482 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1483 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4) | |
1484 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1485 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4) | |
1486 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1487 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4) | |
1488 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1489 | end | |
1490 | if whogothit then | |
1491 | print("derp") | |
1492 | cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4) | |
1493 | local laugo = Instance.new("Sound") | |
1494 | laugo.SoundId = "rbxassetid://291088606" | |
1495 | laugo.Volume = 1.5 | |
1496 | laugo.Parent = hrp | |
1497 | game.Debris:AddItem(laugo, 2.5) | |
1498 | laugo:Play() | |
1499 | local sda = 0 | |
1500 | local chn = 2 | |
1501 | local cs = math.cos | |
1502 | for D = 1, 60 do | |
1503 | swait() | |
1504 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15) | |
1505 | sda = sda + chn | |
1506 | lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D) | |
1507 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D) | |
1508 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D) | |
1509 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1510 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D) | |
1511 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1512 | lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D) | |
1513 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1514 | lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D) | |
1515 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1516 | end | |
1517 | hed.face.Texture = "rbxassetid://176777497" | |
1518 | mus1.TimePosition = 2.75 | |
1519 | mus1:Play() | |
1520 | for C = 1, 30 do | |
1521 | swait() | |
1522 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60)) | |
1523 | sda = sda + chn | |
1524 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31) | |
1525 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31) | |
1526 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31) | |
1527 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1528 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31) | |
1529 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1530 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31) | |
1531 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1532 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31) | |
1533 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1534 | end | |
1535 | for _ = 1, 5 do | |
1536 | swait() | |
1537 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02) | |
1538 | sda = sda + chn | |
1539 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5) | |
1540 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5) | |
1541 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5) | |
1542 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1543 | lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5) | |
1544 | if dipperhat then | |
1545 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5) | |
1546 | end | |
1547 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1548 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5) | |
1549 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1550 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5) | |
1551 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1552 | end | |
1553 | wait(2) | |
1554 | elseif whogothit == nil then | |
1555 | print("noderp") | |
1556 | end | |
1557 | human:SetStateEnabled(3, true) | |
1558 | activu = false | |
1559 | standappear(thenoob) | |
1560 | activu = true | |
1561 | if dipperhat then | |
1562 | dipperhat.Handle.HatAttachment.Rotation = dipperrot | |
1563 | end | |
1564 | actmus1:Destroy() | |
1565 | actmus2:Destroy() | |
1566 | bast:Play() | |
1567 | if bodyvel then | |
1568 | bodyvel:Destroy() | |
1569 | end | |
1570 | cam.CameraType = "Custom" | |
1571 | hed.face.Texture = regface | |
1572 | chr.PrimaryPart = head | |
1573 | human.WalkSpeed = 16 | |
1574 | activu = false | |
1575 | POSU = false | |
1576 | end | |
1577 | function hito(partoz, magn, dmg, debtim, bodyfdire) | |
1578 | for _, guy in pairs(workspace:GetChildren()) do | |
1579 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then | |
1580 | do | |
1581 | local humz = guy:FindFirstChild("Humanoid") | |
1582 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1583 | TakeDamage(humz, dmg) | |
1584 | local db = Instance.new("StringValue") | |
1585 | db.Name = "alabo" | |
1586 | db.Parent = horp | |
1587 | delay(debtim, function() | |
1588 | db:Destroy() | |
1589 | end) | |
1590 | local b = Instance.new("Part") | |
1591 | nooutline(b) | |
1592 | b.Size = Vector3.new(0.2, 0.2, 0.2) | |
1593 | b.Transparency = 0.25 | |
1594 | b.Anchored = true | |
1595 | b.CanCollide = false | |
1596 | b.BrickColor = BrickColor.new("Institutional white") | |
1597 | b.Locked = true | |
1598 | b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1)) | |
1599 | b.Parent = modz | |
1600 | local c = Instance.new("SpecialMesh") | |
1601 | c.MeshType = "Sphere" | |
1602 | c.Scale = Vector3.new(3.5, 3.5, 3.5) | |
1603 | c.Parent = b | |
1604 | game.Debris:AddItem(b, 1) | |
1605 | if bodyfdire then | |
1606 | local boopyve = Instance.new("BodyVelocity") | |
1607 | boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge) | |
1608 | boopyve.P = math.huge | |
1609 | boopyve.Velocity = bodyfdire | |
1610 | boopyve.Parent = horp | |
1611 | game.Debris:AddItem(boopyve, debtim) | |
1612 | end | |
1613 | local bet = Instance.new("Sound") | |
1614 | bet.Pitch = rd2(9, 11) / 10 | |
1615 | bet.Volume = rd2(12, 14) / 10 | |
1616 | bet.SoundId = "rbxassetid://165604684" | |
1617 | bet.Parent = b | |
1618 | bet:Play() | |
1619 | coroutine.resume(coroutine.create(function() | |
1620 | for _ = 1, 5 do | |
1621 | swait() | |
1622 | b.Transparency = b.Transparency + 0.15 | |
1623 | c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg) | |
1624 | end | |
1625 | end)) | |
1626 | end | |
1627 | end | |
1628 | end | |
1629 | end | |
1630 | function SoulSteal(pos) | |
1631 | local soulst = coroutine.wrap(function() | |
1632 | local soul = Instance.new("Part",chr) | |
1633 | soul.Size = Vector3.new(0,0,0) | |
1634 | soul.CanCollide = false | |
1635 | soul.Anchored = false | |
1636 | soul.Position = pos | |
1637 | soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z) | |
1638 | soul.Transparency = 1 | |
1639 | local ptc = Instance.new("ParticleEmitter",soul) | |
1640 | ptc.Texture = "http://www.roblox.com/asset/?id=413366101" | |
1641 | ptc.Size = NumberSequence.new(.5) | |
1642 | ptc.LockedToPart = true | |
1643 | ptc.Speed = NumberRange.new(0) | |
1644 | ptc.Lifetime = NumberRange.new(9999) | |
1645 | local bodpos = Instance.new("BodyPosition",soul) | |
1646 | bodpos.Position = pos | |
1647 | wait(2) | |
1648 | soul.Touched:connect(function(hit) | |
1649 | if hit.Parent == chr then | |
1650 | soul:Destroy() | |
1651 | end | |
1652 | end) | |
1653 | while soul do | |
1654 | wait(.1) | |
1655 | bodpos.Position = chr.Torso.Position | |
1656 | end | |
1657 | end) | |
1658 | soulst() | |
1659 | end | |
1660 | ||
1661 | function tagability(partoz, magn) | |
1662 | for _, guy in pairs(workspace:GetChildren()) do | |
1663 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then | |
1664 | do | |
1665 | local humz = guy:FindFirstChild("Humanoid") | |
1666 | humz.PlatformStand = true | |
1667 | delay(1, function() | |
1668 | humz.PlatformStand = false | |
1669 | end) | |
1670 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1671 | local db = Instance.new("StringValue") | |
1672 | db.Name = "dedrbaba" | |
1673 | db.Parent = horp | |
1674 | local bodyrot = Instance.new("BodyAngularVelocity") | |
1675 | bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999) | |
1676 | bodyrot.P = math.huge | |
1677 | bodyrot.AngularVelocity = Vector3.new(0, 5, 50) | |
1678 | bodyrot.Parent = horp | |
1679 | local hL, tL, aL, bL, cL, dL | |
1680 | game.Debris:AddItem(bodyrot, 0.2) | |
1681 | if guy:FindFirstChild("Head") then | |
1682 | hL = guy:FindFirstChild("Head") | |
1683 | hL.BrickColor = BrickColor.new("White") | |
1684 | end | |
1685 | if guy:FindFirstChild("Torso") then | |
1686 | tL = guy:FindFirstChild("Torso") | |
1687 | tL.BrickColor = BrickColor.new("White") | |
1688 | end | |
1689 | if guy:FindFirstChild("Left Arm") then | |
1690 | aL = guy:FindFirstChild("Left Arm") | |
1691 | aL.BrickColor = BrickColor.new("White") | |
1692 | end | |
1693 | if guy:FindFirstChild("Right Arm") then | |
1694 | bL = guy:FindFirstChild("Right Arm") | |
1695 | bL.BrickColor = BrickColor.new("White") | |
1696 | end | |
1697 | if guy:FindFirstChild("Left Leg") then | |
1698 | cL = guy:FindFirstChild("Left Leg") | |
1699 | cL.BrickColor = BrickColor.new("Forest green") | |
1700 | end | |
1701 | if guy:FindFirstChild("Right Leg") then | |
1702 | dL = guy:FindFirstChild("Right Leg") | |
1703 | dL.BrickColor = BrickColor.new("Forest green") | |
1704 | end | |
1705 | local torsy = nil | |
1706 | if guy:FindFirstChild("Torso")~=nil then | |
1707 | torsy = guy.Torso | |
1708 | elseif guy:FindFirstChild("UpperTorso")~=nil then | |
1709 | torsy = guy.UpperTorso | |
1710 | end | |
1711 | guy:BreakJoints() | |
1712 | guy.Humanoid:Destroy() | |
1713 | SoulSteal(torsy.Position) | |
1714 | coroutine.resume(coroutine.create(function() | |
1715 | if aL then | |
1716 | aL.Name = "Right Arm" | |
1717 | wait() | |
1718 | end | |
1719 | if bL then | |
1720 | bL.Name = "Left Leg" | |
1721 | wait() | |
1722 | end | |
1723 | if cL then | |
1724 | cL.Name = "Left Arm" | |
1725 | wait() | |
1726 | end | |
1727 | if dL then | |
1728 | dL.Name = "Right Leg" | |
1729 | end | |
1730 | end)) | |
1731 | end | |
1732 | end | |
1733 | end | |
1734 | end | |
1735 | local player = game.Players.LocalPlayer | |
1736 | local torso = player.Character.Torso | |
1737 | local mouse = player:GetMouse() | |
1738 | local tpEnabled = false | |
1739 | mouse.KeyDown:connect(function(key) | |
1740 | if human.Health <= 0 then | |
1741 | return | |
1742 | end | |
1743 | if key == "f" then | |
1744 | standappear(thenoob) | |
1745 | end | |
1746 | if key == "r" then | |
1747 | MUDA() | |
1748 | end | |
1749 | if key == "e" then | |
1750 | block() | |
1751 | end | |
1752 | if key == "v" then | |
1753 | cability() | |
1754 | end | |
1755 | if key == "m" then | |
1756 | THEBEST() | |
1757 | end | |
1758 | if key == "j" then | |
1759 | THREATENING() | |
1760 | end | |
1761 | if key == "k" then | |
1762 | konodioda:Play() | |
1763 | end | |
1764 | if key == "l" then | |
1765 | bast:Play() | |
1766 | end | |
1767 | if key == "p" then | |
1768 | zaworld:Play() | |
1769 | end | |
1770 | mouse.Button1Down:connect(function() | |
1771 | local mT = mouse.Target | |
1772 | if mT.ClassName == "Part" and tpEnabled == true then | |
1773 | tele:Play() | |
1774 | torso.CFrame = CFrame.new(mouse.Hit.p) | |
1775 | end | |
1776 | tpEnabled = false | |
1777 | end) | |
1778 | ||
1779 | mouse.KeyDown:connect(function(key) | |
1780 | if key == "q" and tpEnabled == false then | |
1781 | za:Play() | |
1782 | tpEnabled = not tpEnabled | |
1783 | end | |
1784 | end) | |
1785 | end) | |
1786 | tool.Equipped:connect(function() | |
1787 | selected = true | |
1788 | end) | |
1789 | tool.Unequipped:connect(function() | |
1790 | selected = false | |
1791 | end) | |
1792 | sine = 0 | |
1793 | charge = 1 | |
1794 | cos = math.cos | |
1795 | game:GetService("RunService").RenderStepped:connect(function() | |
1796 | if POSU == false then | |
1797 | local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4) | |
1798 | local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false) | |
1799 | local checkstate = human:GetState() | |
1800 | if checkstate.Value == 13 then | |
1801 | animpose = "Sitting" | |
1802 | elseif hrp.Velocity.y > 1 and checkpart == nil then | |
1803 | animpose = "Jumping" | |
1804 | elseif hrp.Velocity.y < -1 and checkpart == nil then | |
1805 | animpose = "Falling" | |
1806 | elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then | |
1807 | animpose = "Idle" | |
1808 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then | |
1809 | animpose = "Walking" | |
1810 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then | |
1811 | animpose = "TooFast" | |
1812 | end | |
1813 | if animpose == "Idle" then | |
1814 | sine = sine + charge | |
1815 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1816 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
1817 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3) | |
1818 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1819 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3) | |
1820 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1821 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3) | |
1822 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1823 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3) | |
1824 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1825 | end | |
1826 | if animpose == "Walking" then | |
1827 | sine = sine + charge | |
1828 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1829 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
1830 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3) | |
1831 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1832 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3) | |
1833 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1834 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6) | |
1835 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1836 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6) | |
1837 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1838 | end | |
1839 | if animpose == "Jumping" then | |
1840 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3) | |
1841 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3) | |
1842 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
1843 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1844 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
1845 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1846 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
1847 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1848 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
1849 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1850 | end | |
1851 | if animpose == "Falling" then | |
1852 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3) | |
1853 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1854 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
1855 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1856 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
1857 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1858 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3) | |
1859 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1860 | lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
1861 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1862 | end | |
1863 | if animpose == "TooFast" then | |
1864 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1865 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1866 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3) | |
1867 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1868 | lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3) | |
1869 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3) | |
1870 | lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3) | |
1871 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1872 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3) | |
1873 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1874 | end | |
1875 | if animpose == "Sitting" then | |
1876 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1877 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1878 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
1879 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1880 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
1881 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1882 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
1883 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1884 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
1885 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1886 | end | |
1887 | end | |
1888 | if appeared == false and activu == false then | |
1889 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1890 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1891 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1892 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1893 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1894 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1895 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1896 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1897 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1898 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1899 | elseif appeared == true and activu == false then | |
1900 | sine = sine + charge | |
1901 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3) | |
1902 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3) | |
1903 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
1904 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1905 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
1906 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1907 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3) | |
1908 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1909 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3) | |
1910 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1911 | end | |
1912 | end) | |
1913 | function dispose() | |
1914 | for i, v in pairs(getfenv(0)) do | |
1915 | v = nil | |
1916 | end | |
1917 | error = nil | |
1918 | print = nil | |
1919 | warn = nil | |
1920 | end | |
1921 | human.Died:connect(dispose) | |
1922 | chr.Changed:connect(function() | |
1923 | if chr.Parent == nil then | |
1924 | dispose() | |
1925 | end | |
1926 | end) | |
1927 | local p = game.Players.LocalPlayer | |
1928 | local char = p.Character | |
1929 | local hed = char.Head | |
1930 | local LocalPlayer = p | |
1931 | ||
1932 | local Player = game.Players.localPlayer | |
1933 | local Character = p.Character | |
1934 | local LeftArm2 = Character["Left Arm"] | |
1935 | local RightArm2 = Character["Right Arm"] | |
1936 | local LeftLeg2 = Character["Left Leg"] | |
1937 | local RightLeg2 = Character["Right Leg"] | |
1938 | local Head2 = Character.Head | |
1939 | local Torso2 = Character.Torso | |
1940 | ||
1941 | --created by SoldierJoao | |
1942 | --Credits to metabee for the knives edit | |
1943 | cut = Instance.new("Sound", Character) | |
1944 | cut.SoundId = "https://www.roblox.com/asset/?id=0" | |
1945 | cut.Volume = 1.5 | |
1946 | za = Instance.new("Sound", Character) | |
1947 | za.SoundId = "https://www.roblox.com/asset/?id=794076177" | |
1948 | za.Volume = 5 | |
1949 | tele = Instance.new("Sound", Character) | |
1950 | tele.SoundId = "https://www.roblox.com/asset/?id=1180230203" | |
1951 | tele.Volume = 10 | |
1952 | thri = Instance.new("Sound", Character) | |
1953 | thri.SoundId = "https://www.roblox.com/asset/?id=186311262" | |
1954 | thri.Volume = 2.5 | |
1955 | WRY = Instance.new("Sound", Character) | |
1956 | WRY.SoundId = "https://www.roblox.com/asset/?id=276152532" | |
1957 | WRY.Volume = 5 | |
1958 | ||
1959 | local Players=game:service'Players' | |
1960 | local Player=Players.LocalPlayer | |
1961 | local Mouse=Player:GetMouse'' | |
1962 | local RenderStepped=game:service'RunService'.RenderStepped | |
1963 | ||
1964 | local MeshId='http://www.roblox.com/asset?id=202083123' | |
1965 | local TextureId='http://www.roblox.com/asset/?id=189436355' | |
1966 | ||
1967 | local BeeSpeed= 100 | |
1968 | ||
1969 | local QHold=false | |
1970 | local EHold=false | |
1971 | ||
1972 | Mouse.Button1Down:connect(function() | |
1973 | ||
1974 | cut:Play() | |
1975 | if Mouse.Target and canworld == false then | |
1976 | ||
1977 | local Bee=Instance.new('Part',Player.Character) | |
1978 | Bee.CanCollide=false | |
1979 | Bee.Size=Vector3.new(2,2,2) | |
1980 | Bee.CFrame=Player.Character.Torso.CFrame | |
1981 | local BeeMesh=Instance.new('SpecialMesh',Bee) | |
1982 | BeeMesh.MeshType='FileMesh' | |
1983 | BeeMesh.MeshId=MeshId | |
1984 | BeeMesh.TextureId=TextureId | |
1985 | BeeMesh.Scale=Vector3.new(1,1,1) | |
1986 | local BodyVel=Instance.new('BodyVelocity',Bee) | |
1987 | BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
1988 | local BodyGyro=Instance.new('BodyGyro',Bee) | |
1989 | BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge) | |
1990 | BodyGyro.P=2e4 | |
1991 | coroutine.wrap(function() | |
1992 | RenderStepped:connect(function() | |
1993 | BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p) | |
1994 | BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed | |
1995 | end) | |
1996 | end)() | |
1997 | Bee.Touched:connect(function(p) | |
1998 | if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then | |
1999 | p.Parent:BreakJoints() | |
2000 | Bee:Destroy'' | |
2001 | thri:Play() | |
2002 | end | |
2003 | end) | |
2004 | end | |
2005 | end) | |
2006 | ||
2007 | ||
2008 | Mouse.KeyDown:connect(function(k) | |
2009 | local Key=k:lower'' | |
2010 | if Key=='q'then | |
2011 | QHold=true | |
2012 | elseif Key=='e'then | |
2013 | EHold=true | |
2014 | end | |
2015 | end) | |
2016 | ||
2017 | Mouse.KeyUp:connect(function(k) | |
2018 | local Key=k:lower'' | |
2019 | if Key=='q'then | |
2020 | QHold=false | |
2021 | elseif Key=='e'then | |
2022 | EHold=false | |
2023 | end | |
2024 | end) | |
2025 | ||
2026 | coroutine.wrap(function() | |
2027 | RenderStepped:connect(function() | |
2028 | if QHold then | |
2029 | if BeeSpeed>0 then | |
2030 | BeeSpeed=BeeSpeed-1 | |
2031 | end | |
2032 | elseif EHold then | |
2033 | BeeSpeed=BeeSpeed+1 | |
2034 | end | |
2035 | end) | |
2036 | end)() | |
2037 | ||
2038 | ||
2039 | ||
2040 | ||
2041 | mse = Player:GetMouse() | |
2042 | ||
2043 | sound2 = Instance.new("Sound", Character) | |
2044 | sound2.SoundId = "https://www.roblox.com/asset/?id=864569342" | |
2045 | sound2.Volume = 2.5 | |
2046 | sound4 = Instance.new("Sound", Character) | |
2047 | sound4.SoundId = "https://www.roblox.com/asset/?id=1193182658" | |
2048 | sound4.Volume = 10 | |
2049 | TSTheme = Instance.new("Sound", Character) | |
2050 | TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380" | |
2051 | TSTheme.Volume = 2 | |
2052 | mse.KeyDown:connect(function(key) | |
2053 | key = key:lower() | |
2054 | if key == "t" then | |
2055 | sound4:Play() | |
2056 | if canworld == false then return end | |
2057 | if canworld then | |
2058 | canworld = false | |
2059 | TSTheme:Play() | |
2060 | ||
2061 | local function spawnpart() | |
2062 | sphere = Instance.new("Part") | |
2063 | --game.Debris:AddItem(sphere,3) | |
2064 | local sm = Instance.new("SpecialMesh", sphere) | |
2065 | sm.MeshType = "Sphere" | |
2066 | sphere.Transparency = 0.5 | |
2067 | sphere.Anchored = true | |
2068 | sphere.CanCollide = false | |
2069 | sphere.Material = "Neon" | |
2070 | sphere.BrickColor = BrickColor.new("Black") | |
2071 | end | |
2072 | ||
2073 | local function weld(lol) | |
2074 | local weld = Instance.new("Weld", Player.Character.Torso) | |
2075 | weld.Part0 = Player.Character.Torso | |
2076 | weld.Part1 = lol | |
2077 | weld.C0 = Player.Character.Torso.CFrame:inverse() | |
2078 | weld.C1 = lol.CFrame:inverse() | |
2079 | end | |
2080 | wait() | |
2081 | spawnpart() | |
2082 | for i, v in pairs(game.Players:GetChildren()) do | |
2083 | t = v.Character:FindFirstChild("Torso") | |
2084 | if t then | |
2085 | t.Anchored = true | |
2086 | Player.Character:FindFirstChild("Torso").Anchored = false | |
2087 | end | |
2088 | RA = v.Character:FindFirstChild("Right Arm") | |
2089 | if RA then | |
2090 | RA.Anchored = true | |
2091 | Player.Character:FindFirstChild("Right Arm").Anchored = false | |
2092 | end | |
2093 | LA = v.Character:FindFirstChild("Left Arm") | |
2094 | if LA then | |
2095 | LA.Anchored = true | |
2096 | Player.Character:FindFirstChild("Left Arm").Anchored = false | |
2097 | end | |
2098 | RL = v.Character:FindFirstChild("Right Leg") | |
2099 | if RL then | |
2100 | RL.Anchored = true | |
2101 | Player.Character:FindFirstChild("Right Leg").Anchored = false | |
2102 | end | |
2103 | LL = v.Character:FindFirstChild("Left Leg") | |
2104 | if LL then | |
2105 | LL.Anchored = true | |
2106 | Player.Character:FindFirstChild("Left Leg").Anchored = false | |
2107 | end | |
2108 | end | |
2109 | weld(sphere) | |
2110 | cce = Instance.new("ColorCorrectionEffect", game.Lighting) | |
2111 | cce.Saturation = -5 | |
2112 | --game.Debris:AddItem(cce, 5) | |
2113 | sphere.Parent = Character.Torso | |
2114 | for i = 1,3 do | |
2115 | sphere.Size = sphere.Size + Vector3.new(50,50,50) | |
2116 | wait() | |
2117 | end | |
2118 | wait() | |
2119 | sphere:Destroy() | |
2120 | BeeSpeed = 0 | |
2121 | cce.Saturation = -0.1 | |
2122 | wait(0.3) | |
2123 | cce.Saturation = -0.2 | |
2124 | wait(0.3) | |
2125 | cce.Saturation = -0.3 | |
2126 | wait(0.2) | |
2127 | cce.Saturation = -1.5 | |
2128 | wait() | |
2129 | end | |
2130 | end | |
2131 | end | |
2132 | ) | |
2133 | if canworld == false then | |
2134 | wait(9) | |
2135 | canworld = true | |
2136 | end | |
2137 | ||
2138 | mse.KeyDown:connect(function(key) | |
2139 | key = key:lower() | |
2140 | if key == "y" then | |
2141 | canworld = true | |
2142 | sound2:Play() | |
2143 | wait() | |
2144 | BeeSpeed = 1 | |
2145 | cce.Saturation = -1.3 | |
2146 | wait(0.5) | |
2147 | BeeSpeed = 1.2 | |
2148 | cce.Saturation = -0.5 | |
2149 | wait(0.5) | |
2150 | BeeSpeed = 1.4 | |
2151 | cce.Saturation = -0.4 | |
2152 | wait(0.3) | |
2153 | BeeSpeed = 1.5 | |
2154 | cce.Saturation = -0.2 | |
2155 | wait(0.2) | |
2156 | cce.Saturation = 0 | |
2157 | ||
2158 | for i, v in pairs(game.Players:GetChildren()) do | |
2159 | t = v.Character:FindFirstChild("Torso") | |
2160 | if t then | |
2161 | t.Anchored = false | |
2162 | end | |
2163 | RA = v.Character:FindFirstChild("Right Arm") | |
2164 | if RA then | |
2165 | RA.Anchored = false | |
2166 | end | |
2167 | LA = v.Character:FindFirstChild("Left Arm") | |
2168 | if LA then | |
2169 | LA.Anchored = false | |
2170 | end | |
2171 | RL = v.Character:FindFirstChild("Right Leg") | |
2172 | if RL then | |
2173 | RL.Anchored = false | |
2174 | end | |
2175 | LL = v.Character:FindFirstChild("Left Leg") | |
2176 | if LL then | |
2177 | LL.Anchored = false | |
2178 | end | |
2179 | end | |
2180 | BeeSpeed = 100 | |
2181 | TSTheme:Stop() | |
2182 | end | |
2183 | end) |