SHOW:
|
|
- or go back to the newest paste.
1 | function TakeDamage(hum, dmg) | |
2 | hum:TakeDamage(dmg) | |
3 | end | |
4 | plr = game.Players.LocalPlayer | |
5 | repeat | |
6 | wait(0.4) | |
7 | until plr.Character | |
8 | chr = plr.Character | |
9 | human = chr:FindFirstChild("Humanoid") | |
10 | human.MaxHealth, human.Health = math.huge, math.huge | |
11 | mouse = plr:GetMouse() | |
12 | cam = workspace.CurrentCamera | |
13 | selected = false | |
14 | equipd = false | |
15 | tors = chr.Torso | |
16 | rarm = chr["Right Arm"] | |
17 | larm = chr["Left Arm"] | |
18 | rleg = chr["Right Leg"] | |
19 | lleg = chr["Left Leg"] | |
20 | hrp = chr.HumanoidRootPart | |
21 | hed = chr.Head | |
22 | anim = human.Animator | |
23 | activu = false | |
24 | appeared = false | |
25 | animpose = nil | |
26 | POSU = false | |
27 | local wherto = hrp | |
28 | local addcfr = CFrame.new(0, 0, 0) | |
29 | Heartbeat = Instance.new("BindableEvent") | |
30 | Heartbeat.Name = "Heartbeat" | |
31 | Heartbeat.Parent = script | |
32 | frame = 0.03333333333333333 | |
33 | tf = 0 | |
34 | local lauf = Instance.new("Sound") | |
35 | lauf.SoundId = "rbxassetid://168615093" | |
36 | lauf.Volume = 12 | |
37 | lauf.Pitch = 1 | |
38 | lauf.Parent = hed | |
39 | local ColorsArray = {ColorSequenceKeypoint.new(0, Color3.new(0,1,1)), | |
40 | ColorSequenceKeypoint.new(0.16, Color3.new(0,1,1)), | |
41 | ColorSequenceKeypoint.new(0.32, Color3.new(0,1,1)), | |
42 | ColorSequenceKeypoint.new(0.48, Color3.new(0.5,0,1)), | |
43 | ColorSequenceKeypoint.new(0.64, Color3.new(0.5,0,1)), | |
44 | ColorSequenceKeypoint.new(0.80, Color3.new(0.5,0,1)), | |
45 | ColorSequenceKeypoint.new(0.96, Color3.new(0.5,0,1)), | |
46 | ColorSequenceKeypoint.new(1, Color3.new(0.5,0,1))} | |
47 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
48 | tf = tf + s | |
49 | if tf >= frame then | |
50 | for i = 1, math.floor(tf / frame) do | |
51 | Heartbeat:Fire() | |
52 | end | |
53 | tf = tf - frame * math.floor(tf / frame) | |
54 | end | |
55 | end) | |
56 | function swait(num) | |
57 | if num == 0 or num == nil then | |
58 | Heartbeat.Event:wait() | |
59 | else | |
60 | for i = 1, num do | |
61 | Heartbeat.Event:wait() | |
62 | end | |
63 | end | |
64 | end | |
65 | Instance.new("ForceField", Character) | |
66 | tool = Instance.new("Tool") | |
67 | tool.CanBeDropped = false | |
68 | tool.RequiresHandle = false | |
69 | tool.TextureId = "rbxassetid://291302154" | |
70 | tool.ToolTip = "WHY DID YOU MAKE ANOTHER FUCKING GUET 9015 RELATED SCRIPT XIA" | |
71 | tool.Name = "FUK" | |
72 | tool.Parent = plr.Backpack | |
73 | modz = Instance.new("Model") | |
74 | modz.Name = "efx" | |
75 | modz.Parent = chr | |
76 | ZAGUEST = Instance.new("Model") | |
77 | ZAGUEST.Name = "the Guest" | |
78 | ZAGUEST.Parent = chr | |
79 | RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
80 | RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
81 | LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
82 | LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
83 | RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
84 | RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
85 | LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
86 | RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
87 | LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
88 | NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
89 | NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
90 | RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
91 | RS = tors:FindFirstChild("Right Shoulder") | |
92 | LS = tors:FindFirstChild("Left Shoulder") | |
93 | RH = tors:FindFirstChild("Right Hip") | |
94 | LH = tors:FindFirstChild("Left Hip") | |
95 | RJ = hrp:FindFirstChild("RootJoint") | |
96 | N = tors:FindFirstChild("Neck") | |
97 | cf = CFrame.new | |
98 | ang = CFrame.Angles | |
99 | rd = math.rad | |
100 | rd2 = math.random | |
101 | function nooutline(p) | |
102 | p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10 | |
103 | end | |
104 | function makepart(color, name, reflec, mater, parnt, cfram) | |
105 | local port = Instance.new("Part") | |
106 | port.BrickColor = BrickColor.new(color) | |
107 | port.Name = name | |
108 | port.Transparency = 1 | |
109 | nooutline(port) | |
110 | port.Reflectance = reflec | |
111 | port.Material = mater | |
112 | port.Anchored = false | |
113 | port.CanCollide = false | |
114 | port.Locked = true | |
115 | port.Size = Vector3.new(0.2, 0.2, 0.2) | |
116 | port.Parent = parnt | |
117 | return port | |
118 | end | |
119 | function makemesh(meshtype, scale, meshid, parent) | |
120 | local mes = Instance.new("SpecialMesh") | |
121 | mes.MeshType = meshtype | |
122 | mes.Scale = scale | |
123 | if meshtype == "FileMesh" then | |
124 | mes.MeshId = meshid | |
125 | end | |
126 | mes.Parent = parent | |
127 | return mes | |
128 | end | |
129 | function makemotor(parent, p0, p1, c0, c1) | |
130 | swait() | |
131 | local wel = Instance.new("Motor6D") | |
132 | wel.Part0 = p0 | |
133 | wel.Part1 = p1 | |
134 | wel.C0 = c0 | |
135 | if c1 ~= nil then | |
136 | wel.C1 = c1 | |
137 | end | |
138 | wel.Parent = parent | |
139 | return wel | |
140 | end | |
141 | local player = game.Players.LocalPlayer | |
142 | local shirt = player.Character:WaitForChild("Shirt") | |
143 | local pants = player.Character:WaitForChild("Pants") | |
144 | ||
145 | wait() | |
146 | shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=1213600068" | |
147 | pants.PantsTemplate = "http://www.roblox.com/asset/?id=1130393505" | |
148 | ||
149 | ||
150 | ||
151 | ||
152 | ||
153 | game.Players.LocalPlayer.Character.Head.Mesh.Scale = Vector3.new(0.45,0.45,0.45) | |
154 | game.Players.LocalPlayer.Character.Head.Mesh.Offset = Vector3.new(0,0.3,-0.1) | |
155 | game.Players.LocalPlayer.Character.Head.face:remove() | |
156 | game.Players.LocalPlayer.Character.Head.Mesh.MeshId = "rbxassetid://494265290" | |
157 | game.Players.LocalPlayer.Character.Head.Mesh.TextureId = "rbxassetid://358372480" | |
158 | ||
159 | ||
160 | local konodioda = Instance.new("Sound") | |
161 | konodioda.SoundId = "rbxassetid://276263776" | |
162 | konodioda.Volume = 3.5 | |
163 | konodioda.Parent = hrp | |
164 | local bast = Instance.new("Sound") | |
165 | bast.SoundId = "rbxassetid://616576465" | |
166 | bast.Volume = 0.5 | |
167 | bast.Parent = hrp | |
168 | local zaworld = Instance.new("Sound") | |
169 | zaworld.SoundId = "rbxassetid://616576400" | |
170 | zaworld.Volume = 0.8 | |
171 | zaworld.Parent = hrp | |
172 | local wry = Instance.new("Sound") | |
173 | wry.SoundId = "rbxassetid://148227816" | |
174 | wry.Volume = 2.75 | |
175 | wry.Pitch = 2 | |
176 | wry.Parent = hrp | |
177 | function animo(yep) | |
178 | if yep == true then | |
179 | anim.Parent = human | |
180 | chr.Animate.Disabled = false | |
181 | elseif yep == false then | |
182 | chr.Animate.Disabled = true | |
183 | anim.Parent = nil | |
184 | end | |
185 | end | |
186 | animo(false) | |
187 | function lerpz(joint, prop, cfrmz, alp) | |
188 | joint[prop] = joint[prop]:lerp(cfrmz, alp) | |
189 | end | |
190 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
191 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
192 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
193 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
194 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
195 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
196 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
197 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
198 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
199 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
200 | function resetlerp(whoever) | |
201 | if whoever == nil then | |
202 | RJ.C0 = RJC0 | |
203 | RJ.C1 = RJC1 | |
204 | N.C0 = NC0 | |
205 | N.C1 = NC1 | |
206 | RS.C0 = RSC0 | |
207 | RS.C1 = RSC1 | |
208 | LS.C0 = LSC0 | |
209 | LS.C1 = LSC1 | |
210 | RH.C0 = RHC0 | |
211 | RH.C1 = RHC1 | |
212 | LH.C0 = LHC0 | |
213 | LH.C1 = LHC1 | |
214 | elseif whoever ~= nil then | |
215 | nRJ.C0 = RJC0 | |
216 | nRJ.C1 = RJC1 | |
217 | nN.C0 = NC0 | |
218 | nN.C1 = NC1 | |
219 | nRS.C0 = RSC0 | |
220 | nRS.C1 = RSC1 | |
221 | nLS.C0 = LSC0 | |
222 | nLS.C1 = LSC1 | |
223 | nRH.C0 = RHC0 | |
224 | nRH.C1 = RHC1 | |
225 | nLH.C0 = LHC0 | |
226 | nLH.C1 = LHC1 | |
227 | end | |
228 | end | |
229 | function STANDO(cfr) | |
230 | local rooto = Instance.new("Part") | |
231 | nooutline(rooto) | |
232 | rooto.Name = "HumanoidRootPart" | |
233 | rooto.Anchored = true | |
234 | rooto.CFrame = cfr | |
235 | rooto.Size = Vector3.new(2, 2, 1) | |
236 | rooto.CanCollide = false | |
237 | rooto.Locked = true | |
238 | rooto.Transparency = 1 | |
239 | rooto.Parent = ZAGUEST | |
240 | local head = Instance.new("Part") | |
241 | nooutline(head) | |
242 | head.Anchored = false | |
243 | head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0) | |
244 | head.Size = Vector3.new(2, 1, 1) | |
245 | head.BrickColor = BrickColor.new("White") | |
246 | head.CanCollide = false | |
247 | head.Name = "Head" | |
248 | head.Locked = true | |
249 | head.Transparency = 1 | |
250 | head.Parent = ZAGUEST | |
251 | local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head) | |
252 | local headdecal = Instance.new("Decal") | |
253 | headdecal.Name = "face" | |
254 | headdecal.Texture = "http://www.roblox.com/asset/?id=404866762" | |
255 | headdecal.Face = "Front" | |
256 | headdecal.Transparency = 1 | |
257 | headdecal.Parent = head | |
258 | local v = Instance.new("Part") | |
259 | v.Rotation = Vector3.new(0, 90, 0) | |
260 | nooutline(v) | |
261 | v.CanCollide = false | |
262 | v.Name = "hat" | |
263 | v.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0) | |
264 | v.TopSurface = "Smooth" | |
265 | v.BottomSurface = "Smooth" | |
266 | v.Size = Vector3.new(1,1,2) | |
267 | v.Transparency = 1 | |
268 | v.Locked = true | |
269 | v.Anchored = false | |
270 | v.Parent = ZAGUEST | |
271 | local vmesh = makemesh ("FileMesh", Vector3.new(1.05,1.05,1.05), "http://www.roblox.com/asset/?id=46834172", v) | |
272 | vmesh.TextureId = "rbxassetid://1569152893" | |
273 | local vw = makemotor(v, v, head, ang(rd(0), rd(0), rd(0)) * cf(0, -0.55, 0.15), ang(0, 0, 0)) | |
274 | local torso = Instance.new("Part") | |
275 | nooutline(torso) | |
276 | torso.Name = "Torso" | |
277 | torso.Anchored = false | |
278 | torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0) | |
279 | torso.Size = Vector3.new(2, 1, 1) | |
280 | torso.BrickColor = BrickColor.new("Really red") | |
281 | torso.CanCollide = false | |
282 | torso.Transparency = 1 | |
283 | torso.Locked = true | |
284 | torso.Parent = ZAGUEST | |
285 | local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso) | |
286 | local leftarm = Instance.new("Part") | |
287 | nooutline(leftarm) | |
288 | leftarm.Anchored = false | |
289 | leftarm.Name = "Left Arm" | |
290 | leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0) | |
291 | leftarm.Size = Vector3.new(1, 2, 1) | |
292 | leftarm.BrickColor = BrickColor.new("Really red") | |
293 | leftarm.CanCollide = false | |
294 | leftarm.Transparency = 1 | |
295 | leftarm.Locked = true | |
296 | leftarm.Parent = ZAGUEST | |
297 | local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm) | |
298 | local rightarm = Instance.new("Part") | |
299 | nooutline(rightarm) | |
300 | rightarm.Anchored = false | |
301 | rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0) | |
302 | rightarm.Name = "Right Arm" | |
303 | rightarm.Size = Vector3.new(1, 2, 1) | |
304 | rightarm.BrickColor = BrickColor.new("Really red") | |
305 | rightarm.CanCollide = false | |
306 | rightarm.Locked = true | |
307 | rightarm.Transparency = 1 | |
308 | rightarm.Parent = ZAGUEST | |
309 | local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm) | |
310 | local leftleg = Instance.new("Part") | |
311 | nooutline(leftleg) | |
312 | leftleg.Anchored = false | |
313 | leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0) | |
314 | leftleg.Name = "Left Leg" | |
315 | leftleg.Size = Vector3.new(1, 2, 1) | |
316 | leftleg.BrickColor = BrickColor.new("Bright red") | |
317 | leftleg.CanCollide = false | |
318 | leftleg.Transparency = 1 | |
319 | leftleg.Locked = true | |
320 | leftleg.Parent = ZAGUEST | |
321 | local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg) | |
322 | local rightleg = Instance.new("Part") | |
323 | nooutline(rightleg) | |
324 | rightleg.Anchored = false | |
325 | rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0) | |
326 | rightleg.Name = "Right Leg" | |
327 | rightleg.Size = Vector3.new(1, 2, 1) | |
328 | rightleg.BrickColor = BrickColor.new("Really red") | |
329 | rightleg.CanCollide = false | |
330 | rightleg.Locked = true | |
331 | rightleg.Transparency = 1 | |
332 | rightleg.Parent = ZAGUEST | |
333 | local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg) | |
334 | local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1) | |
335 | rootweld.Name = "RootJoint" | |
336 | local neckweld = makemotor(torso, torso, head, NC0, NC1) | |
337 | neckweld.Name = "Neck" | |
338 | local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1) | |
339 | rshoulderweld.Name = "Right Shoulder" | |
340 | local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1) | |
341 | lshoulderweld.Name = "Left Shoulder" | |
342 | local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1) | |
343 | rhipweld.Name = "Right Hip" | |
344 | local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1) | |
345 | lhipweld.Name = "Left Hip" | |
346 | local pa1 = Instance.new("Part") | |
347 | nooutline(pa1) | |
348 | pa1.Anchored = false | |
349 | pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
350 | pa1.Name = "pa1" | |
351 | pa1.Size = Vector3.new(0.2, 0.2, 0.2) | |
352 | pa1.BrickColor = BrickColor.new("Bright violet") | |
353 | pa1.CanCollide = false | |
354 | pa1.Locked = true | |
355 | pa1.Transparency = 1 | |
356 | pa1.Parent = ZAGUEST | |
357 | local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1) | |
358 | 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)) | |
359 | local pa2 = Instance.new("Part") | |
360 | nooutline(pa2) | |
361 | pa2.Anchored = false | |
362 | pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
363 | pa2.Name = "pa2" | |
364 | pa2.Size = Vector3.new(0.2, 0.2, 0.2) | |
365 | pa2.BrickColor = BrickColor.new("Bright violet") | |
366 | pa2.CanCollide = false | |
367 | pa2.Locked = true | |
368 | pa2.Transparency = 1 | |
369 | pa2.Parent = ZAGUEST | |
370 | local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2) | |
371 | 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)) | |
372 | local pa3 = Instance.new("Part") | |
373 | nooutline(pa3) | |
374 | pa3.Anchored = false | |
375 | pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
376 | pa3.Name = "pa3" | |
377 | pa3.Size = Vector3.new(0.2, 0.2, 0.2) | |
378 | pa3.BrickColor = BrickColor.new("Bright violet") | |
379 | pa3.CanCollide = false | |
380 | pa3.Locked = true | |
381 | pa3.Transparency = 1 | |
382 | pa3.Parent = ZAGUEST | |
383 | local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3) | |
384 | 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)) | |
385 | local pa4 = Instance.new("Part") | |
386 | nooutline(pa4) | |
387 | pa4.Anchored = false | |
388 | pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
389 | pa4.Name = "pa4" | |
390 | pa4.Size = Vector3.new(0.2, 0.2, 0.2) | |
391 | pa4.BrickColor = BrickColor.new("Bright violet") | |
392 | pa4.CanCollide = false | |
393 | pa4.Locked = true | |
394 | pa4.Transparency = 1 | |
395 | pa4.Parent = ZAGUEST | |
396 | local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4) | |
397 | 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)) | |
398 | local pa5 = Instance.new("Part") | |
399 | nooutline(pa5) | |
400 | pa5.Anchored = false | |
401 | pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
402 | pa5.Name = "pa5" | |
403 | pa5.Size = Vector3.new(0.2, 0.2, 0.2) | |
404 | pa5.BrickColor = BrickColor.new("Bright violet") | |
405 | pa5.CanCollide = false | |
406 | pa5.Locked = true | |
407 | pa5.Transparency = 1 | |
408 | pa5.Parent = ZAGUEST | |
409 | local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5) | |
410 | 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)) | |
411 | local pa6 = Instance.new("Part") | |
412 | nooutline(pa6) | |
413 | pa6.Anchored = false | |
414 | pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
415 | pa6.Name = "pa6" | |
416 | pa6.Size = Vector3.new(0.2, 0.2, 0.2) | |
417 | pa6.BrickColor = BrickColor.new("Bright violet") | |
418 | pa6.CanCollide = false | |
419 | pa6.Locked = true | |
420 | pa6.Transparency = 1 | |
421 | pa6.Parent = ZAGUEST | |
422 | local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6) | |
423 | 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)) | |
424 | local pa7 = Instance.new("Part") | |
425 | nooutline(pa7) | |
426 | pa7.Anchored = false | |
427 | pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
428 | pa7.Name = "pa7" | |
429 | pa7.Size = Vector3.new(0.2, 0.2, 0.2) | |
430 | pa7.BrickColor = BrickColor.new("Bright violet") | |
431 | pa7.CanCollide = false | |
432 | pa7.Locked = true | |
433 | pa7.Transparency = 1 | |
434 | pa7.Parent = ZAGUEST | |
435 | local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7) | |
436 | local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0)) | |
437 | local pa8 = Instance.new("Part") | |
438 | nooutline(pa8) | |
439 | pa8.Anchored = false | |
440 | pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
441 | pa8.Name = "pa8" | |
442 | pa8.Size = Vector3.new(0.2, 0.2, 0.2) | |
443 | pa8.BrickColor = BrickColor.new("Bright violet") | |
444 | pa8.CanCollide = false | |
445 | pa8.Locked = true | |
446 | pa8.Transparency = 1 | |
447 | pa8.Parent = ZAGUEST | |
448 | local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8) | |
449 | local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0)) | |
450 | local pa9 = Instance.new("Part") | |
451 | nooutline(pa9) | |
452 | pa9.Anchored = false | |
453 | pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
454 | pa9.Name = "pa9" | |
455 | pa9.Size = Vector3.new(0.2, 0.2, 0.2) | |
456 | pa9.BrickColor = BrickColor.new("Bright violet") | |
457 | pa9.CanCollide = false | |
458 | pa9.Locked = true | |
459 | pa9.Transparency = 1 | |
460 | pa9.Parent = ZAGUEST | |
461 | local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9) | |
462 | local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0)) | |
463 | local pa10 = Instance.new("Part") | |
464 | nooutline(pa10) | |
465 | pa10.Anchored = false | |
466 | pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
467 | pa10.Name = "pa10" | |
468 | pa10.Size = Vector3.new(0.2, 0.2, 0.2) | |
469 | pa10.BrickColor = BrickColor.new("Bright violet") | |
470 | pa10.CanCollide = false | |
471 | pa10.Locked = true | |
472 | pa10.Transparency = 1 | |
473 | pa10.Parent = ZAGUEST | |
474 | local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10) | |
475 | local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
476 | local pa11 = Instance.new("Part") | |
477 | nooutline(pa11) | |
478 | pa11.Anchored = false | |
479 | pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
480 | pa11.Name = "pa11" | |
481 | pa11.Size = Vector3.new(0.2, 0.2, 0.2) | |
482 | pa11.BrickColor = BrickColor.new("Bright violet") | |
483 | pa11.CanCollide = false | |
484 | pa11.Locked = true | |
485 | pa11.Transparency = 1 | |
486 | pa11.Parent = ZAGUEST | |
487 | local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11) | |
488 | local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
489 | local raemblem = Instance.new("Part") | |
490 | nooutline(raemblem) | |
491 | raemblem.Anchored = false | |
492 | raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
493 | raemblem.Name = "raemblem" | |
494 | raemblem.Size = Vector3.new(0.2, 0.2, 0.2) | |
495 | raemblem.BrickColor = BrickColor.new("Bright violet") | |
496 | raemblem.CanCollide = false | |
497 | raemblem.Locked = true | |
498 | raemblem.Material = "Neon" | |
499 | raemblem.Transparency = 1 | |
500 | raemblem.Parent = ZAGUEST | |
501 | local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem) | |
502 | 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)) | |
503 | local emmes = Instance.new("Decal") | |
504 | emmes.Texture = "rbxassetid://0" | |
505 | emmes.Transparency = 1 | |
506 | emmes.Face = "Right" | |
507 | emmes.Name = "embe" | |
508 | emmes.Parent = raemblem | |
509 | local ra1 = Instance.new("Part") | |
510 | nooutline(ra1) | |
511 | ra1.Anchored = false | |
512 | ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
513 | ra1.Name = "ra1" | |
514 | ra1.Size = Vector3.new(0.2, 0.2, 0.2) | |
515 | ra1.BrickColor = BrickColor.new("Bright violet") | |
516 | ra1.CanCollide = false | |
517 | ra1.Locked = true | |
518 | ra1.Transparency = 1 | |
519 | ra1.Parent = ZAGUEST | |
520 | local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1) | |
521 | local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
522 | local ra2 = Instance.new("Part") | |
523 | nooutline(ra2) | |
524 | ra2.Anchored = false | |
525 | ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
526 | ra2.Name = "ra2" | |
527 | ra2.Size = Vector3.new(0.2, 0.2, 0.2) | |
528 | ra2.BrickColor = BrickColor.new("Bright violet") | |
529 | ra2.CanCollide = false | |
530 | ra2.Locked = true | |
531 | ra2.Transparency = 1 | |
532 | ra2.Parent = ZAGUEST | |
533 | local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2) | |
534 | local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
535 | local ra3 = Instance.new("Part") | |
536 | nooutline(ra3) | |
537 | ra3.Anchored = false | |
538 | ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
539 | ra3.Name = "ra3" | |
540 | ra3.Size = Vector3.new(0.2, 0.2, 0.2) | |
541 | ra3.BrickColor = BrickColor.new("Really red") | |
542 | ra3.CanCollide = false | |
543 | ra3.Locked = true | |
544 | ra3.Transparency = 1 | |
545 | ra3.Parent = ZAGUEST | |
546 | local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3) | |
547 | local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
548 | local ra4 = Instance.new("Part") | |
549 | nooutline(ra4) | |
550 | ra4.Anchored = false | |
551 | ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
552 | ra4.Name = "ra4" | |
553 | ra4.Size = Vector3.new(0.2, 0.2, 0.2) | |
554 | ra4.BrickColor = BrickColor.new("Really red") | |
555 | ra4.CanCollide = false | |
556 | ra4.Locked = true | |
557 | ra4.Transparency = 1 | |
558 | ra4.Parent = ZAGUEST | |
559 | local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4) | |
560 | local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0)) | |
561 | local ra5 = Instance.new("Part") | |
562 | nooutline(ra5) | |
563 | ra5.Anchored = false | |
564 | ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
565 | ra5.Name = "ra5" | |
566 | ra5.Size = Vector3.new(0.2, 0.2, 0.2) | |
567 | ra5.BrickColor = BrickColor.new("Bright violet") | |
568 | ra5.CanCollide = false | |
569 | ra5.Locked = true | |
570 | ra5.Transparency = 1 | |
571 | ra5.Parent = ZAGUEST | |
572 | local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5) | |
573 | local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0)) | |
574 | local la1 = Instance.new("Part") | |
575 | nooutline(la1) | |
576 | la1.Anchored = false | |
577 | la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
578 | la1.Name = "la1" | |
579 | la1.Size = Vector3.new(0.2, 0.2, 0.2) | |
580 | la1.BrickColor = BrickColor.new("Bright violet") | |
581 | la1.CanCollide = false | |
582 | la1.Locked = true | |
583 | la1.Transparency = 1 | |
584 | la1.Parent = ZAGUEST | |
585 | local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1) | |
586 | local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
587 | local la2 = Instance.new("Part") | |
588 | nooutline(la2) | |
589 | la2.Anchored = false | |
590 | la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
591 | la2.Name = "la2" | |
592 | la2.Size = Vector3.new(0.2, 0.2, 0.2) | |
593 | la2.BrickColor = BrickColor.new("Bright violet") | |
594 | la2.CanCollide = false | |
595 | la2.Locked = true | |
596 | la2.Transparency = 1 | |
597 | la2.Parent = ZAGUEST | |
598 | local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2) | |
599 | local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
600 | local la3 = Instance.new("Part") | |
601 | nooutline(la3) | |
602 | la3.Anchored = false | |
603 | la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
604 | la3.Name = "la3" | |
605 | la3.Size = Vector3.new(0.2, 0.2, 0.2) | |
606 | la3.BrickColor = BrickColor.new("Really red") | |
607 | la3.CanCollide = false | |
608 | la3.Locked = true | |
609 | la3.Transparency = 1 | |
610 | la3.Parent = ZAGUEST | |
611 | local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3) | |
612 | local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
613 | local la4 = Instance.new("Part") | |
614 | nooutline(la4) | |
615 | la4.Anchored = false | |
616 | la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
617 | la4.Name = "la4" | |
618 | la4.Size = Vector3.new(0.2, 0.2, 0.2) | |
619 | la4.BrickColor = BrickColor.new("Really red") | |
620 | la4.CanCollide = false | |
621 | la4.Locked = true | |
622 | la4.Transparency = 1 | |
623 | la4.Parent = ZAGUEST | |
624 | local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4) | |
625 | local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0)) | |
626 | local la5 = Instance.new("Part") | |
627 | nooutline(la5) | |
628 | la5.Anchored = false | |
629 | la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
630 | la5.Name = "la5" | |
631 | la5.Size = Vector3.new(0.2, 0.2, 0.2) | |
632 | la5.BrickColor = BrickColor.new("Bright violet") | |
633 | la5.CanCollide = false | |
634 | la5.Locked = true | |
635 | la5.Transparency = 1 | |
636 | la5.Parent = ZAGUEST | |
637 | local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5) | |
638 | local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0)) | |
639 | local ll1 = Instance.new("Part") | |
640 | nooutline(ll1) | |
641 | ll1.Anchored = false | |
642 | ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
643 | ll1.Name = "ll1" | |
644 | ll1.Size = Vector3.new(0.2, 0.2, 0.2) | |
645 | ll1.BrickColor = BrickColor.new("Really red") | |
646 | ll1.CanCollide = false | |
647 | ll1.Locked = true | |
648 | ll1.Transparency = 1 | |
649 | ll1.Parent = ZAGUEST | |
650 | local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1) | |
651 | local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0)) | |
652 | local ll2 = Instance.new("Part") | |
653 | nooutline(ll2) | |
654 | ll2.Anchored = false | |
655 | ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
656 | ll2.Name = "ll2" | |
657 | ll2.Size = Vector3.new(0.2, 0.2, 0.2) | |
658 | ll2.BrickColor = BrickColor.new("Really red") | |
659 | ll2.CanCollide = false | |
660 | ll2.Locked = true | |
661 | ll2.Transparency = 1 | |
662 | ll2.Parent = ZAGUEST | |
663 | local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2) | |
664 | local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0)) | |
665 | local ll3 = Instance.new("Part") | |
666 | nooutline(ll3) | |
667 | ll3.Anchored = false | |
668 | ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
669 | ll3.Name = "ll3" | |
670 | ll3.Size = Vector3.new(0.2, 0.2, 0.2) | |
671 | ll3.BrickColor = BrickColor.new("Bright violet") | |
672 | ll3.CanCollide = false | |
673 | ll3.Locked = true | |
674 | ll3.Transparency = 1 | |
675 | ll3.Parent = ZAGUEST | |
676 | local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3) | |
677 | local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0)) | |
678 | local rr1 = Instance.new("Part") | |
679 | nooutline(rr1) | |
680 | rr1.Anchored = false | |
681 | rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
682 | rr1.Name = "rr1" | |
683 | rr1.Size = Vector3.new(0.2, 0.2, 0.2) | |
684 | rr1.BrickColor = BrickColor.new("Really red") | |
685 | rr1.CanCollide = false | |
686 | rr1.Locked = true | |
687 | rr1.Transparency = 1 | |
688 | rr1.Parent = ZAGUEST | |
689 | local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1) | |
690 | local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0)) | |
691 | local rr2 = Instance.new("Part") | |
692 | nooutline(rr2) | |
693 | rr2.Anchored = false | |
694 | rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
695 | rr2.Name = "rr2" | |
696 | rr2.Size = Vector3.new(0.2, 0.2, 0.2) | |
697 | rr2.BrickColor = BrickColor.new("Really red") | |
698 | rr2.CanCollide = false | |
699 | rr2.Locked = true | |
700 | rr2.Transparency = 1 | |
701 | rr2.Parent = ZAGUEST | |
702 | local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2) | |
703 | local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0)) | |
704 | local rr3 = Instance.new("Part") | |
705 | nooutline(rr3) | |
706 | rr3.Anchored = false | |
707 | rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
708 | rr3.Name = "rr3" | |
709 | rr3.Size = Vector3.new(0.2, 0.2, 0.2) | |
710 | rr3.BrickColor = BrickColor.new("Bright violet") | |
711 | rr3.CanCollide = false | |
712 | rr3.Locked = true | |
713 | rr3.Transparency = 1 | |
714 | rr3.Parent = ZAGUEST | |
715 | local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3) | |
716 | local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0)) | |
717 | return ZAGUEST | |
718 | end | |
719 | local theguest = STANDO(hrp.CFrame * CFrame.new(0, 0, 0)) | |
720 | coroutine.resume(coroutine.create(function() | |
721 | local rot = theguest.HumanoidRootPart | |
722 | repeat | |
723 | swait() | |
724 | rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5) | |
725 | until rot == nil | |
726 | end)) | |
727 | local rot = theguest.HumanoidRootPart | |
728 | local ntorso = theguest:FindFirstChild("Torso") | |
729 | local rightarm = theguest:FindFirstChild("Right Arm") | |
730 | local leftarm = theguest:FindFirstChild("Left Arm") | |
731 | local leftleg = theguest:FindFirstChild("Left Leg") | |
732 | local rightleg = theguest:FindFirstChild("Right Leg") | |
733 | local head = theguest:FindFirstChild("Head") | |
734 | local face = head:FindFirstChild("face") | |
735 | local emblem = theguest:FindFirstChild("raemblem"):FindFirstChild("embe") | |
736 | local embpart = theguest:FindFirstChild("raemblem") | |
737 | local nRJ = rot:FindFirstChild("RootJoint") | |
738 | local nN = ntorso:FindFirstChild("Neck") | |
739 | local nRS = ntorso:FindFirstChild("Right Shoulder") | |
740 | local nLS = ntorso:FindFirstChild("Left Shoulder") | |
741 | local nRH = ntorso:FindFirstChild("Right Hip") | |
742 | local nLH = ntorso:FindFirstChild("Left Hip") | |
743 | function standappear(nbz) | |
744 | if selected == false or activu == true then | |
745 | return | |
746 | end | |
747 | if appeared == false then | |
748 | appeared = true | |
749 | wherto = hrp | |
750 | addcfr = cf(-2, 1, 2) | |
751 | local apear = Instance.new("Sound") | |
752 | apear.SoundId = "rbxassetid://168615093" | |
753 | apear.Parent = rot | |
754 | apear.Volume = 1.25 | |
755 | game.Debris:AddItem(apear, 1.5) | |
756 | apear:Play() | |
757 | for _, n in pairs(nbz:GetChildren()) do | |
758 | coroutine.resume(coroutine.create(function() | |
759 | for _ = 1, 5 do | |
760 | if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then | |
761 | swait() | |
762 | n.Transparency = n.Transparency - 0.2 | |
763 | face.Transparency = face.Transparency - 0.2 | |
764 | emblem.Transparency = emblem.Transparency - 0.2 | |
765 | end | |
766 | end | |
767 | if n ~= rot and n ~= embpart then | |
768 | n.Transparency = 0 | |
769 | end | |
770 | face.Transparency = 0 | |
771 | emblem.Transparency = 0 | |
772 | end)) | |
773 | end | |
774 | elseif appeared == true then | |
775 | appeared = false | |
776 | wherto = hrp | |
777 | addcfr = cf(0, 0, 0) | |
778 | for _, n in pairs(nbz:GetChildren()) do | |
779 | coroutine.resume(coroutine.create(function() | |
780 | for _ = 1, 5 do | |
781 | if n ~= rot and n ~= embpart then | |
782 | swait() | |
783 | n.Transparency = n.Transparency + 0.2 | |
784 | face.Transparency = face.Transparency + 0.2 | |
785 | emblem.Transparency = emblem.Transparency + 0.2 | |
786 | end | |
787 | end | |
788 | if n ~= rot and n ~= embpart then | |
789 | n.Transparency = 1 | |
790 | end | |
791 | face.Transparency = 1 | |
792 | emblem.Transparency = 1 | |
793 | end)) | |
794 | end | |
795 | end | |
796 | end | |
797 | function THREATENING() | |
798 | if selected == false or activu == true then | |
799 | return | |
800 | end | |
801 | if POSU == false then | |
802 | POSU = true | |
803 | human.WalkSpeed = 0 | |
804 | local d = Instance.new("ParticleEmitter") | |
805 | d.Name = "MENACINGU" | |
806 | d.Lifetime = NumberRange.new(1) | |
807 | d.Rate = 2 | |
808 | d.Texture = "rbxassetid://298768656" | |
809 | d.VelocitySpread = 60 | |
810 | d.Parent = tors | |
811 | human:SetStateEnabled(3, false) | |
812 | local randomoth = math.random(1, 2) | |
813 | if randomoth == 1 then | |
814 | repeat | |
815 | swait() | |
816 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3) | |
817 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3) | |
818 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3) | |
819 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
820 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3) | |
821 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
822 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3) | |
823 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
824 | lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3) | |
825 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
826 | until POSU == false | |
827 | elseif randomoth == 2 then | |
828 | repeat | |
829 | swait() | |
830 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3) | |
831 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3) | |
832 | lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3) | |
833 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
834 | lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3) | |
835 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
836 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3) | |
837 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
838 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3) | |
839 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
840 | until POSU == false | |
841 | end | |
842 | elseif POSU == true then | |
843 | POSU = false | |
844 | human.WalkSpeed = 16 | |
845 | human:SetStateEnabled(3, true) | |
846 | tors.MENACINGU:Destroy() | |
847 | activu = true | |
848 | activu = false | |
849 | end | |
850 | end | |
851 | local EHMMM = 0 | |
852 | function block() | |
853 | if EHMMM == 50 or selected == false or activu == true then | |
854 | return | |
855 | end | |
856 | if appeared == false then | |
857 | standappear(theguest) | |
858 | end | |
859 | wherto = hrp | |
860 | addcfr = cf(0, 0, -3) | |
861 | local bep = true | |
862 | local humanshealth = human.Health | |
863 | activu = true | |
864 | human:SetStateEnabled(15, false) | |
865 | local de = mouse.KeyUp:connect(function(key) | |
866 | if key == "e" then | |
867 | bep = false | |
868 | end | |
869 | end) | |
870 | local poopes = 0 | |
871 | repeat | |
872 | swait() | |
873 | poopes = poopes + 1 | |
874 | human.Health = humanshealth | |
875 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5) | |
876 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5) | |
877 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5) | |
878 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
879 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5) | |
880 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
881 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
882 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
883 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
884 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
885 | until bep == false or poopes > 240 | |
886 | de:Disconnect() | |
887 | human:SetStateEnabled(15, true) | |
888 | activu = false | |
889 | EHMMM = 50 | |
890 | coroutine.resume(coroutine.create(function() | |
891 | wait(7) | |
892 | EHMMM = 0 | |
893 | end)) | |
894 | wherto = hrp | |
895 | addcfr = cf(-2, 1, 2) | |
896 | end | |
897 | function MUDA() | |
898 | if selected == false or activu == true then | |
899 | return | |
900 | end | |
901 | if appeared == false then | |
902 | standappear(theguest) | |
903 | wherto = hrp | |
904 | addcfr = cf(0, 0, -3.5) | |
905 | end | |
906 | wry:Stop() | |
907 | local bep = true | |
908 | activu = true | |
909 | wherto = hrp | |
910 | addcfr = cf(0, 0, -3.5) | |
911 | local function blur(limb) | |
912 | coroutine.resume(coroutine.create(function() | |
913 | local memedon = {} | |
914 | for i = 1, 6 do | |
915 | local b1 = Instance.new("Part") | |
916 | nooutline(b1) | |
917 | b1.Size = Vector3.new(1, 2, 1) | |
918 | b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
919 | b1.CanCollide = false | |
920 | b1.BrickColor = limb.BrickColor | |
921 | b1.Anchored = true | |
922 | b1.Transparency = 0.7 | |
923 | b1.Locked = true | |
924 | b1.Parent = modz | |
925 | table.insert(memedon, b1) | |
926 | end | |
927 | local num = 0 | |
928 | repeat | |
929 | swait() | |
930 | num = num % 6 + 1 | |
931 | memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
932 | until bep == false | |
933 | for i = 1, #memedon do | |
934 | swait() | |
935 | memedon[i]:Destroy() | |
936 | end | |
937 | end)) | |
938 | end | |
939 | local de = mouse.KeyUp:connect(function(key) | |
940 | if key == "r" then | |
941 | bep = false | |
942 | end | |
943 | end) | |
944 | blur(rightarm) | |
945 | blur(leftarm) | |
946 | local mudodo = Instance.new("Sound") | |
947 | mudodo.Volume = 7.5 | |
948 | mudodo.SoundId = "rbxassetid://183339994" | |
949 | mudodo.Looped = true | |
950 | mudodo.Parent = hrp | |
951 | mudodo:Play() | |
952 | repeat | |
953 | for _ = 9, 9 do | |
954 | swait() | |
955 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85) | |
956 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(0), rd(-28)), 0.85) | |
957 | lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -math.huge) * ang(rd(20), rd(20), rd(105)), 0.85) | |
958 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
959 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85) | |
960 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
961 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(-math.huge), rd(-math.huge)), 0.85) | |
962 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
963 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(-math.huge), rd(-math.huge)), 0.85) | |
964 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
965 | end | |
966 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
967 | for _ = 1, 2 do | |
968 | swait() | |
969 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85) | |
970 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85) | |
971 | - | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85) |
971 | + | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -math.huge) * ang(rd(-math.huge), rd(-math.huge), rd(75)), 0.85) |
972 | - | lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85) |
972 | + | |
973 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -math.huge) * ang(rd(-math.huge), rd(10), rd(-70)), 0.85) | |
974 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
975 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(10), rd(10)), 0.85) | |
976 | - | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) |
976 | + | |
977 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(10), rd(10)), 0.85) | |
978 | - | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) |
978 | + | |
979 | end | |
980 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
981 | for _ = 1, 2 do | |
982 | swait() | |
983 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85) | |
984 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(0), rd(-29)), 0.85) | |
985 | lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85) | |
986 | - | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85) |
986 | + | |
987 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-math.huge)), 0.85) | |
988 | - | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85) |
988 | + | |
989 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(-math.huge), rd(-math.huge)), 0.85) | |
990 | - | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) |
990 | + | |
991 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(-10), rd(-10)), 0.85) | |
992 | - | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) |
992 | + | |
993 | end | |
994 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
995 | for _ = 1, 2 do | |
996 | swait() | |
997 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(3), rd(-math.huge)), 0.85) | |
998 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-math.huge), rd(35)), 0.85) | |
999 | - | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85) |
999 | + | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-math.huge), rd(65)), 0.85) |
1000 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
1001 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-math.huge), rd(30), rd(-math.huge)), 0.85) | |
1002 | - | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85) |
1002 | + | |
1003 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(10), rd(10)), 0.85) | |
1004 | - | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) |
1004 | + | |
1005 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-math.huge), rd(10), rd(10)), 0.85) | |
1006 | - | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) |
1006 | + | |
1007 | end | |
1008 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
1009 | until bep == false or 0 >= human.Health | |
1010 | de:Disconnect() | |
1011 | mudodo:Stop() | |
1012 | - | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85) |
1012 | + | |
1013 | - | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85) |
1013 | + | |
1014 | - | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85) |
1014 | + | |
1015 | lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75) | |
1016 | - | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85) |
1016 | + | |
1017 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75) | |
1018 | - | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) |
1018 | + | |
1019 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
1020 | - | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) |
1020 | + | |
1021 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
1022 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1023 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
1024 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1025 | end | |
1026 | for _ = 1, 7 do | |
1027 | swait() | |
1028 | hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50) | |
1029 | lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75) | |
1030 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75) | |
1031 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75) | |
1032 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75) | |
1033 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
1034 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1035 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
1036 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1037 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
1038 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
1039 | end | |
1040 | swait(5) | |
1041 | wherto = hrp | |
1042 | mudodo:Destroy() | |
1043 | addcfr = cf(-2, 1, 2) | |
1044 | activu = false | |
1045 | end | |
1046 | function cability() | |
1047 | if selected == false or activu == true then | |
1048 | return | |
1049 | end | |
1050 | if appeared == false then | |
1051 | standappear(theguest) | |
1052 | wherto = hrp | |
1053 | addcfr = cf(0, 0, -3.75) | |
1054 | end | |
1055 | activu = true | |
1056 | wherto = hrp | |
1057 | addcfr = cf(0, 0, -3.5) | |
1058 | local ZAWRUA = Instance.new("Sound") | |
1059 | ZAWRUA.SoundId = "rbxassetid://168615093" | |
1060 | ZAWRUA.Volume = 3 | |
1061 | ZAWRUA.Parent = hrp | |
1062 | ZAWRUA:Play() | |
1063 | game.Debris:AddItem(ZAWRUA, 2.5) | |
1064 | local wate = Instance.new("Part") | |
1065 | nooutline(wate) | |
1066 | wate.Size = Vector3.new(0.2, 0.2, 0.2) | |
1067 | wate.Material = "Neon" | |
1068 | wate.Transparency = 1 | |
1069 | wate.BrickColor = BrickColor.new("Toothpaste") | |
1070 | wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0) | |
1071 | wate.Anchored = true | |
1072 | wate.CanCollide = false | |
1073 | wate.Parent = modz | |
1074 | local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate) | |
1075 | coroutine.resume(coroutine.create(function() | |
1076 | repeat | |
1077 | swait() | |
1078 | wate.CFrame = rightarm.CFrame * cf(0, -1, 0) | |
1079 | wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5) | |
1080 | until not wate | |
1081 | end)) | |
1082 | coroutine.resume(coroutine.create(function() | |
1083 | local pt = {} | |
1084 | for _ = 1, 10 do | |
1085 | local wp = Instance.new("Part") | |
1086 | nooutline(wp) | |
1087 | wp.Size = Vector3.new(0.2, 0.2, 0.2) | |
1088 | wp.Material = "Neon" | |
1089 | wp.Transparency = 1 | |
1090 | wp.BrickColor = BrickColor.new("Bright violet") | |
1091 | wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0) | |
1092 | wp.Anchored = true | |
1093 | wp.CanCollide = false | |
1094 | wp.Parent = modz | |
1095 | local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp) | |
1096 | table.insert(pt, wp) | |
1097 | table.insert(pt, wmz) | |
1098 | end | |
1099 | for m = 1, 45 do | |
1100 | swait() | |
1101 | for _, hey in pairs(pt) do | |
1102 | if hey.ClassName == "SpecialMesh" then | |
1103 | hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005) | |
1104 | elseif hey.ClassName == "Part" then | |
1105 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
1106 | hey.Transparency = hey.Transparency - 0.015 | |
1107 | end | |
1108 | end | |
1109 | end | |
1110 | for m = 45, 50 do | |
1111 | swait() | |
1112 | for _, hey in pairs(pt) do | |
1113 | if hey.ClassName == "SpecialMesh" then | |
1114 | hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025) | |
1115 | elseif hey.ClassName == "Part" then | |
1116 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
1117 | hey.Transparency = hey.Transparency + 0.2 | |
1118 | end | |
1119 | end | |
1120 | end | |
1121 | for _, AAA in pairs(pt) do | |
1122 | if AAA.ClassName == "Part" then | |
1123 | AAA:Destroy() | |
1124 | end | |
1125 | end | |
1126 | end)) | |
1127 | for _ = 1, 50 do | |
1128 | swait() | |
1129 | wmesh.Scale = Vector3.new(9, 9, 9) | |
1130 | wate.Transparency = wate.Transparency - 0.008 | |
1131 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2) | |
1132 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2) | |
1133 | 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) | |
1134 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1135 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2) | |
1136 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1137 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2) | |
1138 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1139 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2) | |
1140 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1141 | end | |
1142 | local pooo = Instance.new("Sound") | |
1143 | pooo.SoundId = "rbxassetid://148227816" | |
1144 | pooo.Volume = 3 | |
1145 | pooo.Parent = hrp | |
1146 | pooo:Play() | |
1147 | game.Debris:AddItem(pooo, 2.5) | |
1148 | for _ = 1, 1 do | |
1149 | swait() | |
1150 | wate.Transparency = wate.Transparency + 0.15 | |
1151 | lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5) | |
1152 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5) | |
1153 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5) | |
1154 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
1155 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1156 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1157 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1158 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1159 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1160 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1161 | end | |
1162 | local swoo = Instance.new("Part") | |
1163 | nooutline(swoo) | |
1164 | swoo.Size = Vector3.new(0.2, 0.2, 0.2) | |
1165 | swoo.Material = "Neon" | |
1166 | swoo.Transparency = 0.2 | |
1167 | swoo.BrickColor = BrickColor.new("Toothpaste") | |
1168 | swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0) | |
1169 | swoo.Anchored = true | |
1170 | swoo.CanCollide = false | |
1171 | swoo.Parent = modz | |
1172 | local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo) | |
1173 | local pli = Instance.new("PointLight") | |
1174 | pli.Brightness = 2 | |
1175 | pli.Color = Color3.new(0, 0.5, 1) | |
1176 | pli.Range = 10 | |
1177 | pli.Shadows = true | |
1178 | pli.Parent = swoo | |
1179 | hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80) | |
1180 | tagability(swoo, 4) | |
1181 | for _ = 1, 10 do | |
1182 | swait() | |
1183 | wate.Transparency = wate.Transparency + 0.05 | |
1184 | swoo.Transparency = swoo.Transparency + 0.075 | |
1185 | pli.Range = pli.Range - 1 | |
1186 | lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5) | |
1187 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5) | |
1188 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5) | |
1189 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
1190 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1191 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1192 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1193 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1194 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1195 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1196 | end | |
1197 | wate:Destroy() | |
1198 | swoo:Destroy() | |
1199 | pli:Destroy() | |
1200 | swait(15) | |
1201 | wherto = hrp | |
1202 | addcfr = cf(-2, 1, 2) | |
1203 | activu = false | |
1204 | end | |
1205 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462") | |
1206 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208") | |
1207 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400") | |
1208 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606") | |
1209 | function THEBEST() | |
1210 | if selected == false or activu == true or appeared == true or POSU == true then | |
1211 | return | |
1212 | end | |
1213 | local dipperhat = chr:FindFirstChild("DXD_DipperHat") | |
1214 | local dipperrot | |
1215 | if dipperhat then | |
1216 | dipperrot = dipperhat.Handle.HatAttachment.Rotation | |
1217 | end | |
1218 | activu = true | |
1219 | POSU = true | |
1220 | cam.CameraType = "Scriptable" | |
1221 | chr.PrimaryPart = hrp | |
1222 | human.WalkSpeed = 0 | |
1223 | human:SetStateEnabled(3, false) | |
1224 | local actmus1 = Instance.new("Sound") | |
1225 | actmus1.SoundId = "rbxassetid://188959462" | |
1226 | actmus1.Volume = 1.5 | |
1227 | actmus1.RollOffMode = 1 | |
1228 | actmus1.TimePosition = 0 | |
1229 | actmus1.Parent = cam | |
1230 | local actmus2 = Instance.new("Sound") | |
1231 | actmus2.SoundId = "rbxassetid://188959462" | |
1232 | actmus2.Volume = 1.5 | |
1233 | actmus2.RollOffMode = 1 | |
1234 | actmus2.TimePosition = 0 | |
1235 | actmus2.Parent = hrp | |
1236 | actmus1:Play() | |
1237 | actmus2:Play() | |
1238 | local mus1 = Instance.new("Sound") | |
1239 | mus1.SoundId = "rbxassetid://616594208" | |
1240 | mus1.Volume = 1.25 | |
1241 | mus1.TimePosition = 0.45 | |
1242 | mus1.Parent = cam | |
1243 | local mus2 = Instance.new("Sound") | |
1244 | mus2.SoundId = "rbxassetid://616594208" | |
1245 | mus2.Volume = 1.25 | |
1246 | mus2.TimePosition = 0.45 | |
1247 | mus2.Parent = hrp | |
1248 | local zawarudoda = Instance.new("Sound") | |
1249 | zawarudoda.SoundId = "rbxassetid://616576400" | |
1250 | zawarudoda.Volume = 2 | |
1251 | zawarudoda.TimePosition = 0.3 | |
1252 | zawarudoda.Parent = hrp | |
1253 | mus1:Play() | |
1254 | mus2:Play() | |
1255 | cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7) | |
1256 | local regface = hed.face.Texture | |
1257 | local whogothit, bodyvel | |
1258 | local function checkhit(partoz, magn) | |
1259 | for _, guy in pairs(workspace:GetChildren()) do | |
1260 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then | |
1261 | whogothit = guy | |
1262 | hito5(rightarm, 20, 808282854, 0.75, hrp.CFrame.rightVector * math.huge + Vector3.new(0, 50, 0), Vector3.new(0, rd2(-25, 25), rd2(-160, 160))) | |
1263 | guy:FindFirstChild("Humanoid").PlatformStand = true | |
1264 | do | |
1265 | local derp = Instance.new("BodyPosition") | |
1266 | derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999) | |
1267 | derp.P = 8000 | |
1268 | derp.D = 500 | |
1269 | derp.Position = hrp.Position + hrp.CFrame.lookVector * 20 | |
1270 | derp.Parent = guy:FindFirstChild("HumanoidRootPart") | |
1271 | bodyvel = derp | |
1272 | local derp2 = Instance.new("BodyAngularVelocity") | |
1273 | derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999) | |
1274 | derp2.P = 8000 | |
1275 | derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0) | |
1276 | derp2.Parent = guy:FindFirstChild("HumanoidRootPart") | |
1277 | delay(0.1, function() | |
1278 | derp2:Destroy() | |
1279 | end) | |
1280 | bodyvel = derp | |
1281 | end | |
1282 | end | |
1283 | end | |
1284 | end | |
1285 | coroutine.resume(coroutine.create(function() | |
1286 | for _ = 1, 25 do | |
1287 | swait() | |
1288 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
1289 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3) | |
1290 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
1291 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1292 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3) | |
1293 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1294 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
1295 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1296 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1297 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1298 | end | |
1299 | for _ = 1, 20 do | |
1300 | swait() | |
1301 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
1302 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3) | |
1303 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
1304 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1305 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3) | |
1306 | if dipperhat then | |
1307 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3) | |
1308 | end | |
1309 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1310 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
1311 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1312 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1313 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1314 | end | |
1315 | end)) | |
1316 | repeat | |
1317 | swait() | |
1318 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0) | |
1319 | until mus1.TimePosition > 2.9 | |
1320 | mus1:Pause() | |
1321 | mus2:Pause() | |
1322 | zawarudoda:Play() | |
1323 | coroutine.resume(coroutine.create(function() | |
1324 | for _ = 1, 7 do | |
1325 | swait() | |
1326 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4) | |
1327 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3) | |
1328 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3) | |
1329 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1330 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3) | |
1331 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1332 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3) | |
1333 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1334 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1335 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1336 | end | |
1337 | for _ = 1, 16 do | |
1338 | swait() | |
1339 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4) | |
1340 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3) | |
1341 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3) | |
1342 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1343 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3) | |
1344 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1345 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3) | |
1346 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1347 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3) | |
1348 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1349 | end | |
1350 | end)) | |
1351 | repeat | |
1352 | swait() | |
1353 | until zawarudoda.TimePosition > 1.4 | |
1354 | zawarudoda:Pause() | |
1355 | activu = false | |
1356 | standappear(theguest) | |
1357 | wherto = hrp | |
1358 | addcfr = cf(3, 0.25, -1.5) | |
1359 | activu = true | |
1360 | cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3) | |
1361 | for _ = 1, 10 do | |
1362 | swait() | |
1363 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5) | |
1364 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5) | |
1365 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5) | |
1366 | 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) | |
1367 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1368 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1369 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1370 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1371 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1372 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1373 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1374 | end | |
1375 | wherto = hrp | |
1376 | addcfr = cf(-3, 0.25, -1.5) | |
1377 | for _ = 1, 25 do | |
1378 | swait() | |
1379 | checkhit(rightarm, 3) | |
1380 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4) | |
1381 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4) | |
1382 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4) | |
1383 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1384 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4) | |
1385 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1386 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4) | |
1387 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1388 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4) | |
1389 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1390 | end | |
1391 | if whogothit then | |
1392 | print("derp") | |
1393 | cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4) | |
1394 | local laugo = Instance.new("Sound") | |
1395 | laugo.SoundId = "rbxassetid://291088606" | |
1396 | laugo.Volume = 1.5 | |
1397 | laugo.Parent = hrp | |
1398 | game.Debris:AddItem(laugo, 2.5) | |
1399 | laugo:Play() | |
1400 | local sda = 0 | |
1401 | local chn = 2 | |
1402 | local cs = math.cos | |
1403 | for D = 1, 60 do | |
1404 | swait() | |
1405 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15) | |
1406 | sda = sda + chn | |
1407 | lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D) | |
1408 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D) | |
1409 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D) | |
1410 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1411 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D) | |
1412 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1413 | lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D) | |
1414 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1415 | lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D) | |
1416 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1417 | end | |
1418 | hed.face.Texture = "rbxassetid://8329434" | |
1419 | mus1.TimePosition = 2.75 | |
1420 | mus1:Play() | |
1421 | for C = 1, 30 do | |
1422 | swait() | |
1423 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60)) | |
1424 | sda = sda + chn | |
1425 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31) | |
1426 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31) | |
1427 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31) | |
1428 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1429 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31) | |
1430 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1431 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31) | |
1432 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1433 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31) | |
1434 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1435 | end | |
1436 | for _ = 1, 5 do | |
1437 | swait() | |
1438 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02) | |
1439 | sda = sda + chn | |
1440 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5) | |
1441 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5) | |
1442 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5) | |
1443 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1444 | lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5) | |
1445 | if dipperhat then | |
1446 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5) | |
1447 | end | |
1448 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1449 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5) | |
1450 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1451 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5) | |
1452 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1453 | end | |
1454 | wait(2) | |
1455 | elseif whogothit == nil then | |
1456 | print("noderp") | |
1457 | end | |
1458 | human:SetStateEnabled(3, true) | |
1459 | activu = false | |
1460 | standappear(theguest) | |
1461 | activu = true | |
1462 | if dipperhat then | |
1463 | dipperhat.Handle.HatAttachment.Rotation = dipperrot | |
1464 | end | |
1465 | actmus1:Destroy() | |
1466 | actmus2:Destroy() | |
1467 | bast:Play() | |
1468 | if bodyvel then | |
1469 | bodyvel:Destroy() | |
1470 | end | |
1471 | cam.CameraType = "Custom" | |
1472 | hed.face.Texture = regface | |
1473 | chr.PrimaryPart = head | |
1474 | human.WalkSpeed = 16 | |
1475 | activu = false | |
1476 | POSU = false | |
1477 | end | |
1478 | local nscale = Instance.new("NumberValue") | |
1479 | nscale.Value = 1 | |
1480 | nscale.Parent = nil | |
1481 | function makecircle(cfrem, scalo) | |
1482 | local mcir1 = Instance.new("Part") | |
1483 | mcir1.Anchored = true | |
1484 | mcir1.CanCollide = false | |
1485 | mcir1.Size = Vector3.new(0.2, 0.2, 0.2) | |
1486 | mcir1.Transparency = 1 | |
1487 | mcir1.CFrame = cfrem | |
1488 | mcir1.Parent = modz | |
1489 | game.Debris:AddItem(mcir1, 8) | |
1490 | local d1 = Instance.new("Decal") | |
1491 | d1.Texture = "rbxassetid://894397820" | |
1492 | d1.Face = "Front" | |
1493 | d1.Parent = mcir1 | |
1494 | local d2 = Instance.new("Decal") | |
1495 | d2.Texture = "rbxassetid://894397820" | |
1496 | d2.Face = "Back" | |
1497 | d2.Parent = mcir1 | |
1498 | local bme = Instance.new("BlockMesh") | |
1499 | bme.Parent = mcir1 | |
1500 | for _ = 1, 2 do | |
1501 | swait() | |
1502 | bme.Scale = bme.Scale:lerp(Vector3.new(60 * scalo, 60 * scalo, 0), 0.2) | |
1503 | end | |
1504 | for _ = 1, 15 do | |
1505 | swait() | |
1506 | bme.Scale = bme.Scale:lerp(Vector3.new(-0.2 * scalo, -0.2 * scalo, 0), 0.2) | |
1507 | end | |
1508 | for _ = 1, 3 do | |
1509 | swait() | |
1510 | bme.Scale = bme.Scale:lerp(Vector3.new(80 * scalo, 80 * scalo, 0), 0.2) | |
1511 | end | |
1512 | coroutine.resume(coroutine.create(function() | |
1513 | swait(15) | |
1514 | for _ = 1, 12 do | |
1515 | swait() | |
1516 | d1.Transparency = d1.Transparency + 0.08 | |
1517 | d2.Transparency = d2.Transparency + 0.08 | |
1518 | end | |
1519 | mcir1:Destroy() | |
1520 | end)) | |
1521 | return mcir1 | |
1522 | end | |
1523 | function makegloo(paren, co, ci, parto, parti, nam) | |
1524 | local gloo = Instance.new("Glue") | |
1525 | gloo.Name = nam | |
1526 | gloo.C0 = co | |
1527 | gloo.C1 = ci | |
1528 | gloo.Part0 = parto | |
1529 | gloo.Part1 = parti | |
1530 | gloo.Parent = paren | |
1531 | end | |
1532 | function makejoint(paren, co, ci, parto, parti, nam) | |
1533 | local gloo = Instance.new("Motor6D") | |
1534 | gloo.Name = nam | |
1535 | gloo.C0 = co | |
1536 | gloo.C1 = ci | |
1537 | gloo.Part0 = parto | |
1538 | gloo.Part1 = parti | |
1539 | gloo.Parent = paren | |
1540 | end | |
1541 | function maketouchy(parent, limb, cframe) | |
1542 | local pr = Instance.new("Part") | |
1543 | pr.Name = "touchy" | |
1544 | pr.Size = Vector3.new(1 * nscale.Value, 1 * nscale.Value, 1 * nscale.Value) | |
1545 | pr.Transparency = 1 | |
1546 | pr.CustomPhysicalProperties = PhysicalProperties.new(0.55, 0.3, 0.5) | |
1547 | pr.CanCollide = true | |
1548 | pr.Anchored = false | |
1549 | pr.Parent = parent | |
1550 | local w = Instance.new("Weld") | |
1551 | w.Part0 = pr | |
1552 | w.Part1 = limb | |
1553 | w.C0 = cframe | |
1554 | w.Parent = pr | |
1555 | end | |
1556 | RightShoulderC0 = CFrame.new(1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
1557 | RightShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
1558 | LeftShoulderC0 = CFrame.new(-1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
1559 | LeftShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
1560 | RightHipC0 = CFrame.new(0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
1561 | RightHipC1 = CFrame.new(0, 1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
1562 | LeftHipC0 = CFrame.new(-0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
1563 | LeftHipC1 = CFrame.new(0 * nscale.Value, 1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
1564 | RootJointC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
1565 | RootJointC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
1566 | NeckC0 = CFrame.new(0, 1 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
1567 | NeckC1 = CFrame.new(0, -0.5 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
1568 | nscale.Changed:connect(function() | |
1569 | RightShoulderC0 = CFrame.new(1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
1570 | RightShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
1571 | LeftShoulderC0 = CFrame.new(-1.5 * nscale.Value, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
1572 | LeftShoulderC1 = CFrame.new(0, 0.5 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
1573 | RightHipC0 = CFrame.new(0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
1574 | RightHipC1 = CFrame.new(0, 1 * nscale.Value, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
1575 | LeftHipC0 = CFrame.new(-0.5 * nscale.Value, -1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
1576 | LeftHipC1 = CFrame.new(0 * nscale.Value, 1 * nscale.Value, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
1577 | RootJointC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
1578 | RootJointC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
1579 | NeckC0 = CFrame.new(0, 1 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
1580 | NeckC1 = CFrame.new(0, -0.5 * nscale.Value, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
1581 | end) | |
1582 | function ragplayer(cactus) | |
1583 | cactus.Humanoid.PlatformStand = true | |
1584 | if cactus["Right Arm"]~=nil and cactus.Torso:FindFirstChild("Right Shoulder") then | |
1585 | cactus.Torso:FindFirstChild("Right Shoulder"):Destroy() | |
1586 | makegloo(cactus.Torso, RightShoulderC0, RightShoulderC1, cactus.Torso, cactus["Right Arm"], "Right Shoulder") | |
1587 | maketouchy(cactus["Right Arm"], cactus["Right Arm"], CFrame.new(0, 0.5, 0)) | |
1588 | end | |
1589 | if cactus["Left Arm"]~=nil and cactus.Torso:FindFirstChild("Left Shoulder") then | |
1590 | cactus.Torso:FindFirstChild("Left Shoulder"):Destroy() | |
1591 | makegloo(cactus.Torso, LeftShoulderC0, LeftShoulderC1, cactus.Torso, cactus["Left Arm"], "Left Shoulder") | |
1592 | maketouchy(cactus["Left Arm"], cactus["Left Arm"], CFrame.new(0, 0.5, 0)) | |
1593 | end | |
1594 | if cactus["Right Leg"]~=nil and cactus.Torso:FindFirstChild("Right Hip") then | |
1595 | cactus.Torso:FindFirstChild("Right Hip"):Destroy() | |
1596 | makegloo(cactus.Torso, RightHipC0, RightHipC1, cactus.Torso, cactus["Right Leg"], "Right Hip") | |
1597 | maketouchy(cactus["Right Leg"], cactus["Right Leg"], CFrame.new(0, 0.5, 0)) | |
1598 | end | |
1599 | if cactus["Left Leg"]~=nil and cactus.Torso:FindFirstChild("Left Hip") then | |
1600 | cactus.Torso:FindFirstChild("Left Hip"):Destroy() | |
1601 | makegloo(cactus.Torso, LeftHipC0, LeftHipC1, cactus.Torso, cactus["Left Leg"], "Left Hip") | |
1602 | maketouchy(cactus["Left Leg"], cactus["Left Leg"], CFrame.new(0, 0.5, 0)) | |
1603 | end | |
1604 | end | |
1605 | function makenoob(cfrem, scalo, rags) | |
1606 | nscale.Value = scalo | |
1607 | local md = Instance.new("Model") | |
1608 | md.Name = "Noob" | |
1609 | md.Parent = workspace | |
1610 | local hu = Instance.new("Humanoid") | |
1611 | hu.RigType = "R6" | |
1612 | hu.MaxHealth = 100 * scalo | |
1613 | hu.Health = 100 * scalo | |
1614 | hu.Parent = md | |
1615 | local anm = Instance.new("Animator") | |
1616 | anm.Parent = hu | |
1617 | hu.PlatformStand = true | |
1618 | local light = function(part) | |
1619 | part.CustomPhysicalProperties = PhysicalProperties.new(0.35, 0.3, 0.5) | |
1620 | end | |
1621 | local hd = Instance.new("Part") | |
1622 | hd.Name = "Head" | |
1623 | hd.Size = Vector3.new(2 * nscale.Value, 1 * nscale.Value, 1 * nscale.Value) | |
1624 | hd.TopSurface = "Smooth" | |
1625 | hd.BottomSurface = "Inlet" | |
1626 | hd.Locked = true | |
1627 | hd.BrickColor = BrickColor.new("Bright yellow") | |
1628 | hd.CanCollide = true | |
1629 | hd.Anchored = false | |
1630 | light(hd) | |
1631 | hd.Parent = md | |
1632 | local hm = Instance.new("SpecialMesh") | |
1633 | hm.MeshType = "Head" | |
1634 | hm.Scale = Vector3.new(1.25, 1.25, 1.25) | |
1635 | hm.Parent = hd | |
1636 | local hf = Instance.new("Decal") | |
1637 | hf.Texture = "rbxasset://textures/face.png" | |
1638 | local gen = math.random(1, 40) | |
1639 | if gen == 3 then | |
1640 | hf.Texture = "rbxassetid://260884109" | |
1641 | end | |
1642 | if gen == 8 then | |
1643 | hf.Texture = "rbxassetid://260569492" | |
1644 | end | |
1645 | if gen == 12 then | |
1646 | hf.Texture = "rbxassetid://259580505" | |
1647 | end | |
1648 | if gen == 16 then | |
1649 | hf.Texture = "rbxassetid://259579232" | |
1650 | end | |
1651 | if gen == 24 then | |
1652 | hf.Texture = "rbxassetid://259571525" | |
1653 | end | |
1654 | if gen == 28 then | |
1655 | hf.Texture = "rbxassetid://258283210" | |
1656 | end | |
1657 | if gen == 32 then | |
1658 | hf.Texture = "rbxassetid://258940032" | |
1659 | end | |
1660 | if gen == 38 then | |
1661 | hf.Texture = "rbxassetid://673220970" | |
1662 | hf.Color3 = Color3.new(0, 0, 0) | |
1663 | end | |
1664 | hf.Face = "Front" | |
1665 | hf.Parent = hd | |
1666 | local hrpa = Instance.new("Part") | |
1667 | hrpa.Name = "HumanoidRootPart" | |
1668 | hrpa.TopSurface, hrpa.BottomSurface = 0, 0 | |
1669 | hrpa.Size = Vector3.new(2 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value) | |
1670 | hrpa.Transparency = 1 | |
1671 | hrpa.CanCollide = false | |
1672 | hrpa.Locked = true | |
1673 | light(hrpa) | |
1674 | hrpa.Parent = md | |
1675 | local tagbomb = Instance.new("BoolValue") | |
1676 | tagbomb.Name = "tagbomb" | |
1677 | tagbomb.Value = false | |
1678 | tagbomb.Parent = hrpa | |
1679 | local learm = Instance.new("Part") | |
1680 | learm.Name = "Left Arm" | |
1681 | learm.BrickColor = BrickColor.new("Bright yellow") | |
1682 | learm.CanCollide = false | |
1683 | learm.Locked = true | |
1684 | learm.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value) | |
1685 | light(learm) | |
1686 | learm.Parent = md | |
1687 | local riarm = Instance.new("Part") | |
1688 | riarm.Name = "Right Arm" | |
1689 | riarm.BrickColor = BrickColor.new("Bright yellow") | |
1690 | riarm.CanCollide = false | |
1691 | riarm.Locked = true | |
1692 | light(riarm) | |
1693 | riarm.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value) | |
1694 | riarm.Parent = md | |
1695 | local leleg = Instance.new("Part") | |
1696 | leleg.Name = "Left Leg" | |
1697 | leleg.BrickColor = BrickColor.new("Br. yellowish green") | |
1698 | leleg.CanCollide = false | |
1699 | leleg.Locked = true | |
1700 | light(leleg) | |
1701 | leleg.BottomSurface = 0 | |
1702 | leleg.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value) | |
1703 | leleg.Parent = md | |
1704 | local rileg = Instance.new("Part") | |
1705 | rileg.Name = "Right Leg" | |
1706 | rileg.BrickColor = BrickColor.new("Br. yellowish green") | |
1707 | rileg.CanCollide = false | |
1708 | rileg.Locked = true | |
1709 | light(rileg) | |
1710 | rileg.BottomSurface = 0 | |
1711 | rileg.Size = Vector3.new(1 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value) | |
1712 | rileg.Parent = md | |
1713 | local tor = Instance.new("Part") | |
1714 | tor.Name = "Torso" | |
1715 | tor.BrickColor = BrickColor.new("Bright blue") | |
1716 | tor.Locked = true | |
1717 | light(tor) | |
1718 | tor.Size = Vector3.new(2 * nscale.Value, 2 * nscale.Value, 1 * nscale.Value) | |
1719 | tor.LeftSurface, tor.RightSurface = "Weld", "Weld" | |
1720 | tor.Parent = md | |
1721 | md.PrimaryPart = hrpa | |
1722 | md:SetPrimaryPartCFrame(cfrem) | |
1723 | md:makeJoints() | |
1724 | makejoint(hrpa, RootJointC0, RootJointC1, hrpa, tor, "RootJoint") | |
1725 | makejoint(tor, NeckC0, NeckC1, tor, hd, "Neck") | |
1726 | if rags == true then | |
1727 | makegloo(tor, RightShoulderC0, RightShoulderC1, tor, riarm, "Right Shoulder") | |
1728 | makegloo(tor, LeftShoulderC0, LeftShoulderC1, tor, learm, "Left Shoulder") | |
1729 | makegloo(tor, RightHipC0, RightHipC1, tor, rileg, "Right Hip") | |
1730 | makegloo(tor, LeftHipC0, LeftHipC1, tor, leleg, "Left Hip") | |
1731 | maketouchy(riarm, riarm, CFrame.new(0, 0.5 * nscale.Value, 0)) | |
1732 | maketouchy(learm, learm, CFrame.new(0, 0.5 * nscale.Value, 0)) | |
1733 | maketouchy(leleg, leleg, CFrame.new(0, 0.5 * nscale.Value, 0)) | |
1734 | maketouchy(rileg, rileg, CFrame.new(0, 0.5 * nscale.Value, 0)) | |
1735 | elseif rags == false then | |
1736 | makejoint(tor, RightShoulderC0, RightShoulderC1, tor, riarm, "Right Shoulder") | |
1737 | makejoint(tor, LeftShoulderC0, LeftShoulderC1, tor, learm, "Left Shoulder") | |
1738 | makejoint(tor, RightHipC0, RightHipC1, tor, rileg, "Right Hip") | |
1739 | makejoint(tor, LeftHipC0, LeftHipC1, tor, leleg, "Left Hip") | |
1740 | hu.PlatformStand = false | |
1741 | end | |
1742 | nscale.Value = 1 | |
1743 | hu.Touched:connect(function(tpart, uwot) | |
1744 | if tagbomb.Value == true and tpart.Parent ~= md and tpart.Parent.Parent ~= md and tpart.Parent.Parent.Parent ~= md then | |
1745 | tagbomb.Value = false | |
1746 | hu.Health = 0 | |
1747 | local derp = Instance.new("Explosion") | |
1748 | derp.BlastPressure = 200 | |
1749 | derp.BlastRadius = 8 | |
1750 | derp.DestroyJointRadiusPercent = 0 | |
1751 | derp.ExplosionType = 2 | |
1752 | derp.Visible = true | |
1753 | derp.Position = uwot.Position - Vector3.new(0, 0.5, 0) | |
1754 | derp.Parent = workspace | |
1755 | game.Debris:AddItem(md, 8) | |
1756 | end | |
1757 | end) | |
1758 | return md | |
1759 | end | |
1760 | function spawnnoob(circlecf, noobcf, scalez, ragd) | |
1761 | local aearae = makecircle(circlecf, scalez) | |
1762 | local nananb | |
1763 | if ragd then | |
1764 | nananb = makenoob(aearae.CFrame * noobcf, scalez, true) | |
1765 | elseif not ragd then | |
1766 | nananb = makenoob(aearae.CFrame * noobcf, scalez, false) | |
1767 | end | |
1768 | return nananb | |
1769 | end | |
1770 | function tagexplode(partoz, magn, bombdelay) | |
1771 | for _, guy in pairs(workspace:GetChildren()) do | |
1772 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy.Name == "Noob" and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude then | |
1773 | coroutine.resume(coroutine.create(function() | |
1774 | swait(bombdelay * 30) | |
1775 | guy:FindFirstChild("HumanoidRootPart").tagbomb.Value = true | |
1776 | end)) | |
1777 | end | |
1778 | end | |
1779 | end | |
1780 | ||
1781 | function cleannoobs() | |
1782 | for _, nib in pairs(workspace:GetChildren()) do | |
1783 | coroutine.resume(coroutine.create(function() | |
1784 | if nib.Name == "Noob" then | |
1785 | if nib:FindFirstChild("HumanoidRootPart") then | |
1786 | local g = Instance.new("Part") | |
1787 | g.CanCollide, g.Anchored = false, true | |
1788 | g.Transparency = 1 | |
1789 | g.CFrame = nib:FindFirstChild("HumanoidRootPart").CFrame | |
1790 | g.Parent = workspace | |
1791 | game.Debris:AddItem(g, 3.5) | |
1792 | local sou = Instance.new("Sound") | |
1793 | sou.Pitch = 1 | |
1794 | sou.Volume = 14 | |
1795 | sou.SoundId = "rbxassetid://148227816" | |
1796 | sou.Parent = g | |
1797 | local pe = Instance.new("ParticleEmitter") | |
1798 | pe.Acceleration = Vector3.new(0, 8, 0) | |
1799 | pe.Lifetime = NumberRange.new(1, 1.5) | |
1800 | pe.Rate = 0.005 | |
1801 | pe.RotSpeed = NumberRange.new(-30, 30) | |
1802 | pe.Rotation = NumberRange.new(0, 360) | |
1803 | pe.Size = NumberSequence.new({ | |
1804 | NumberSequenceKeypoint.new(0, 4.38, 0), | |
1805 | NumberSequenceKeypoint.new(0.672, 4.14, 0), | |
1806 | NumberSequenceKeypoint.new(1, 1.48, 0) | |
1807 | }) | |
1808 | pe.Texture = "rbxassetid://280516525" | |
1809 | pe.Color = ColorSequence.new(ColorsArray) | |
1810 | pe.Transparency = NumberSequence.new({ | |
1811 | NumberSequenceKeypoint.new(0, 0, 0), | |
1812 | NumberSequenceKeypoint.new(0.529, 0.3, 0), | |
1813 | NumberSequenceKeypoint.new(1, 1, 1) | |
1814 | }) | |
1815 | pe.ZOffset = 5 | |
1816 | pe.Enabled = true | |
1817 | pe.VelocitySpread = 360 | |
1818 | pe.Parent = g | |
1819 | pe.LightEmission = 0.9 | |
1820 | swait(5) | |
1821 | pe:Emit(6) | |
1822 | sou:Play() | |
1823 | end | |
1824 | nib:Destroy() | |
1825 | end | |
1826 | end)) | |
1827 | end | |
1828 | end | |
1829 | function hito(partoz, magn, dmg, debtim, bodyfdire) | |
1830 | for _, guy in pairs(workspace:GetChildren()) do | |
1831 | 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 | |
1832 | do | |
1833 | local humz = guy:FindFirstChild("Humanoid") | |
1834 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1835 | TakeDamage(humz, dmg) | |
1836 | local db = Instance.new("StringValue") | |
1837 | db.Name = "alabo" | |
1838 | db.Parent = horp | |
1839 | delay(debtim, function() | |
1840 | db:Destroy() | |
1841 | end) | |
1842 | local b = Instance.new("Part") | |
1843 | nooutline(b) | |
1844 | b.Size = Vector3.new(0.2, 0.2, 0.2) | |
1845 | b.Transparency = 0.25 | |
1846 | b.Anchored = true | |
1847 | b.CanCollide = false | |
1848 | b.BrickColor = BrickColor.new("Toothpaste") | |
1849 | b.Material = Enum.Material.Neon | |
1850 | b.Locked = true | |
1851 | b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1)) | |
1852 | b.Parent = modz | |
1853 | local c = Instance.new("SpecialMesh") | |
1854 | c.MeshType = "Sphere" | |
1855 | c.Scale = Vector3.new(3.5, 3.5, 3.5) | |
1856 | c.Parent = b | |
1857 | game.Debris:AddItem(b, 1) | |
1858 | if bodyfdire then | |
1859 | local boopyve = Instance.new("BodyVelocity") | |
1860 | boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge) | |
1861 | boopyve.P = math.huge | |
1862 | boopyve.Velocity = bodyfdire | |
1863 | boopyve.Parent = horp | |
1864 | game.Debris:AddItem(boopyve, debtim) | |
1865 | end | |
1866 | local bet = Instance.new("Sound") | |
1867 | bet.Pitch = rd2(9, 11) / 10 | |
1868 | bet.Volume = rd2(12, 14) / 10 | |
1869 | bet.SoundId = "rbxassetid://165604684" | |
1870 | bet.Parent = b | |
1871 | bet:Play() | |
1872 | coroutine.resume(coroutine.create(function() | |
1873 | for _ = 1, 5 do | |
1874 | swait() | |
1875 | b.Transparency = b.Transparency + 0.15 | |
1876 | c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg) | |
1877 | end | |
1878 | end)) | |
1879 | end | |
1880 | end | |
1881 | end | |
1882 | end | |
1883 | ||
1884 | function hito5(partoz, magn, dmg, debtim, bodyfdire, bodyrot) | |
1885 | for _, guy in pairs(workspace:GetChildren()) do | |
1886 | 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 | |
1887 | do | |
1888 | local humz = guy:FindFirstChild("Humanoid") | |
1889 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1890 | humz:TakeDamage(dmg) | |
1891 | humz:SetStateEnabled(16, true) | |
1892 | delay(debtim, function() | |
1893 | humz:SetStateEnabled(16, true) | |
1894 | end) | |
1895 | local db = Instance.new("StringValue") | |
1896 | db.Name = "alabo" | |
1897 | db.Parent = horp | |
1898 | delay(debtim, function() | |
1899 | db:Destroy() | |
1900 | end) | |
1901 | local b = Instance.new("Part") | |
1902 | nooutline(b) | |
1903 | b.Size = Vector3.new(0.2, 0.2, 0.2) | |
1904 | b.Transparency = 0 | |
1905 | b.Anchored = true | |
1906 | b.CanCollide = false | |
1907 | b.Material = "Neon" | |
1908 | b.BrickColor = BrickColor.new("Toothpaste") | |
1909 | b.Locked = true | |
1910 | b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1))*CFrame.Angles(math.random(1412),math.random(423532),math.random(1312)) | |
1911 | b.Parent = modz | |
1912 | local c = Instance.new("SpecialMesh") | |
1913 | c.MeshType = "Sphere" | |
1914 | c.Scale = Vector3.new(3.5, 3.5, 3.5) | |
1915 | c.Parent = b | |
1916 | game.Debris:AddItem(b, 1) | |
1917 | if bodyfdire then | |
1918 | local boopyve = Instance.new("BodyVelocity") | |
1919 | boopyve.MaxForce = Vector3.new(9999999999999, 9999999999999, 9999999999999) | |
1920 | boopyve.P = 9999999999 | |
1921 | boopyve.Velocity = bodyfdire | |
1922 | boopyve.Parent = horp | |
1923 | game.Debris:AddItem(boopyve, debtim) | |
1924 | end | |
1925 | if bodyrot then | |
1926 | local boopyro = Instance.new("BodyAngularVelocity") | |
1927 | boopyro.MaxTorque = Vector3.new(999999, 999999, 999999) | |
1928 | boopyro.P = math.huge | |
1929 | boopyro.AngularVelocity = bodyrot | |
1930 | boopyro.Parent = horp | |
1931 | game.Debris:AddItem(boopyro, debtim) | |
1932 | end | |
1933 | local bet = Instance.new("Sound") | |
1934 | bet.Pitch = 2 | |
1935 | bet.Volume = 10 | |
1936 | bet.SoundId = "rbxassetid://148227816" | |
1937 | bet.Parent = b | |
1938 | bet:Play() | |
1939 | coroutine.resume(coroutine.create(function() | |
1940 | for _ = 1, 24 do | |
1941 | swait() | |
1942 | b.Transparency = b.Transparency + 0.08 | |
1943 | c.Scale = c.Scale + Vector3.new(.8 * dmg, .8 * dmg, .8 * dmg) | |
1944 | end | |
1945 | end)) | |
1946 | end | |
1947 | end | |
1948 | end | |
1949 | end | |
1950 | function tagability(partoz, magn) | |
1951 | for _, guy in pairs(workspace:GetChildren()) do | |
1952 | 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 | |
1953 | do | |
1954 | local humz = guy:FindFirstChild("Humanoid") | |
1955 | humz.PlatformStand = true | |
1956 | delay(1, function() | |
1957 | humz.PlatformStand = false | |
1958 | end) | |
1959 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1960 | local db = Instance.new("StringValue") | |
1961 | db.Name = "dedrbaba" | |
1962 | db.Parent = horp | |
1963 | local bodyrot = Instance.new("BodyAngularVelocity") | |
1964 | bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999) | |
1965 | bodyrot.P = math.huge | |
1966 | bodyrot.AngularVelocity = Vector3.new(0, 5, 50) | |
1967 | bodyrot.Parent = horp | |
1968 | local hL, tL, aL, bL, cL, dL | |
1969 | game.Debris:AddItem(bodyrot, 0.2) | |
1970 | if guy:FindFirstChild("Head") then | |
1971 | hL = guy:FindFirstChild("Head") | |
1972 | hL.BrickColor = BrickColor.new("Toothpaste") | |
1973 | end | |
1974 | if guy:FindFirstChild("Torso") then | |
1975 | tL = guy:FindFirstChild("Torso") | |
1976 | tL.BrickColor = BrickColor.new("Bright blue") | |
1977 | end | |
1978 | if guy:FindFirstChild("Left Arm") then | |
1979 | aL = guy:FindFirstChild("Left Arm") | |
1980 | aL.BrickColor = BrickColor.new("Toothpaste") | |
1981 | end | |
1982 | if guy:FindFirstChild("Right Arm") then | |
1983 | bL = guy:FindFirstChild("Right Arm") | |
1984 | bL.BrickColor = BrickColor.new("Toothpaste") | |
1985 | end | |
1986 | if guy:FindFirstChild("Left Leg") then | |
1987 | cL = guy:FindFirstChild("Left Leg") | |
1988 | cL.BrickColor = BrickColor.new("Really black") | |
1989 | end | |
1990 | if guy:FindFirstChild("Right Leg") then | |
1991 | dL = guy:FindFirstChild("Right Leg") | |
1992 | dL.BrickColor = BrickColor.new("Really black") | |
1993 | end | |
1994 | coroutine.resume(coroutine.create(function() | |
1995 | if aL then | |
1996 | aL.Name = "Right Arm" | |
1997 | wait() | |
1998 | end | |
1999 | if bL then | |
2000 | bL.Name = "Left Leg" | |
2001 | wait() | |
2002 | end | |
2003 | if cL then | |
2004 | cL.Name = "Left Arm" | |
2005 | wait() | |
2006 | end | |
2007 | if dL then | |
2008 | dL.Name = "Right Leg" | |
2009 | end | |
2010 | end)) | |
2011 | end | |
2012 | end | |
2013 | end | |
2014 | end | |
2015 | mouse.KeyDown:connect(function(key) | |
2016 | if human.Health <= 0 then | |
2017 | return | |
2018 | end | |
2019 | if key == "f" then | |
2020 | standappear(theguest) | |
2021 | end | |
2022 | if key == "r" then | |
2023 | MUDA() | |
2024 | end | |
2025 | if key == "e" then | |
2026 | block() | |
2027 | end | |
2028 | if key == "v" then | |
2029 | cability() | |
2030 | end | |
2031 | if key == "m" then | |
2032 | THEBEST() | |
2033 | end | |
2034 | if key == "j" then | |
2035 | THREATENING() | |
2036 | end | |
2037 | if key == "k" then | |
2038 | konodioda:Play() | |
2039 | end | |
2040 | if key == "b" then | |
2041 | spawnnoob(hrp.CFrame * cf(5, 3, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 1, false) | |
2042 | lauf:play() | |
2043 | end | |
2044 | if key == "g" then | |
2045 | spawnnoob(hrp.CFrame * cf(5, 60, -1) * ang(rd(90), 0, 0), cf(0, 0, 0) * ang(rd(-90), 0, 0), 10, false) | |
2046 | lauf:play() | |
2047 | end | |
2048 | if key == "c" then | |
2049 | cleannoobs() | |
2050 | end | |
2051 | if key == "l" then | |
2052 | bast:Play() | |
2053 | end | |
2054 | if key == "p" then | |
2055 | zaworld:Play() | |
2056 | end | |
2057 | end) | |
2058 | tool.Equipped:connect(function() | |
2059 | selected = true | |
2060 | end) | |
2061 | tool.Unequipped:connect(function() | |
2062 | selected = false | |
2063 | end) | |
2064 | sine = 0 | |
2065 | charge = 1 | |
2066 | cos = math.cos | |
2067 | game:GetService("RunService").RenderStepped:connect(function() | |
2068 | if POSU == false then | |
2069 | local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4) | |
2070 | local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false) | |
2071 | local checkstate = human:GetState() | |
2072 | if checkstate.Value == 13 then | |
2073 | animpose = "Sitting" | |
2074 | elseif hrp.Velocity.y > 1 and checkpart == nil then | |
2075 | animpose = "Jumping" | |
2076 | elseif hrp.Velocity.y < -1 and checkpart == nil then | |
2077 | animpose = "Falling" | |
2078 | elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then | |
2079 | animpose = "Idle" | |
2080 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then | |
2081 | animpose = "Walking" | |
2082 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then | |
2083 | animpose = "TooFast" | |
2084 | end | |
2085 | if animpose == "Idle" then | |
2086 | sine = sine + charge | |
2087 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2088 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
2089 | 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) | |
2090 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2091 | 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) | |
2092 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2093 | 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) | |
2094 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2095 | 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) | |
2096 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2097 | end | |
2098 | if animpose == "Walking" then | |
2099 | sine = sine + charge | |
2100 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2101 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
2102 | 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) | |
2103 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2104 | 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) | |
2105 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2106 | 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) | |
2107 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2108 | 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) | |
2109 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2110 | end | |
2111 | if animpose == "Jumping" then | |
2112 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3) | |
2113 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3) | |
2114 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
2115 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2116 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
2117 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2118 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
2119 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2120 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
2121 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2122 | end | |
2123 | if animpose == "Falling" then | |
2124 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3) | |
2125 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
2126 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
2127 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2128 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
2129 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2130 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3) | |
2131 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2132 | lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
2133 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2134 | end | |
2135 | if animpose == "TooFast" then | |
2136 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3) | |
2137 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
2138 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3) | |
2139 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2140 | lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3) | |
2141 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3) | |
2142 | lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3) | |
2143 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2144 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3) | |
2145 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2146 | end | |
2147 | if animpose == "Sitting" then | |
2148 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2149 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2150 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
2151 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2152 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
2153 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2154 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
2155 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2156 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
2157 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2158 | end | |
2159 | end | |
2160 | if appeared == false and activu == false then | |
2161 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2162 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2163 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2164 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2165 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2166 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2167 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2168 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2169 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2170 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2171 | elseif appeared == true and activu == false then | |
2172 | sine = sine + charge | |
2173 | 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) | |
2174 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3) | |
2175 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
2176 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2177 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
2178 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2179 | 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) | |
2180 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2181 | 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) | |
2182 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
2183 | end | |
2184 | end) | |
2185 | local p = game.Players.LocalPlayer | |
2186 | local Player = game.Players.localPlayer | |
2187 | local Character = p.Character | |
2188 | local LeftArm2 = Character["Left Arm"] | |
2189 | local RightArm2 = Character["Right Arm"] | |
2190 | local LeftLeg2 = Character["Left Leg"] | |
2191 | local RightLeg2 = Character["Right Leg"] | |
2192 | local Head2 = Character.Head | |
2193 | local Torso2 = Character.Torso | |
2194 | function dispose() | |
2195 | for i, v in pairs(getfenv(0)) do | |
2196 | v = nil | |
2197 | end | |
2198 | ||
2199 | end | |
2200 | human.Died:connect(dispose) | |
2201 | chr.Changed:connect(function() | |
2202 | if chr.Parent == nil then | |
2203 | dispose() | |
2204 | end | |
2205 | end) | |
2206 | mse = Player:GetMouse() | |
2207 | ||
2208 | sound = Instance.new("Sound", Character) | |
2209 | sound.SoundId = "https://www.roblox.com/asset/?id=148227816" | |
2210 | sound.Volume = 10 | |
2211 | sound2 = Instance.new("Sound", Character) | |
2212 | sound2.SoundId = "https://www.roblox.com/asset/?id=168615093" | |
2213 | sound2.Volume = 10 | |
2214 | sound3 = Instance.new("Sound", Character) | |
2215 | sound3.SoundId = "https://www.roblox.com/asset/?id=811841430" | |
2216 | sound3.Volume = 10 | |
2217 | sound4 = Instance.new("Sound", Character) | |
2218 | sound4.SoundId = "https://www.roblox.com/asset/?id=157022838" | |
2219 | sound4.Volume = 10 | |
2220 | TSTheme = Instance.new("Sound", Character) | |
2221 | TSTheme.SoundId = "https://www.roblox.com/asset/?id=229986753" | |
2222 | TSTheme.Volume = 2 | |
2223 | canworld = true | |
2224 | mse.KeyDown:connect(function(key) | |
2225 | key = key:lower() | |
2226 | if key == "t" then | |
2227 | if canworld == false then return end | |
2228 | if canworld then | |
2229 | canworld = false | |
2230 | sound3:Play() | |
2231 | wait(2) | |
2232 | sound:Play() | |
2233 | sound4:Play() | |
2234 | TSTheme:Play() | |
2235 | ||
2236 | local function spawnpart() | |
2237 | sphere = Instance.new("Part") | |
2238 | --game.Debris:AddItem(sphere,3) | |
2239 | local sm = Instance.new("SpecialMesh", sphere) | |
2240 | sm.MeshType = "Sphere" | |
2241 | sphere.Transparency = 0.5 | |
2242 | sphere.Anchored = true | |
2243 | sphere.CanCollide = false | |
2244 | sphere.Material = "Neon" | |
2245 | sphere.BrickColor = BrickColor.new("Toothpaste") | |
2246 | end | |
2247 | ||
2248 | local function weld(lol) | |
2249 | local weld = Instance.new("Weld", Player.Character.Torso) | |
2250 | weld.Part0 = Player.Character.Torso | |
2251 | weld.Part1 = lol | |
2252 | weld.C0 = Player.Character.Torso.CFrame:inverse() | |
2253 | weld.C1 = lol.CFrame:inverse() | |
2254 | end | |
2255 | wait() | |
2256 | spawnpart() | |
2257 | for i, v in pairs(game.Players:GetChildren()) do | |
2258 | t = v.Character:FindFirstChild("Torso") | |
2259 | if t then | |
2260 | t.Anchored = true | |
2261 | Player.Character:FindFirstChild("Torso").Anchored = false | |
2262 | end | |
2263 | RA = v.Character:FindFirstChild("Right Arm") | |
2264 | if RA then | |
2265 | RA.Anchored = true | |
2266 | Player.Character:FindFirstChild("Right Arm").Anchored = false | |
2267 | end | |
2268 | LA = v.Character:FindFirstChild("Left Arm") | |
2269 | if LA then | |
2270 | LA.Anchored = true | |
2271 | Player.Character:FindFirstChild("Left Arm").Anchored = false | |
2272 | end | |
2273 | RL = v.Character:FindFirstChild("Right Leg") | |
2274 | if RL then | |
2275 | RL.Anchored = true | |
2276 | Player.Character:FindFirstChild("Right Leg").Anchored = false | |
2277 | end | |
2278 | LL = v.Character:FindFirstChild("Left Leg") | |
2279 | if LL then | |
2280 | LL.Anchored = true | |
2281 | Player.Character:FindFirstChild("Left Leg").Anchored = false | |
2282 | end | |
2283 | end | |
2284 | weld(sphere) | |
2285 | cce = Instance.new("ColorCorrectionEffect", game.Lighting) | |
2286 | cce.Saturation = -5 | |
2287 | --game.Debris:AddItem(cce, 5) | |
2288 | sphere.Parent = Character.Torso | |
2289 | for i = 1,3 do | |
2290 | sphere.Size = sphere.Size + Vector3.new(50,50,50) | |
2291 | wait() | |
2292 | end | |
2293 | wait() | |
2294 | sphere:Destroy() | |
2295 | ||
2296 | cce.Saturation = -0.1 | |
2297 | wait(0.3) | |
2298 | cce.Saturation = -0.2 | |
2299 | wait(0.3) | |
2300 | cce.Saturation = -0.3 | |
2301 | wait(0.2) | |
2302 | cce.Saturation = -1.5 | |
2303 | wait() | |
2304 | end | |
2305 | end | |
2306 | end | |
2307 | ) | |
2308 | ||
2309 | ||
2310 | ||
2311 | mse.KeyDown:connect(function(key) | |
2312 | key = key:lower() | |
2313 | if key == "y" then | |
2314 | canworld = true | |
2315 | sound2:Play() | |
2316 | wait() | |
2317 | ||
2318 | cce.Saturation = -1.3 | |
2319 | wait(0.5) | |
2320 | ||
2321 | cce.Saturation = -0.5 | |
2322 | wait(0.5) | |
2323 | ||
2324 | cce.Saturation = -0.4 | |
2325 | wait(0.3) | |
2326 | ||
2327 | cce.Saturation = -0.2 | |
2328 | wait(0.2) | |
2329 | cce.Saturation = 0 | |
2330 | ||
2331 | for i, v in pairs(game.Players:GetChildren()) do | |
2332 | t = v.Character:FindFirstChild("Torso") | |
2333 | if t then | |
2334 | t.Anchored = false | |
2335 | end | |
2336 | RA = v.Character:FindFirstChild("Right Arm") | |
2337 | if RA then | |
2338 | RA.Anchored = false | |
2339 | end | |
2340 | LA = v.Character:FindFirstChild("Left Arm") | |
2341 | if LA then | |
2342 | LA.Anchored = false | |
2343 | end | |
2344 | RL = v.Character:FindFirstChild("Right Leg") | |
2345 | if RL then | |
2346 | RL.Anchored = false | |
2347 | end | |
2348 | LL = v.Character:FindFirstChild("Left Leg") | |
2349 | if LL then | |
2350 | LL.Anchored = false | |
2351 | end | |
2352 | end | |
2353 | TSTheme:Stop() | |
2354 | end | |
2355 | end) | |
2356 | -- Objects | |
2357 | ||
2358 | local ScreenGui = Instance.new("ScreenGui") | |
2359 | local TextButton = Instance.new("TextButton") | |
2360 | ||
2361 | -- Properties | |
2362 | ||
2363 | ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui | |
2364 | ||
2365 | TextButton.Parent = ScreenGui | |
2366 | TextButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
2367 | TextButton.Size = UDim2.new(0, 200, 0, 50) | |
2368 | TextButton.Font = Enum.Font.SourceSans | |
2369 | TextButton.FontSize = Enum.FontSize.Size14 | |
2370 | TextButton.Text = "Dio laugh" | |
2371 | TextButton.TextSize = 14 | |
2372 | ||
2373 | --[[Function/s being made!]] | |
2374 | function PlayMusic(ID) | |
2375 | for i, v in pairs (game.Workspace:GetChildren()) do | |
2376 | if v:IsA("Sound") then | |
2377 | end | |
2378 | end | |
2379 | local music = Instance.new("Sound") | |
2380 | local asset = "rbxassetid://" | |
2381 | music.SoundId = asset .. ID | |
2382 | music.Parent = workspace | |
2383 | music.Volume = 10 | |
2384 | music.Looped = false | |
2385 | music:Play() | |
2386 | end | |
2387 | --[[Connecting functions!]] | |
2388 | TextButton.MouseButton1Down:connect(function() | |
2389 | PlayMusic(333446256) | |
2390 | end) | |
2391 | ||
2392 | local p = game.Players.LocalPlayer | |
2393 | local char = p.Character | |
2394 | local hed = char.Head | |
2395 | local LocalPlayer = p | |
2396 | ||
2397 | local naeeym = Instance.new("BillboardGui",char) | |
2398 | naeeym.Size = UDim2.new(0,100,0,40) | |
2399 | naeeym.StudsOffset = Vector3.new(0,5,0) | |
2400 | naeeym.Adornee = char.Head | |
2401 | local tecks = Instance.new("TextLabel",naeeym) | |
2402 | tecks.BackgroundTransparency = 1 | |
2403 | tecks.BorderSizePixel = 0 | |
2404 | tecks.Text = LocalPlayer.Name | |
2405 | tecks.Font = "ArialBold" | |
2406 | tecks.FontSize = "Size24" | |
2407 | tecks.TextStrokeTransparency = 0 | |
2408 | tecks.TextStrokeColor3 = Color3.new(0,0,0) | |
2409 | tecks.TextColor3 = Color3.new(255,255,255) | |
2410 | tecks.Size = UDim2.new(1,0,0.5,0) | |
2411 | ||
2412 | local Player = game.Players.localPlayer | |
2413 | local Character = p.Character | |
2414 | local LeftArm2 = Character["Left Arm"] | |
2415 | local RightArm2 = Character["Right Arm"] | |
2416 | local LeftLeg2 = Character["Left Leg"] | |
2417 | local RightLeg2 = Character["Right Leg"] | |
2418 | local Head2 = Character.Head | |
2419 | local Torso2 = Character.Torso | |
2420 | ||
2421 | --created by SoldierJoao | |
2422 | --Credits to metabee for the knives edit | |
2423 | cut = Instance.new("Sound", Character) | |
2424 | cut.SoundId = "https://www.roblox.com/asset/?id=97095069" | |
2425 | cut.Volume = 1.5 | |
2426 | thri = Instance.new("Sound", Character) | |
2427 | thri.SoundId = "https://www.roblox.com/asset/?id=186311262" | |
2428 | thri.Volume = 2.5 | |
2429 | WRY = Instance.new("Sound", Character) | |
2430 | WRY.SoundId = "https://www.roblox.com/asset/?id=276152532" | |
2431 | WRY.Volume = 5 | |
2432 | ||
2433 | local Players=game:service'Players' | |
2434 | local Player=Players.LocalPlayer | |
2435 | local Mouse=Player:GetMouse'' | |
2436 | local RenderStepped=game:service'RunService'.RenderStepped | |
2437 | ||
2438 | local MeshId='http://www.roblox.com/asset?id=202083123' | |
2439 | local TextureId='http://www.roblox.com/asset/?id=44993353' | |
2440 | ||
2441 | local BeeSpeed= 130 | |
2442 | ||
2443 | local QHold=false | |
2444 | local EHold=false | |
2445 | ||
2446 | Mouse.Button1Down:connect(function() | |
2447 | cut:Play() | |
2448 | if Mouse.Target then | |
2449 | local Bee=Instance.new('Part',Player.Character) | |
2450 | Bee.CanCollide=false | |
2451 | Bee.Size=Vector3.new(2,2,2) | |
2452 | Bee.CFrame=Player.Character.Torso.CFrame | |
2453 | local BeeMesh=Instance.new('SpecialMesh',Bee) | |
2454 | BeeMesh.MeshType='FileMesh' | |
2455 | BeeMesh.MeshId=MeshId | |
2456 | BeeMesh.TextureId=TextureId | |
2457 | BeeMesh.Scale=Vector3.new(1,1,1) | |
2458 | local BodyVel=Instance.new('BodyVelocity',Bee) | |
2459 | BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
2460 | local BodyGyro=Instance.new('BodyGyro',Bee) | |
2461 | BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge) | |
2462 | BodyGyro.P=2e4 | |
2463 | coroutine.wrap(function() | |
2464 | RenderStepped:connect(function() | |
2465 | BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p) | |
2466 | BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed | |
2467 | end) | |
2468 | end)() | |
2469 | Bee.Touched:connect(function(p) | |
2470 | if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then | |
2471 | p.Parent:BreakJoints() | |
2472 | Bee:Destroy'' | |
2473 | thri:Play() | |
2474 | end | |
2475 | end) | |
2476 | end | |
2477 | end) | |
2478 | ||
2479 | ||
2480 | Mouse.KeyDown:connect(function(k) | |
2481 | local Key=k:lower'' | |
2482 | if Key=='q'then | |
2483 | QHold=true | |
2484 | elseif Key=='e'then | |
2485 | EHold=true | |
2486 | end | |
2487 | end) | |
2488 | ||
2489 | Mouse.KeyUp:connect(function(k) | |
2490 | local Key=k:lower'' | |
2491 | if Key=='q'then | |
2492 | QHold=false | |
2493 | elseif Key=='e'then | |
2494 | EHold=false | |
2495 | end | |
2496 | end) | |
2497 | ||
2498 | coroutine.wrap(function() | |
2499 | RenderStepped:connect(function() | |
2500 | if QHold then | |
2501 | if BeeSpeed>0 then | |
2502 | BeeSpeed=BeeSpeed-1 | |
2503 | end | |
2504 | elseif EHold then | |
2505 | BeeSpeed=BeeSpeed+1 | |
2506 | end | |
2507 | end) | |
2508 | end)() | |
2509 | ||
2510 | ||
2511 | ||
2512 | ||
2513 | mse = Player:GetMouse() | |
2514 | ||
2515 | sound = Instance.new("Sound", Character) | |
2516 | sound.SoundId = "https://www.roblox.com/asset/?id=290807425" | |
2517 | sound.Volume = 2.5 | |
2518 | sound2 = Instance.new("Sound", Character) | |
2519 | sound2.SoundId = "https://www.roblox.com/asset/?id=290810519" | |
2520 | sound2.Volume = 2.5 | |
2521 | sound3 = Instance.new("Sound", Character) | |
2522 | sound3.SoundId = "https://www.roblox.com/asset/?id=290807377" | |
2523 | sound3.Volume = 1.8 | |
2524 | sound4 = Instance.new("Sound", Character) | |
2525 | sound4.SoundId = "https://www.roblox.com/asset/?id=290807397" | |
2526 | sound4.Volume = 2 | |
2527 | TSTheme = Instance.new("Sound", Character) | |
2528 | TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380" | |
2529 | TSTheme.Volume = 2 | |
2530 | canworld = true | |
2531 | mse.KeyDown:connect(function(key) | |
2532 | key = key:lower() | |
2533 | if key == "t" then | |
2534 | if canworld == false then return end | |
2535 | if canworld then | |
2536 | canworld = false | |
2537 | sound3:Play() | |
2538 | tecks.Text = "THE WORLD STOP TIME!" | |
2539 | wait(2) | |
2540 | tecks.Text = LocalPlayer.Name | |
2541 | sound:Play() | |
2542 | sound4:Play() | |
2543 | TSTheme:Play() | |
2544 | ||
2545 | local function spawnpart() | |
2546 | sphere = Instance.new("Part") | |
2547 | --game.Debris:AddItem(sphere,3) | |
2548 | local sm = Instance.new("SpecialMesh", sphere) | |
2549 | sm.MeshType = "Sphere" | |
2550 | sphere.Transparency = 0.5 | |
2551 | sphere.Anchored = true | |
2552 | sphere.CanCollide = false | |
2553 | sphere.Material = "Neon" | |
2554 | sphere.BrickColor = BrickColor.new("Black") | |
2555 | end | |
2556 | ||
2557 | local function weld(lol) | |
2558 | local weld = Instance.new("Weld", Player.Character.Torso) | |
2559 | weld.Part0 = Player.Character.Torso | |
2560 | weld.Part1 = lol | |
2561 | weld.C0 = Player.Character.Torso.CFrame:inverse() | |
2562 | weld.C1 = lol.CFrame:inverse() | |
2563 | end | |
2564 | wait() | |
2565 | spawnpart() | |
2566 | for i, v in pairs(game.Players:GetChildren()) do | |
2567 | t = v.Character:FindFirstChild("Torso") | |
2568 | if t then | |
2569 | t.Anchored = true | |
2570 | Player.Character:FindFirstChild("Torso").Anchored = false | |
2571 | end | |
2572 | RA = v.Character:FindFirstChild("Right Arm") | |
2573 | if RA then | |
2574 | RA.Anchored = true | |
2575 | Player.Character:FindFirstChild("Right Arm").Anchored = false | |
2576 | end | |
2577 | LA = v.Character:FindFirstChild("Left Arm") | |
2578 | if LA then | |
2579 | LA.Anchored = true | |
2580 | Player.Character:FindFirstChild("Left Arm").Anchored = false | |
2581 | end | |
2582 | RL = v.Character:FindFirstChild("Right Leg") | |
2583 | if RL then | |
2584 | RL.Anchored = true | |
2585 | Player.Character:FindFirstChild("Right Leg").Anchored = false | |
2586 | end | |
2587 | LL = v.Character:FindFirstChild("Left Leg") | |
2588 | if LL then | |
2589 | LL.Anchored = true | |
2590 | Player.Character:FindFirstChild("Left Leg").Anchored = false | |
2591 | end | |
2592 | end | |
2593 | weld(sphere) | |
2594 | cce = Instance.new("ColorCorrectionEffect", game.Lighting) | |
2595 | cce.Saturation = -5 | |
2596 | --game.Debris:AddItem(cce, 5) | |
2597 | sphere.Parent = Character.Torso | |
2598 | for i = 1,3 do | |
2599 | sphere.Size = sphere.Size + Vector3.new(50,50,50) | |
2600 | wait() | |
2601 | end | |
2602 | wait() | |
2603 | sphere:Destroy() | |
2604 | BeeSpeed = 0 | |
2605 | cce.Saturation = -0.1 | |
2606 | wait(0.3) | |
2607 | cce.Saturation = -0.2 | |
2608 | wait(0.3) | |
2609 | cce.Saturation = -0.3 | |
2610 | wait(0.2) | |
2611 | cce.Saturation = -1.5 | |
2612 | wait() | |
2613 | end | |
2614 | end | |
2615 | end | |
2616 | ) | |
2617 | ||
2618 | tecks.Text = LocalPlayer.Name | |
2619 | ||
2620 | mse.KeyDown:connect(function(key) | |
2621 | key = key:lower() | |
2622 | if key == "y" then | |
2623 | canworld = true | |
2624 | tecks.Text = "Time continues moving again." | |
2625 | sound2:Play() | |
2626 | wait() | |
2627 | BeeSpeed = 1 | |
2628 | cce.Saturation = -1.3 | |
2629 | wait(0.5) | |
2630 | BeeSpeed = 1.2 | |
2631 | cce.Saturation = -0.5 | |
2632 | wait(0.5) | |
2633 | BeeSpeed = 1.4 | |
2634 | cce.Saturation = -0.4 | |
2635 | wait(0.3) | |
2636 | BeeSpeed = 1.5 | |
2637 | cce.Saturation = -0.2 | |
2638 | wait(0.2) | |
2639 | cce.Saturation = 0 | |
2640 | ||
2641 | for i, v in pairs(game.Players:GetChildren()) do | |
2642 | t = v.Character:FindFirstChild("Torso") | |
2643 | if t then | |
2644 | t.Anchored = false | |
2645 | end | |
2646 | RA = v.Character:FindFirstChild("Right Arm") | |
2647 | if RA then | |
2648 | RA.Anchored = false | |
2649 | end | |
2650 | LA = v.Character:FindFirstChild("Left Arm") | |
2651 | if LA then | |
2652 | LA.Anchored = false | |
2653 | end | |
2654 | RL = v.Character:FindFirstChild("Right Leg") | |
2655 | if RL then | |
2656 | RL.Anchored = false | |
2657 | end | |
2658 | LL = v.Character:FindFirstChild("Left Leg") | |
2659 | if LL then | |
2660 | LL.Anchored = false | |
2661 | end | |
2662 | end | |
2663 | BeeSpeed = 130 | |
2664 | tecks.Text = LocalPlayer.Name | |
2665 | TSTheme:Stop() | |
2666 | end | |
2667 | end) |