SHOW:
|
|
- or go back to the newest paste.
1 | --https://github.com/Mokiros/roblox-FE-compatibility | |
2 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
3 | local Player,game,owner = owner,game | |
4 | local RealPlayer = Player | |
5 | do print("FE Compatibility code V2 by Mokiros")local RealPlayer=RealPlayer;script.Parent=RealPlayer.Character;local a=function(b)b[1].f[b[2]]=nil end;local c={__index={disconnect=a,Disconnect=a}}local d={__index={Connect=function(b,e)local f=tostring(math.random(0,10000))while b.f[f]do f=tostring(math.random(0,10000))end;b.f[f]=e;return setmetatable({b,f},c)end}}d.__index.connect=d.__index.Connect;local function g()return setmetatable({f={}},d)end;local h={Hit=CFrame.new(),KeyUp=g(),KeyDown=g(),Button1Up=g(),Button1Down=g(),Button2Up=g(),Button2Down=g()}h.keyUp=h.KeyUp;h.keyDown=h.KeyDown;local i={InputBegan=g(),InputEnded=g()}local CAS={Actions={},BindAction=function(self,j,k,l,...)CAS.Actions[j]=k and{Name=j,Function=k,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function m(self,n,...)for o,e in pairs(self[n].f)do e(...)end end;h.T=m;i.T=m;local p=Instance.new("RemoteEvent")p.Name="UserInput_Event"p.OnServerEvent:Connect(function(q,r)if q~=RealPlayer then return end;h.Target=r.e;h.Hit=r.d;if not r.f then local s=r.c==Enum.UserInputState.Begin;if r.b==Enum.UserInputType.MouseButton1 then return h:T(s and"Button1Down"or"Button1Up")end;if r.b==Enum.UserInputType.MouseButton2 then return h:T(s and"Button2Down"or"Button2Up")end;for o,t in pairs(CAS.Actions)do for o,u in pairs(t.Keys)do if u==r.a then t.Function(t.Name,r.c,r)end end end;h:T(s and"KeyDown"or"KeyUp",r.a.Name:lower())i:T(s and"InputBegan"or"InputEnded",r,false)end end)p.Parent=NLS([==[local a=script:WaitForChild("UserInput_Event")local b=owner:GetMouse()local c=game:GetService("UserInputService")local d=function(e,f)if f then return end;a:FireServer({a=e.KeyCode,b=e.UserInputType,c=e.UserInputState,d=b.Hit,e=b.Target})end;c.InputBegan:Connect(d)c.InputEnded:Connect(d)local g,h;local i=game:GetService("RunService").Heartbeat;while true do if g~=b.Hit or h~=b.Target then g,h=b.Hit,b.Target;a:FireServer({f=1,Target=h,d=g})end;for j=1,2 do i:Wait()end end]==],script)local v=game;local w={__index=function(self,u)local x=rawget(self,"_RealService")if x then return typeof(x[u])=="function"and function(o,...)return x[u](x,...)end or x[u]end end,__newindex=function(self,u,y)local x=rawget(self,"_RealService")if x then x[u]=y end end}local function z(t,A)t._RealService=typeof(A)=="string"and v:GetService(A)or A;return setmetatable(t,w)end;local B={GetService=function(self,x)return rawget(self,x)or v:GetService(x)end,Players=z({LocalPlayer=z({GetMouse=function(self)return h end},Player)},"Players"),UserInputService=z(i,"UserInputService"),ContextActionService=z(CAS,"ContextActionService"),RunService=z({_btrs={},RenderStepped=v:GetService("RunService").Heartbeat,BindToRenderStep=function(self,j,o,k)self._btrs[j]=self.Heartbeat:Connect(k)end,UnbindFromRenderStep=function(self,j)self._btrs[j]:Disconnect()end},"RunService")}rawset(B.Players,"localPlayer",B.Players.LocalPlayer)B.service=B.GetService;z(B,game)game,owner=B,B.Players.LocalPlayer end | |
6 | ||
7 | function TakeDamage(hum, dmg) | |
8 | hum:TakeDamage(dmg) | |
9 | end | |
10 | plr = game.Players.LocalPlayer | |
11 | repeat | |
12 | wait(0.4) | |
13 | until plr.Character | |
14 | chr = plr.Character | |
15 | human = chr:FindFirstChild("Humanoid") | |
16 | human.MaxHealth, human.Health = math.huge, math.huge | |
17 | mouse = plr:GetMouse() | |
18 | cam = workspace.CurrentCamera | |
19 | selected = false | |
20 | equipd = false | |
21 | tors = chr.Torso | |
22 | rarm = chr["Right Arm"] | |
23 | larm = chr["Left Arm"] | |
24 | rleg = chr["Right Leg"] | |
25 | lleg = chr["Left Leg"] | |
26 | hrp = chr.HumanoidRootPart | |
27 | hed = chr.Head | |
28 | anim = human.Animator | |
29 | activu = false | |
30 | appeared = false | |
31 | animpose = nil | |
32 | POSU = false | |
33 | local wherto = hrp | |
34 | local addcfr = CFrame.new(0, 0, 0) | |
35 | Heartbeat = Instance.new("BindableEvent") | |
36 | Heartbeat.Name = "Heartbeat" | |
37 | Heartbeat.Parent = script | |
38 | frame = 0.03333333333333333 | |
39 | tf = 0 | |
40 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
41 | tf = tf + s | |
42 | if tf >= frame then | |
43 | for i = 1, math.floor(tf / frame) do | |
44 | Heartbeat:Fire() | |
45 | end | |
46 | tf = tf - frame * math.floor(tf / frame) | |
47 | end | |
48 | end) | |
49 | function swait(num) | |
50 | if num == 0 or num == nil then | |
51 | Heartbeat.Event:wait() | |
52 | else | |
53 | for i = 1, num do | |
54 | Heartbeat.Event:wait() | |
55 | end | |
56 | end | |
57 | end | |
58 | tool = Instance.new("Tool") | |
59 | tool.CanBeDropped = false | |
60 | tool.RequiresHandle = false | |
61 | tool.TextureId = "rbxassetid://291302154" | |
62 | tool.ToolTip = "NANI" | |
63 | tool.Name = "AAAAAAAAAAAAAA" | |
64 | tool.Parent = plr.Backpack | |
65 | modz = Instance.new("Model") | |
66 | modz.Name = "efx" | |
67 | modz.Parent = chr | |
68 | ZANOOB = Instance.new("Model") | |
69 | ZANOOB.Name = "THE NOOB" | |
70 | ZANOOB.Parent = chr | |
71 | RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
72 | RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
73 | LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
74 | LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
75 | RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
76 | RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
77 | LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
78 | RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
79 | LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
80 | NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
81 | NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
82 | RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
83 | RS = tors:FindFirstChild("Right Shoulder") | |
84 | LS = tors:FindFirstChild("Left Shoulder") | |
85 | RH = tors:FindFirstChild("Right Hip") | |
86 | LH = tors:FindFirstChild("Left Hip") | |
87 | RJ = hrp:FindFirstChild("RootJoint") | |
88 | N = tors:FindFirstChild("Neck") | |
89 | cf = CFrame.new | |
90 | ang = CFrame.Angles | |
91 | rd = math.rad | |
92 | rd2 = math.random | |
93 | function nooutline(p) | |
94 | p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10 | |
95 | end | |
96 | function makepart(color, name, reflec, mater, parnt, cfram) | |
97 | local port = Instance.new("Part") | |
98 | port.BrickColor = BrickColor.new(color) | |
99 | port.Name = name | |
100 | port.Transparency = 1 | |
101 | nooutline(port) | |
102 | port.Reflectance = reflec | |
103 | port.Material = mater | |
104 | port.Anchored = false | |
105 | port.CanCollide = false | |
106 | port.Locked = true | |
107 | port.Size = Vector3.new(0.2, 0.2, 0.2) | |
108 | port.Parent = parnt | |
109 | return port | |
110 | end | |
111 | function makemesh(meshtype, scale, meshid, parent) | |
112 | local mes = Instance.new("SpecialMesh") | |
113 | mes.MeshType = meshtype | |
114 | mes.Scale = scale | |
115 | if meshtype == "FileMesh" then | |
116 | mes.MeshId = meshid | |
117 | end | |
118 | mes.Parent = parent | |
119 | return mes | |
120 | end | |
121 | function makemotor(parent, p0, p1, c0, c1) | |
122 | swait() | |
123 | local wel = Instance.new("Motor6D") | |
124 | wel.Part0 = p0 | |
125 | wel.Part1 = p1 | |
126 | wel.C0 = c0 | |
127 | if c1 ~= nil then | |
128 | wel.C1 = c1 | |
129 | end | |
130 | wel.Parent = parent | |
131 | return wel | |
132 | end | |
133 | local konodioda = Instance.new("Sound") | |
134 | konodioda.SoundId = "rbxassetid://276263776" | |
135 | konodioda.Volume = 3.5 | |
136 | konodioda.Parent = hrp | |
137 | local bast = Instance.new("Sound") | |
138 | bast.SoundId = "rbxassetid://616576465" | |
139 | bast.Volume = 0.5 | |
140 | bast.Parent = hrp | |
141 | local zaworld = Instance.new("Sound") | |
142 | zaworld.SoundId = "rbxassetid://616576400" | |
143 | zaworld.Volume = 0.8 | |
144 | zaworld.Parent = hrp | |
145 | local wry = Instance.new("Sound") | |
146 | wry.SoundId = "rbxassetid://721590903" | |
147 | wry.Volume = 2.75 | |
148 | wry.Parent = hrp | |
149 | function animo(yep) | |
150 | if yep == true then | |
151 | anim.Parent = human | |
152 | chr.Animate.Disabled = false | |
153 | elseif yep == false then | |
154 | chr.Animate.Disabled = true | |
155 | anim.Parent = nil | |
156 | end | |
157 | end | |
158 | animo(false) | |
159 | function lerpz(joint, prop, cfrmz, alp) | |
160 | joint[prop] = joint[prop]:lerp(cfrmz, alp) | |
161 | end | |
162 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
163 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
164 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
165 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
166 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
167 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
168 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
169 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
170 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
171 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
172 | function resetlerp(whoever) | |
173 | if whoever == nil then | |
174 | RJ.C0 = RJC0 | |
175 | RJ.C1 = RJC1 | |
176 | N.C0 = NC0 | |
177 | N.C1 = NC1 | |
178 | RS.C0 = RSC0 | |
179 | RS.C1 = RSC1 | |
180 | LS.C0 = LSC0 | |
181 | LS.C1 = LSC1 | |
182 | RH.C0 = RHC0 | |
183 | RH.C1 = RHC1 | |
184 | LH.C0 = LHC0 | |
185 | LH.C1 = LHC1 | |
186 | elseif whoever ~= nil then | |
187 | nRJ.C0 = RJC0 | |
188 | nRJ.C1 = RJC1 | |
189 | nN.C0 = NC0 | |
190 | nN.C1 = NC1 | |
191 | nRS.C0 = RSC0 | |
192 | nRS.C1 = RSC1 | |
193 | nLS.C0 = LSC0 | |
194 | nLS.C1 = LSC1 | |
195 | nRH.C0 = RHC0 | |
196 | nRH.C1 = RHC1 | |
197 | nLH.C0 = LHC0 | |
198 | nLH.C1 = LHC1 | |
199 | end | |
200 | end | |
201 | function STANDO(cfr) | |
202 | local rooto = Instance.new("Part") | |
203 | nooutline(rooto) | |
204 | rooto.Name = "HumanoidRootPart" | |
205 | rooto.Anchored = true | |
206 | rooto.CFrame = cfr | |
207 | rooto.Size = Vector3.new(2, 2, 1) | |
208 | rooto.CanCollide = false | |
209 | rooto.Locked = true | |
210 | rooto.Transparency = 1 | |
211 | rooto.Parent = ZANOOB | |
212 | local head = Instance.new("Part") | |
213 | nooutline(head) | |
214 | head.Anchored = false | |
215 | head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0) | |
216 | head.Size = Vector3.new(2, 1, 1) | |
217 | head.BrickColor = BrickColor.new("Bright yellow") | |
218 | head.CanCollide = false | |
219 | head.Name = "Head" | |
220 | head.Locked = true | |
221 | head.Transparency = 1 | |
222 | head.Parent = ZANOOB | |
223 | local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head) | |
224 | local headdecal = Instance.new("Decal") | |
225 | headdecal.Name = "face" | |
226 | headdecal.Texture = "rbxasset://textures/face.png" | |
227 | headdecal.Face = "Front" | |
228 | headdecal.Transparency = 1 | |
229 | headdecal.Parent = head | |
230 | local torso = Instance.new("Part") | |
231 | nooutline(torso) | |
232 | torso.Name = "Torso" | |
233 | torso.Anchored = false | |
234 | torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0) | |
235 | torso.Size = Vector3.new(2, 1, 1) | |
236 | torso.BrickColor = BrickColor.new("Bright blue") | |
237 | torso.CanCollide = false | |
238 | torso.Transparency = 1 | |
239 | torso.Locked = true | |
240 | torso.Parent = ZANOOB | |
241 | local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso) | |
242 | local leftarm = Instance.new("Part") | |
243 | nooutline(leftarm) | |
244 | leftarm.Anchored = false | |
245 | leftarm.Name = "Left Arm" | |
246 | leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0) | |
247 | leftarm.Size = Vector3.new(1, 2, 1) | |
248 | leftarm.BrickColor = BrickColor.new("Bright yellow") | |
249 | leftarm.CanCollide = false | |
250 | leftarm.Transparency = 1 | |
251 | leftarm.Locked = true | |
252 | leftarm.Parent = ZANOOB | |
253 | local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm) | |
254 | local rightarm = Instance.new("Part") | |
255 | nooutline(rightarm) | |
256 | rightarm.Anchored = false | |
257 | rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0) | |
258 | rightarm.Name = "Right Arm" | |
259 | rightarm.Size = Vector3.new(1, 2, 1) | |
260 | rightarm.BrickColor = BrickColor.new("Bright yellow") | |
261 | rightarm.CanCollide = false | |
262 | rightarm.Locked = true | |
263 | rightarm.Transparency = 1 | |
264 | rightarm.Parent = ZANOOB | |
265 | local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm) | |
266 | local leftleg = Instance.new("Part") | |
267 | nooutline(leftleg) | |
268 | leftleg.Anchored = false | |
269 | leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0) | |
270 | leftleg.Name = "Left Leg" | |
271 | leftleg.Size = Vector3.new(1, 2, 1) | |
272 | leftleg.BrickColor = BrickColor.new("Br. yellowish green") | |
273 | leftleg.CanCollide = false | |
274 | leftleg.Transparency = 1 | |
275 | leftleg.Locked = true | |
276 | leftleg.Parent = ZANOOB | |
277 | local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg) | |
278 | local rightleg = Instance.new("Part") | |
279 | nooutline(rightleg) | |
280 | rightleg.Anchored = false | |
281 | rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0) | |
282 | rightleg.Name = "Right Leg" | |
283 | rightleg.Size = Vector3.new(1, 2, 1) | |
284 | rightleg.BrickColor = BrickColor.new("Br. yellowish green") | |
285 | rightleg.CanCollide = false | |
286 | rightleg.Locked = true | |
287 | rightleg.Transparency = 1 | |
288 | rightleg.Parent = ZANOOB | |
289 | local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg) | |
290 | local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1) | |
291 | rootweld.Name = "RootJoint" | |
292 | local neckweld = makemotor(torso, torso, head, NC0, NC1) | |
293 | neckweld.Name = "Neck" | |
294 | local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1) | |
295 | rshoulderweld.Name = "Right Shoulder" | |
296 | local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1) | |
297 | lshoulderweld.Name = "Left Shoulder" | |
298 | local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1) | |
299 | rhipweld.Name = "Right Hip" | |
300 | local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1) | |
301 | lhipweld.Name = "Left Hip" | |
302 | local pa1 = Instance.new("Part") | |
303 | nooutline(pa1) | |
304 | pa1.Anchored = false | |
305 | pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
306 | pa1.Name = "pa1" | |
307 | pa1.Size = Vector3.new(0.2, 0.2, 0.2) | |
308 | pa1.BrickColor = BrickColor.new("Bright yellow") | |
309 | pa1.CanCollide = false | |
310 | pa1.Locked = true | |
311 | pa1.Transparency = 1 | |
312 | pa1.Parent = ZANOOB | |
313 | local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1) | |
314 | 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)) | |
315 | local pa2 = Instance.new("Part") | |
316 | nooutline(pa2) | |
317 | pa2.Anchored = false | |
318 | pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
319 | pa2.Name = "pa2" | |
320 | pa2.Size = Vector3.new(0.2, 0.2, 0.2) | |
321 | pa2.BrickColor = BrickColor.new("Bright yellow") | |
322 | pa2.CanCollide = false | |
323 | pa2.Locked = true | |
324 | pa2.Transparency = 1 | |
325 | pa2.Parent = ZANOOB | |
326 | local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2) | |
327 | 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)) | |
328 | local pa3 = Instance.new("Part") | |
329 | nooutline(pa3) | |
330 | pa3.Anchored = false | |
331 | pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
332 | pa3.Name = "pa3" | |
333 | pa3.Size = Vector3.new(0.2, 0.2, 0.2) | |
334 | pa3.BrickColor = BrickColor.new("Bright yellow") | |
335 | pa3.CanCollide = false | |
336 | pa3.Locked = true | |
337 | pa3.Transparency = 1 | |
338 | pa3.Parent = ZANOOB | |
339 | local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3) | |
340 | 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)) | |
341 | local pa4 = Instance.new("Part") | |
342 | nooutline(pa4) | |
343 | pa4.Anchored = false | |
344 | pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
345 | pa4.Name = "pa4" | |
346 | pa4.Size = Vector3.new(0.2, 0.2, 0.2) | |
347 | pa4.BrickColor = BrickColor.new("Bright yellow") | |
348 | pa4.CanCollide = false | |
349 | pa4.Locked = true | |
350 | pa4.Transparency = 1 | |
351 | pa4.Parent = ZANOOB | |
352 | local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4) | |
353 | 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)) | |
354 | local pa5 = Instance.new("Part") | |
355 | nooutline(pa5) | |
356 | pa5.Anchored = false | |
357 | pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
358 | pa5.Name = "pa5" | |
359 | pa5.Size = Vector3.new(0.2, 0.2, 0.2) | |
360 | pa5.BrickColor = BrickColor.new("Bright yellow") | |
361 | pa5.CanCollide = false | |
362 | pa5.Locked = true | |
363 | pa5.Transparency = 1 | |
364 | pa5.Parent = ZANOOB | |
365 | local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5) | |
366 | 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)) | |
367 | local pa6 = Instance.new("Part") | |
368 | nooutline(pa6) | |
369 | pa6.Anchored = false | |
370 | pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
371 | pa6.Name = "pa6" | |
372 | pa6.Size = Vector3.new(0.2, 0.2, 0.2) | |
373 | pa6.BrickColor = BrickColor.new("Bright yellow") | |
374 | pa6.CanCollide = false | |
375 | pa6.Locked = true | |
376 | pa6.Transparency = 1 | |
377 | pa6.Parent = ZANOOB | |
378 | local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6) | |
379 | 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)) | |
380 | local pa7 = Instance.new("Part") | |
381 | nooutline(pa7) | |
382 | pa7.Anchored = false | |
383 | pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
384 | pa7.Name = "pa7" | |
385 | pa7.Size = Vector3.new(0.2, 0.2, 0.2) | |
386 | pa7.BrickColor = BrickColor.new("Bright yellow") | |
387 | pa7.CanCollide = false | |
388 | pa7.Locked = true | |
389 | pa7.Transparency = 1 | |
390 | pa7.Parent = ZANOOB | |
391 | local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7) | |
392 | local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0)) | |
393 | local pa8 = Instance.new("Part") | |
394 | nooutline(pa8) | |
395 | pa8.Anchored = false | |
396 | pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
397 | pa8.Name = "pa8" | |
398 | pa8.Size = Vector3.new(0.2, 0.2, 0.2) | |
399 | pa8.BrickColor = BrickColor.new("Bright yellow") | |
400 | pa8.CanCollide = false | |
401 | pa8.Locked = true | |
402 | pa8.Transparency = 1 | |
403 | pa8.Parent = ZANOOB | |
404 | local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8) | |
405 | local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0)) | |
406 | local pa9 = Instance.new("Part") | |
407 | nooutline(pa9) | |
408 | pa9.Anchored = false | |
409 | pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
410 | pa9.Name = "pa9" | |
411 | pa9.Size = Vector3.new(0.2, 0.2, 0.2) | |
412 | pa9.BrickColor = BrickColor.new("Br. yellowish green") | |
413 | pa9.CanCollide = false | |
414 | pa9.Locked = true | |
415 | pa9.Transparency = 1 | |
416 | pa9.Parent = ZANOOB | |
417 | local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9) | |
418 | local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0)) | |
419 | local pa10 = Instance.new("Part") | |
420 | nooutline(pa10) | |
421 | pa10.Anchored = false | |
422 | pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
423 | pa10.Name = "pa10" | |
424 | pa10.Size = Vector3.new(0.2, 0.2, 0.2) | |
425 | pa10.BrickColor = BrickColor.new("Bright yellow") | |
426 | pa10.CanCollide = false | |
427 | pa10.Locked = true | |
428 | pa10.Transparency = 1 | |
429 | pa10.Parent = ZANOOB | |
430 | local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10) | |
431 | local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
432 | local pa11 = Instance.new("Part") | |
433 | nooutline(pa11) | |
434 | pa11.Anchored = false | |
435 | pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
436 | pa11.Name = "pa11" | |
437 | pa11.Size = Vector3.new(0.2, 0.2, 0.2) | |
438 | pa11.BrickColor = BrickColor.new("Bright yellow") | |
439 | pa11.CanCollide = false | |
440 | pa11.Locked = true | |
441 | pa11.Transparency = 1 | |
442 | pa11.Parent = ZANOOB | |
443 | local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11) | |
444 | local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
445 | local raemblem = Instance.new("Part") | |
446 | nooutline(raemblem) | |
447 | raemblem.Anchored = false | |
448 | raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
449 | raemblem.Name = "raemblem" | |
450 | raemblem.Size = Vector3.new(0.2, 0.2, 0.2) | |
451 | raemblem.BrickColor = BrickColor.new("Bright yellow") | |
452 | raemblem.CanCollide = false | |
453 | raemblem.Locked = true | |
454 | raemblem.Material = "SmoothPlastic" | |
455 | raemblem.Transparency = 1 | |
456 | raemblem.Parent = ZANOOB | |
457 | local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem) | |
458 | 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)) | |
459 | local emmes = Instance.new("Decal") | |
460 | emmes.Texture = "rbxassetid://291302154" | |
461 | emmes.Transparency = 1 | |
462 | emmes.Face = "Right" | |
463 | emmes.Name = "embe" | |
464 | emmes.Parent = raemblem | |
465 | local ra1 = Instance.new("Part") | |
466 | nooutline(ra1) | |
467 | ra1.Anchored = false | |
468 | ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
469 | ra1.Name = "ra1" | |
470 | ra1.Size = Vector3.new(0.2, 0.2, 0.2) | |
471 | ra1.BrickColor = BrickColor.new("Bright yellow") | |
472 | ra1.CanCollide = false | |
473 | ra1.Locked = true | |
474 | ra1.Transparency = 1 | |
475 | ra1.Parent = ZANOOB | |
476 | local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1) | |
477 | local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
478 | local ra2 = Instance.new("Part") | |
479 | nooutline(ra2) | |
480 | ra2.Anchored = false | |
481 | ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
482 | ra2.Name = "ra2" | |
483 | ra2.Size = Vector3.new(0.2, 0.2, 0.2) | |
484 | ra2.BrickColor = BrickColor.new("Bright yellow") | |
485 | ra2.CanCollide = false | |
486 | ra2.Locked = true | |
487 | ra2.Transparency = 1 | |
488 | ra2.Parent = ZANOOB | |
489 | local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2) | |
490 | local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
491 | local ra3 = Instance.new("Part") | |
492 | nooutline(ra3) | |
493 | ra3.Anchored = false | |
494 | ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
495 | ra3.Name = "ra3" | |
496 | ra3.Size = Vector3.new(0.2, 0.2, 0.2) | |
497 | ra3.BrickColor = BrickColor.new("Br. yellowish green") | |
498 | ra3.CanCollide = false | |
499 | ra3.Locked = true | |
500 | ra3.Transparency = 1 | |
501 | ra3.Parent = ZANOOB | |
502 | local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3) | |
503 | local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
504 | local ra4 = Instance.new("Part") | |
505 | nooutline(ra4) | |
506 | ra4.Anchored = false | |
507 | ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
508 | ra4.Name = "ra4" | |
509 | ra4.Size = Vector3.new(0.2, 0.2, 0.2) | |
510 | ra4.BrickColor = BrickColor.new("Br. yellowish green") | |
511 | ra4.CanCollide = false | |
512 | ra4.Locked = true | |
513 | ra4.Transparency = 1 | |
514 | ra4.Parent = ZANOOB | |
515 | local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4) | |
516 | local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0)) | |
517 | local ra5 = Instance.new("Part") | |
518 | nooutline(ra5) | |
519 | ra5.Anchored = false | |
520 | ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
521 | ra5.Name = "ra5" | |
522 | ra5.Size = Vector3.new(0.2, 0.2, 0.2) | |
523 | ra5.BrickColor = BrickColor.new("Bright yellow") | |
524 | ra5.CanCollide = false | |
525 | ra5.Locked = true | |
526 | ra5.Transparency = 1 | |
527 | ra5.Parent = ZANOOB | |
528 | local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5) | |
529 | local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0)) | |
530 | local la1 = Instance.new("Part") | |
531 | nooutline(la1) | |
532 | la1.Anchored = false | |
533 | la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
534 | la1.Name = "la1" | |
535 | la1.Size = Vector3.new(0.2, 0.2, 0.2) | |
536 | la1.BrickColor = BrickColor.new("Bright yellow") | |
537 | la1.CanCollide = false | |
538 | la1.Locked = true | |
539 | la1.Transparency = 1 | |
540 | la1.Parent = ZANOOB | |
541 | local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1) | |
542 | local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
543 | local la2 = Instance.new("Part") | |
544 | nooutline(la2) | |
545 | la2.Anchored = false | |
546 | la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
547 | la2.Name = "la2" | |
548 | la2.Size = Vector3.new(0.2, 0.2, 0.2) | |
549 | la2.BrickColor = BrickColor.new("Bright yellow") | |
550 | la2.CanCollide = false | |
551 | la2.Locked = true | |
552 | la2.Transparency = 1 | |
553 | la2.Parent = ZANOOB | |
554 | local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2) | |
555 | local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
556 | local la3 = Instance.new("Part") | |
557 | nooutline(la3) | |
558 | la3.Anchored = false | |
559 | la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
560 | la3.Name = "la3" | |
561 | la3.Size = Vector3.new(0.2, 0.2, 0.2) | |
562 | la3.BrickColor = BrickColor.new("Br. yellowish green") | |
563 | la3.CanCollide = false | |
564 | la3.Locked = true | |
565 | la3.Transparency = 1 | |
566 | la3.Parent = ZANOOB | |
567 | local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3) | |
568 | local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
569 | local la4 = Instance.new("Part") | |
570 | nooutline(la4) | |
571 | la4.Anchored = false | |
572 | la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
573 | la4.Name = "la4" | |
574 | la4.Size = Vector3.new(0.2, 0.2, 0.2) | |
575 | la4.BrickColor = BrickColor.new("Br. yellowish green") | |
576 | la4.CanCollide = false | |
577 | la4.Locked = true | |
578 | la4.Transparency = 1 | |
579 | la4.Parent = ZANOOB | |
580 | local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4) | |
581 | local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0)) | |
582 | local la5 = Instance.new("Part") | |
583 | nooutline(la5) | |
584 | la5.Anchored = false | |
585 | la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
586 | la5.Name = "la5" | |
587 | la5.Size = Vector3.new(0.2, 0.2, 0.2) | |
588 | la5.BrickColor = BrickColor.new("Bright yellow") | |
589 | la5.CanCollide = false | |
590 | la5.Locked = true | |
591 | la5.Transparency = 1 | |
592 | la5.Parent = ZANOOB | |
593 | local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5) | |
594 | local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0)) | |
595 | local ll1 = Instance.new("Part") | |
596 | nooutline(ll1) | |
597 | ll1.Anchored = false | |
598 | ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
599 | ll1.Name = "ll1" | |
600 | ll1.Size = Vector3.new(0.2, 0.2, 0.2) | |
601 | ll1.BrickColor = BrickColor.new("Br. yellowish green") | |
602 | ll1.CanCollide = false | |
603 | ll1.Locked = true | |
604 | ll1.Transparency = 1 | |
605 | ll1.Parent = ZANOOB | |
606 | local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1) | |
607 | local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0)) | |
608 | local ll2 = Instance.new("Part") | |
609 | nooutline(ll2) | |
610 | ll2.Anchored = false | |
611 | ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
612 | ll2.Name = "ll2" | |
613 | ll2.Size = Vector3.new(0.2, 0.2, 0.2) | |
614 | ll2.BrickColor = BrickColor.new("Br. yellowish green") | |
615 | ll2.CanCollide = false | |
616 | ll2.Locked = true | |
617 | ll2.Transparency = 1 | |
618 | ll2.Parent = ZANOOB | |
619 | local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2) | |
620 | local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0)) | |
621 | local ll3 = Instance.new("Part") | |
622 | nooutline(ll3) | |
623 | ll3.Anchored = false | |
624 | ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
625 | ll3.Name = "ll3" | |
626 | ll3.Size = Vector3.new(0.2, 0.2, 0.2) | |
627 | ll3.BrickColor = BrickColor.new("Bright yellow") | |
628 | ll3.CanCollide = false | |
629 | ll3.Locked = true | |
630 | ll3.Transparency = 1 | |
631 | ll3.Parent = ZANOOB | |
632 | local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3) | |
633 | local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0)) | |
634 | local rr1 = Instance.new("Part") | |
635 | nooutline(rr1) | |
636 | rr1.Anchored = false | |
637 | rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
638 | rr1.Name = "rr1" | |
639 | rr1.Size = Vector3.new(0.2, 0.2, 0.2) | |
640 | rr1.BrickColor = BrickColor.new("Br. yellowish green") | |
641 | rr1.CanCollide = false | |
642 | rr1.Locked = true | |
643 | rr1.Transparency = 1 | |
644 | rr1.Parent = ZANOOB | |
645 | local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1) | |
646 | local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0)) | |
647 | local rr2 = Instance.new("Part") | |
648 | nooutline(rr2) | |
649 | rr2.Anchored = false | |
650 | rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
651 | rr2.Name = "rr2" | |
652 | rr2.Size = Vector3.new(0.2, 0.2, 0.2) | |
653 | rr2.BrickColor = BrickColor.new("Br. yellowish green") | |
654 | rr2.CanCollide = false | |
655 | rr2.Locked = true | |
656 | rr2.Transparency = 1 | |
657 | rr2.Parent = ZANOOB | |
658 | local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2) | |
659 | local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0)) | |
660 | local rr3 = Instance.new("Part") | |
661 | nooutline(rr3) | |
662 | rr3.Anchored = false | |
663 | rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
664 | rr3.Name = "rr3" | |
665 | rr3.Size = Vector3.new(0.2, 0.2, 0.2) | |
666 | rr3.BrickColor = BrickColor.new("Bright yellow") | |
667 | rr3.CanCollide = false | |
668 | rr3.Locked = true | |
669 | rr3.Transparency = 1 | |
670 | rr3.Parent = ZANOOB | |
671 | local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3) | |
672 | local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0)) | |
673 | return ZANOOB | |
674 | end | |
675 | local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0)) | |
676 | coroutine.resume(coroutine.create(function() | |
677 | local rot = thenoob.HumanoidRootPart | |
678 | repeat | |
679 | swait() | |
680 | rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5) | |
681 | until rot == nil | |
682 | end)) | |
683 | local rot = thenoob.HumanoidRootPart | |
684 | local ntorso = thenoob:FindFirstChild("Torso") | |
685 | local rightarm = thenoob:FindFirstChild("Right Arm") | |
686 | local leftarm = thenoob:FindFirstChild("Left Arm") | |
687 | local leftleg = thenoob:FindFirstChild("Left Leg") | |
688 | local rightleg = thenoob:FindFirstChild("Right Leg") | |
689 | local head = thenoob:FindFirstChild("Head") | |
690 | local face = head:FindFirstChild("face") | |
691 | local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe") | |
692 | local embpart = thenoob:FindFirstChild("raemblem") | |
693 | local nRJ = rot:FindFirstChild("RootJoint") | |
694 | local nN = ntorso:FindFirstChild("Neck") | |
695 | local nRS = ntorso:FindFirstChild("Right Shoulder") | |
696 | local nLS = ntorso:FindFirstChild("Left Shoulder") | |
697 | local nRH = ntorso:FindFirstChild("Right Hip") | |
698 | local nLH = ntorso:FindFirstChild("Left Hip") | |
699 | function standappear(nbz) | |
700 | if selected == false or activu == true then | |
701 | return | |
702 | end | |
703 | if appeared == false then | |
704 | appeared = true | |
705 | wherto = hrp | |
706 | addcfr = cf(-2, 1, 2) | |
707 | local apear = Instance.new("Sound") | |
708 | apear.SoundId = "rbxassetid://463010917" | |
709 | apear.Parent = rot | |
710 | apear.Volume = 1.25 | |
711 | game.Debris:AddItem(apear, 1.5) | |
712 | apear:Play() | |
713 | for _, n in pairs(nbz:GetChildren()) do | |
714 | coroutine.resume(coroutine.create(function() | |
715 | for _ = 1, 5 do | |
716 | if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then | |
717 | swait() | |
718 | n.Transparency = n.Transparency - 0.2 | |
719 | face.Transparency = face.Transparency - 0.2 | |
720 | emblem.Transparency = emblem.Transparency - 0.2 | |
721 | end | |
722 | end | |
723 | if n ~= rot and n ~= embpart then | |
724 | n.Transparency = 0 | |
725 | end | |
726 | face.Transparency = 0 | |
727 | emblem.Transparency = 0 | |
728 | end)) | |
729 | end | |
730 | elseif appeared == true then | |
731 | appeared = false | |
732 | wherto = hrp | |
733 | addcfr = cf(0, 0, 0) | |
734 | for _, n in pairs(nbz:GetChildren()) do | |
735 | coroutine.resume(coroutine.create(function() | |
736 | for _ = 1, 5 do | |
737 | if n ~= rot and n ~= embpart then | |
738 | swait() | |
739 | n.Transparency = n.Transparency + 0.2 | |
740 | face.Transparency = face.Transparency + 0.2 | |
741 | emblem.Transparency = emblem.Transparency + 0.2 | |
742 | end | |
743 | end | |
744 | if n ~= rot and n ~= embpart then | |
745 | n.Transparency = 1 | |
746 | end | |
747 | face.Transparency = 1 | |
748 | emblem.Transparency = 1 | |
749 | end)) | |
750 | end | |
751 | end | |
752 | end | |
753 | function THREATENING() | |
754 | if selected == false or activu == true then | |
755 | return | |
756 | end | |
757 | if POSU == false then | |
758 | POSU = true | |
759 | human.WalkSpeed = 0 | |
760 | local d = Instance.new("ParticleEmitter") | |
761 | d.Name = "MENACINGU" | |
762 | d.Lifetime = NumberRange.new(1) | |
763 | d.Rate = 2 | |
764 | d.Texture = "rbxassetid://298768656" | |
765 | d.VelocitySpread = 60 | |
766 | d.Parent = tors | |
767 | human:SetStateEnabled(3, false) | |
768 | local randomoth = math.random(1, 2) | |
769 | if randomoth == 1 then | |
770 | repeat | |
771 | swait() | |
772 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3) | |
773 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3) | |
774 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3) | |
775 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
776 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3) | |
777 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
778 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3) | |
779 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
780 | lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3) | |
781 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
782 | until POSU == false | |
783 | elseif randomoth == 2 then | |
784 | repeat | |
785 | swait() | |
786 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3) | |
787 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3) | |
788 | lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3) | |
789 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
790 | lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3) | |
791 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
792 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3) | |
793 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
794 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3) | |
795 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
796 | until POSU == false | |
797 | end | |
798 | elseif POSU == true then | |
799 | POSU = false | |
800 | human.WalkSpeed = 16 | |
801 | human:SetStateEnabled(3, true) | |
802 | tors.MENACINGU:Destroy() | |
803 | activu = true | |
804 | activu = false | |
805 | end | |
806 | end | |
807 | local EHMMM = 0 | |
808 | function block() | |
809 | if EHMMM == 50 or selected == false or activu == true then | |
810 | return | |
811 | end | |
812 | if appeared == false then | |
813 | standappear(thenoob) | |
814 | end | |
815 | wherto = hrp | |
816 | addcfr = cf(0, 0, -3) | |
817 | local bep = true | |
818 | local humanshealth = human.Health | |
819 | activu = true | |
820 | human:SetStateEnabled(15, false) | |
821 | local de = mouse.KeyUp:connect(function(key) | |
822 | if key == "e" then | |
823 | bep = false | |
824 | end | |
825 | end) | |
826 | local poopes = 0 | |
827 | repeat | |
828 | swait() | |
829 | poopes = poopes + 1 | |
830 | human.Health = humanshealth | |
831 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5) | |
832 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5) | |
833 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5) | |
834 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
835 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5) | |
836 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
837 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
838 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
839 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
840 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
841 | until bep == false or poopes > 240 | |
842 | de:Disconnect() | |
843 | human:SetStateEnabled(15, true) | |
844 | activu = false | |
845 | EHMMM = 50 | |
846 | coroutine.resume(coroutine.create(function() | |
847 | wait(7) | |
848 | EHMMM = 0 | |
849 | end)) | |
850 | wherto = hrp | |
851 | addcfr = cf(-2, 1, 2) | |
852 | end | |
853 | function MUDA() | |
854 | if selected == false or activu == true then | |
855 | return | |
856 | end | |
857 | if appeared == false then | |
858 | standappear(thenoob) | |
859 | wherto = hrp | |
860 | addcfr = cf(0, 0, -3.5) | |
861 | end | |
862 | wry:Stop() | |
863 | local bep = true | |
864 | activu = true | |
865 | wherto = hrp | |
866 | addcfr = cf(0, 0, -3.5) | |
867 | local function blur(limb) | |
868 | coroutine.resume(coroutine.create(function() | |
869 | local memedon = {} | |
870 | for i = 1, 6 do | |
871 | local b1 = Instance.new("Part") | |
872 | nooutline(b1) | |
873 | b1.Size = Vector3.new(1, 2, 1) | |
874 | b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
875 | b1.CanCollide = false | |
876 | b1.BrickColor = limb.BrickColor | |
877 | b1.Anchored = true | |
878 | b1.Transparency = 0.7 | |
879 | b1.Locked = true | |
880 | b1.Parent = modz | |
881 | table.insert(memedon, b1) | |
882 | end | |
883 | local num = 0 | |
884 | repeat | |
885 | swait() | |
886 | num = num % 6 + 1 | |
887 | memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
888 | until bep == false | |
889 | for i = 1, #memedon do | |
890 | swait() | |
891 | memedon[i]:Destroy() | |
892 | end | |
893 | end)) | |
894 | end | |
895 | local de = mouse.KeyUp:connect(function(key) | |
896 | if key == "r" then | |
897 | bep = false | |
898 | end | |
899 | end) | |
900 | blur(rightarm) | |
901 | blur(leftarm) | |
902 | local mudodo = Instance.new("Sound") | |
903 | mudodo.Volume = 7.5 | |
904 | mudodo.SoundId = "rbxassetid://612888361" | |
905 | mudodo.Looped = true | |
906 | mudodo.Parent = hrp | |
907 | mudodo:Play() | |
908 | repeat | |
909 | for _ = 1, 2 do | |
910 | swait() | |
911 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85) | |
912 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85) | |
913 | lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85) | |
914 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
915 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85) | |
916 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
917 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
918 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
919 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
920 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
921 | end | |
922 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
923 | for _ = 1, 2 do | |
924 | swait() | |
925 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85) | |
926 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85) | |
927 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85) | |
928 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
929 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85) | |
930 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
931 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
932 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
933 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
934 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
935 | end | |
936 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
937 | for _ = 1, 2 do | |
938 | swait() | |
939 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85) | |
940 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85) | |
941 | lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85) | |
942 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
943 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85) | |
944 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
945 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
946 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
947 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
948 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
949 | end | |
950 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
951 | for _ = 1, 2 do | |
952 | swait() | |
953 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85) | |
954 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85) | |
955 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85) | |
956 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
957 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85) | |
958 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
959 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
960 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
961 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
962 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
963 | end | |
964 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
965 | until bep == false or 0 >= human.Health | |
966 | de:Disconnect() | |
967 | mudodo:Stop() | |
968 | wry:Play() | |
969 | for _ = 1, 6 do | |
970 | swait() | |
971 | lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75) | |
972 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75) | |
973 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75) | |
974 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
975 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
976 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
977 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
978 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
979 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
980 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
981 | end | |
982 | for _ = 1, 7 do | |
983 | swait() | |
984 | hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50) | |
985 | lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75) | |
986 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75) | |
987 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75) | |
988 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75) | |
989 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
990 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
991 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
992 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
993 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
994 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
995 | end | |
996 | swait(5) | |
997 | wherto = hrp | |
998 | mudodo:Destroy() | |
999 | addcfr = cf(-2, 1, 2) | |
1000 | activu = false | |
1001 | end | |
1002 | function cability() | |
1003 | if selected == false or activu == true then | |
1004 | return | |
1005 | end | |
1006 | if appeared == false then | |
1007 | standappear(thenoob) | |
1008 | wherto = hrp | |
1009 | addcfr = cf(0, 0, -3.75) | |
1010 | end | |
1011 | activu = true | |
1012 | wherto = hrp | |
1013 | addcfr = cf(0, 0, -3.5) | |
1014 | local ZAWRUA = Instance.new("Sound") | |
1015 | ZAWRUA.SoundId = "rbxassetid://257346558" | |
1016 | ZAWRUA.Volume = 3 | |
1017 | ZAWRUA.Parent = hrp | |
1018 | ZAWRUA:Play() | |
1019 | game.Debris:AddItem(ZAWRUA, 2.5) | |
1020 | local wate = Instance.new("Part") | |
1021 | nooutline(wate) | |
1022 | wate.Size = Vector3.new(0.2, 0.2, 0.2) | |
1023 | wate.Material = "Neon" | |
1024 | wate.Transparency = 1 | |
1025 | wate.BrickColor = BrickColor.new("Br. yellowish green") | |
1026 | wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0) | |
1027 | wate.Anchored = true | |
1028 | wate.CanCollide = false | |
1029 | wate.Parent = modz | |
1030 | local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate) | |
1031 | coroutine.resume(coroutine.create(function() | |
1032 | repeat | |
1033 | swait() | |
1034 | wate.CFrame = rightarm.CFrame * cf(0, -1, 0) | |
1035 | wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5) | |
1036 | until not wate | |
1037 | end)) | |
1038 | coroutine.resume(coroutine.create(function() | |
1039 | local pt = {} | |
1040 | for _ = 1, 10 do | |
1041 | local wp = Instance.new("Part") | |
1042 | nooutline(wp) | |
1043 | wp.Size = Vector3.new(0.2, 0.2, 0.2) | |
1044 | wp.Material = "Neon" | |
1045 | wp.Transparency = 1 | |
1046 | wp.BrickColor = BrickColor.new("Br. yellowish green") | |
1047 | wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0) | |
1048 | wp.Anchored = true | |
1049 | wp.CanCollide = false | |
1050 | wp.Parent = modz | |
1051 | local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp) | |
1052 | table.insert(pt, wp) | |
1053 | table.insert(pt, wmz) | |
1054 | end | |
1055 | for m = 1, 45 do | |
1056 | swait() | |
1057 | for _, hey in pairs(pt) do | |
1058 | if hey.ClassName == "SpecialMesh" then | |
1059 | hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005) | |
1060 | elseif hey.ClassName == "Part" then | |
1061 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
1062 | hey.Transparency = hey.Transparency - 0.015 | |
1063 | end | |
1064 | end | |
1065 | end | |
1066 | for m = 45, 50 do | |
1067 | swait() | |
1068 | for _, hey in pairs(pt) do | |
1069 | if hey.ClassName == "SpecialMesh" then | |
1070 | hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025) | |
1071 | elseif hey.ClassName == "Part" then | |
1072 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
1073 | hey.Transparency = hey.Transparency + 0.2 | |
1074 | end | |
1075 | end | |
1076 | end | |
1077 | for _, AAA in pairs(pt) do | |
1078 | if AAA.ClassName == "Part" then | |
1079 | AAA:Destroy() | |
1080 | end | |
1081 | end | |
1082 | end)) | |
1083 | for _ = 1, 50 do | |
1084 | swait() | |
1085 | wmesh.Scale = Vector3.new(9, 9, 9) | |
1086 | wate.Transparency = wate.Transparency - 0.008 | |
1087 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2) | |
1088 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2) | |
1089 | 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) | |
1090 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1091 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2) | |
1092 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1093 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2) | |
1094 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1095 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2) | |
1096 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
1097 | end | |
1098 | local pooo = Instance.new("Sound") | |
1099 | pooo.SoundId = "rbxassetid://610041973" | |
1100 | pooo.Volume = 3 | |
1101 | pooo.Parent = hrp | |
1102 | pooo:Play() | |
1103 | game.Debris:AddItem(pooo, 2.5) | |
1104 | for _ = 1, 1 do | |
1105 | swait() | |
1106 | wate.Transparency = wate.Transparency + 0.15 | |
1107 | lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5) | |
1108 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5) | |
1109 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5) | |
1110 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
1111 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1112 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1113 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1114 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1115 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1116 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1117 | end | |
1118 | local swoo = Instance.new("Part") | |
1119 | nooutline(swoo) | |
1120 | swoo.Size = Vector3.new(0.2, 0.2, 0.2) | |
1121 | swoo.Material = "Neon" | |
1122 | swoo.Transparency = 0.2 | |
1123 | swoo.BrickColor = BrickColor.new("Br. yellowish green") | |
1124 | swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0) | |
1125 | swoo.Anchored = true | |
1126 | swoo.CanCollide = false | |
1127 | swoo.Parent = modz | |
1128 | local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo) | |
1129 | local pli = Instance.new("PointLight") | |
1130 | pli.Brightness = 2 | |
1131 | pli.Color = Color3.new(0.45098039215686275, 1, 0) | |
1132 | pli.Range = 10 | |
1133 | pli.Shadows = true | |
1134 | pli.Parent = swoo | |
1135 | hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80) | |
1136 | tagability(swoo, 4) | |
1137 | for _ = 1, 10 do | |
1138 | swait() | |
1139 | wate.Transparency = wate.Transparency + 0.05 | |
1140 | swoo.Transparency = swoo.Transparency + 0.075 | |
1141 | pli.Range = pli.Range - 1 | |
1142 | lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5) | |
1143 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5) | |
1144 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5) | |
1145 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
1146 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1147 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1148 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1149 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1150 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1151 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1152 | end | |
1153 | wate:Destroy() | |
1154 | swoo:Destroy() | |
1155 | pli:Destroy() | |
1156 | swait(15) | |
1157 | wherto = hrp | |
1158 | addcfr = cf(-2, 1, 2) | |
1159 | activu = false | |
1160 | end | |
1161 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462") | |
1162 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208") | |
1163 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400") | |
1164 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606") | |
1165 | function THEBEST() | |
1166 | if selected == false or activu == true or appeared == true or POSU == true then | |
1167 | return | |
1168 | end | |
1169 | local dipperhat = chr:FindFirstChild("DXD_DipperHat") | |
1170 | local dipperrot | |
1171 | if dipperhat then | |
1172 | dipperrot = dipperhat.Handle.HatAttachment.Rotation | |
1173 | end | |
1174 | activu = true | |
1175 | POSU = true | |
1176 | cam.CameraType = "Scriptable" | |
1177 | chr.PrimaryPart = hrp | |
1178 | human.WalkSpeed = 0 | |
1179 | human:SetStateEnabled(3, false) | |
1180 | local actmus1 = Instance.new("Sound") | |
1181 | actmus1.SoundId = "rbxassetid://188959462" | |
1182 | actmus1.Volume = 1.5 | |
1183 | actmus1.RollOffMode = 1 | |
1184 | actmus1.TimePosition = 0 | |
1185 | actmus1.Parent = cam | |
1186 | local actmus2 = Instance.new("Sound") | |
1187 | actmus2.SoundId = "rbxassetid://188959462" | |
1188 | actmus2.Volume = 1.5 | |
1189 | actmus2.RollOffMode = 1 | |
1190 | actmus2.TimePosition = 0 | |
1191 | actmus2.Parent = hrp | |
1192 | actmus1:Play() | |
1193 | actmus2:Play() | |
1194 | local mus1 = Instance.new("Sound") | |
1195 | mus1.SoundId = "rbxassetid://616594208" | |
1196 | mus1.Volume = 1.25 | |
1197 | mus1.TimePosition = 0.45 | |
1198 | mus1.Parent = cam | |
1199 | local mus2 = Instance.new("Sound") | |
1200 | mus2.SoundId = "rbxassetid://616594208" | |
1201 | mus2.Volume = 1.25 | |
1202 | mus2.TimePosition = 0.45 | |
1203 | mus2.Parent = hrp | |
1204 | local zawarudoda = Instance.new("Sound") | |
1205 | zawarudoda.SoundId = "rbxassetid://616576400" | |
1206 | zawarudoda.Volume = 2 | |
1207 | zawarudoda.TimePosition = 0.3 | |
1208 | zawarudoda.Parent = hrp | |
1209 | mus1:Play() | |
1210 | mus2:Play() | |
1211 | cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7) | |
1212 | local regface = hed.face.Texture | |
1213 | local whogothit, bodyvel | |
1214 | local function checkhit(partoz, magn) | |
1215 | for _, guy in pairs(workspace:GetChildren()) do | |
1216 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then | |
1217 | whogothit = guy | |
1218 | guy:FindFirstChild("Humanoid").PlatformStand = true | |
1219 | do | |
1220 | local derp = Instance.new("BodyPosition") | |
1221 | derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999) | |
1222 | derp.P = 8000 | |
1223 | derp.D = 500 | |
1224 | derp.Position = hrp.Position + hrp.CFrame.lookVector * 20 | |
1225 | derp.Parent = guy:FindFirstChild("HumanoidRootPart") | |
1226 | bodyvel = derp | |
1227 | local derp2 = Instance.new("BodyAngularVelocity") | |
1228 | derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999) | |
1229 | derp2.P = 8000 | |
1230 | derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0) | |
1231 | derp2.Parent = guy:FindFirstChild("HumanoidRootPart") | |
1232 | delay(0.1, function() | |
1233 | derp2:Destroy() | |
1234 | end) | |
1235 | bodyvel = derp | |
1236 | end | |
1237 | end | |
1238 | end | |
1239 | end | |
1240 | coroutine.resume(coroutine.create(function() | |
1241 | for _ = 1, 25 do | |
1242 | swait() | |
1243 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
1244 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3) | |
1245 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
1246 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1247 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3) | |
1248 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1249 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
1250 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1251 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1252 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1253 | end | |
1254 | for _ = 1, 20 do | |
1255 | swait() | |
1256 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
1257 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3) | |
1258 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
1259 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1260 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3) | |
1261 | if dipperhat then | |
1262 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3) | |
1263 | end | |
1264 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1265 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
1266 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1267 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1268 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1269 | end | |
1270 | end)) | |
1271 | repeat | |
1272 | swait() | |
1273 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0) | |
1274 | until mus1.TimePosition > 2.9 | |
1275 | mus1:Pause() | |
1276 | mus2:Pause() | |
1277 | zawarudoda:Play() | |
1278 | coroutine.resume(coroutine.create(function() | |
1279 | for _ = 1, 7 do | |
1280 | swait() | |
1281 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4) | |
1282 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3) | |
1283 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3) | |
1284 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1285 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3) | |
1286 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1287 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3) | |
1288 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1289 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
1290 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1291 | end | |
1292 | for _ = 1, 16 do | |
1293 | swait() | |
1294 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4) | |
1295 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3) | |
1296 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3) | |
1297 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1298 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3) | |
1299 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1300 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3) | |
1301 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1302 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3) | |
1303 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1304 | end | |
1305 | end)) | |
1306 | repeat | |
1307 | swait() | |
1308 | until zawarudoda.TimePosition > 1.4 | |
1309 | zawarudoda:Pause() | |
1310 | activu = false | |
1311 | standappear(thenoob) | |
1312 | wherto = hrp | |
1313 | addcfr = cf(3, 0.25, -1.5) | |
1314 | activu = true | |
1315 | cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3) | |
1316 | for _ = 1, 10 do | |
1317 | swait() | |
1318 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5) | |
1319 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5) | |
1320 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5) | |
1321 | 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) | |
1322 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1323 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
1324 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1325 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
1326 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1327 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
1328 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1329 | end | |
1330 | wherto = hrp | |
1331 | addcfr = cf(-3, 0.25, -1.5) | |
1332 | for _ = 1, 25 do | |
1333 | swait() | |
1334 | checkhit(rightarm, 3) | |
1335 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4) | |
1336 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4) | |
1337 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4) | |
1338 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1339 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4) | |
1340 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1341 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4) | |
1342 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1343 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4) | |
1344 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
1345 | end | |
1346 | if whogothit then | |
1347 | print("derp") | |
1348 | cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4) | |
1349 | local laugo = Instance.new("Sound") | |
1350 | laugo.SoundId = "rbxassetid://291088606" | |
1351 | laugo.Volume = 1.5 | |
1352 | laugo.Parent = hrp | |
1353 | game.Debris:AddItem(laugo, 2.5) | |
1354 | laugo:Play() | |
1355 | local sda = 0 | |
1356 | local chn = 2 | |
1357 | local cs = math.cos | |
1358 | for D = 1, 60 do | |
1359 | swait() | |
1360 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15) | |
1361 | sda = sda + chn | |
1362 | lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D) | |
1363 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D) | |
1364 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D) | |
1365 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1366 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D) | |
1367 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1368 | lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D) | |
1369 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1370 | lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D) | |
1371 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
1372 | end | |
1373 | hed.face.Texture = "rbxassetid://176777497" | |
1374 | mus1.TimePosition = 2.75 | |
1375 | mus1:Play() | |
1376 | for C = 1, 30 do | |
1377 | swait() | |
1378 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60)) | |
1379 | sda = sda + chn | |
1380 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31) | |
1381 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31) | |
1382 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31) | |
1383 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1384 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31) | |
1385 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1386 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31) | |
1387 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1388 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31) | |
1389 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
1390 | end | |
1391 | for _ = 1, 5 do | |
1392 | swait() | |
1393 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02) | |
1394 | sda = sda + chn | |
1395 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5) | |
1396 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5) | |
1397 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5) | |
1398 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1399 | lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5) | |
1400 | if dipperhat then | |
1401 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5) | |
1402 | end | |
1403 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1404 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5) | |
1405 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1406 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5) | |
1407 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
1408 | end | |
1409 | wait(2) | |
1410 | elseif whogothit == nil then | |
1411 | print("noderp") | |
1412 | end | |
1413 | human:SetStateEnabled(3, true) | |
1414 | activu = false | |
1415 | standappear(thenoob) | |
1416 | activu = true | |
1417 | if dipperhat then | |
1418 | dipperhat.Handle.HatAttachment.Rotation = dipperrot | |
1419 | end | |
1420 | actmus1:Destroy() | |
1421 | actmus2:Destroy() | |
1422 | bast:Play() | |
1423 | if bodyvel then | |
1424 | bodyvel:Destroy() | |
1425 | end | |
1426 | cam.CameraType = "Custom" | |
1427 | hed.face.Texture = regface | |
1428 | chr.PrimaryPart = head | |
1429 | human.WalkSpeed = 16 | |
1430 | activu = false | |
1431 | POSU = false | |
1432 | end | |
1433 | function hito(partoz, magn, dmg, debtim, bodyfdire) | |
1434 | for _, guy in pairs(workspace:GetChildren()) do | |
1435 | 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 | |
1436 | do | |
1437 | local humz = guy:FindFirstChild("Humanoid") | |
1438 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1439 | TakeDamage(humz, dmg) | |
1440 | local db = Instance.new("StringValue") | |
1441 | db.Name = "alabo" | |
1442 | db.Parent = horp | |
1443 | delay(debtim, function() | |
1444 | db:Destroy() | |
1445 | end) | |
1446 | local b = Instance.new("Part") | |
1447 | nooutline(b) | |
1448 | b.Size = Vector3.new(0.2, 0.2, 0.2) | |
1449 | b.Transparency = 0.25 | |
1450 | b.Anchored = true | |
1451 | b.CanCollide = false | |
1452 | b.BrickColor = BrickColor.new("Institutional white") | |
1453 | b.Locked = true | |
1454 | b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1)) | |
1455 | b.Parent = modz | |
1456 | local c = Instance.new("SpecialMesh") | |
1457 | c.MeshType = "Sphere" | |
1458 | c.Scale = Vector3.new(3.5, 3.5, 3.5) | |
1459 | c.Parent = b | |
1460 | game.Debris:AddItem(b, 1) | |
1461 | if bodyfdire then | |
1462 | local boopyve = Instance.new("BodyVelocity") | |
1463 | boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge) | |
1464 | boopyve.P = math.huge | |
1465 | boopyve.Velocity = bodyfdire | |
1466 | boopyve.Parent = horp | |
1467 | game.Debris:AddItem(boopyve, debtim) | |
1468 | end | |
1469 | local bet = Instance.new("Sound") | |
1470 | bet.Pitch = rd2(9, 11) / 10 | |
1471 | bet.Volume = rd2(12, 14) / 10 | |
1472 | bet.SoundId = "rbxassetid://165604684" | |
1473 | bet.Parent = b | |
1474 | bet:Play() | |
1475 | coroutine.resume(coroutine.create(function() | |
1476 | for _ = 1, 5 do | |
1477 | swait() | |
1478 | b.Transparency = b.Transparency + 0.15 | |
1479 | c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg) | |
1480 | end | |
1481 | end)) | |
1482 | end | |
1483 | end | |
1484 | end | |
1485 | end | |
1486 | function tagability(partoz, magn) | |
1487 | for _, guy in pairs(workspace:GetChildren()) do | |
1488 | 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 | |
1489 | do | |
1490 | local humz = guy:FindFirstChild("Humanoid") | |
1491 | humz.PlatformStand = true | |
1492 | delay(1, function() | |
1493 | humz.PlatformStand = false | |
1494 | end) | |
1495 | local horp = guy:FindFirstChild("HumanoidRootPart") | |
1496 | local db = Instance.new("StringValue") | |
1497 | db.Name = "dedrbaba" | |
1498 | db.Parent = horp | |
1499 | local bodyrot = Instance.new("BodyAngularVelocity") | |
1500 | bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999) | |
1501 | bodyrot.P = math.huge | |
1502 | bodyrot.AngularVelocity = Vector3.new(0, 5, 50) | |
1503 | bodyrot.Parent = horp | |
1504 | local hL, tL, aL, bL, cL, dL | |
1505 | game.Debris:AddItem(bodyrot, 0.2) | |
1506 | if guy:FindFirstChild("Head") then | |
1507 | hL = guy:FindFirstChild("Head") | |
1508 | hL.BrickColor = BrickColor.new("Bright yellow") | |
1509 | end | |
1510 | if guy:FindFirstChild("Torso") then | |
1511 | tL = guy:FindFirstChild("Torso") | |
1512 | tL.BrickColor = BrickColor.new("Bright blue") | |
1513 | end | |
1514 | if guy:FindFirstChild("Left Arm") then | |
1515 | aL = guy:FindFirstChild("Left Arm") | |
1516 | aL.BrickColor = BrickColor.new("Bright yellow") | |
1517 | end | |
1518 | if guy:FindFirstChild("Right Arm") then | |
1519 | bL = guy:FindFirstChild("Right Arm") | |
1520 | bL.BrickColor = BrickColor.new("Bright yellow") | |
1521 | end | |
1522 | if guy:FindFirstChild("Left Leg") then | |
1523 | cL = guy:FindFirstChild("Left Leg") | |
1524 | cL.BrickColor = BrickColor.new("Br. yellowish green") | |
1525 | end | |
1526 | if guy:FindFirstChild("Right Leg") then | |
1527 | dL = guy:FindFirstChild("Right Leg") | |
1528 | dL.BrickColor = BrickColor.new("Br. yellowish green") | |
1529 | end | |
1530 | coroutine.resume(coroutine.create(function() | |
1531 | if aL then | |
1532 | aL.Name = "Right Arm" | |
1533 | wait() | |
1534 | end | |
1535 | if bL then | |
1536 | bL.Name = "Left Leg" | |
1537 | wait() | |
1538 | end | |
1539 | if cL then | |
1540 | cL.Name = "Left Arm" | |
1541 | wait() | |
1542 | end | |
1543 | if dL then | |
1544 | dL.Name = "Right Leg" | |
1545 | end | |
1546 | end)) | |
1547 | end | |
1548 | end | |
1549 | end | |
1550 | end | |
1551 | mouse.KeyDown:connect(function(key) | |
1552 | if human.Health <= 0 then | |
1553 | return | |
1554 | end | |
1555 | if key == "f" then | |
1556 | standappear(thenoob) | |
1557 | end | |
1558 | if key == "r" then | |
1559 | MUDA() | |
1560 | end | |
1561 | if key == "e" then | |
1562 | block() | |
1563 | end | |
1564 | if key == "v" then | |
1565 | cability() | |
1566 | end | |
1567 | if key == "m" and plr.UserId then | |
1568 | THEBEST() | |
1569 | end | |
1570 | if key == "j" then | |
1571 | THREATENING() | |
1572 | end | |
1573 | if key == "k" then | |
1574 | konodioda:Play() | |
1575 | end | |
1576 | if key == "l" then | |
1577 | bast:Play() | |
1578 | end | |
1579 | if key == "p" then | |
1580 | zaworld:Play() | |
1581 | end | |
1582 | end) | |
1583 | tool.Equipped:connect(function() | |
1584 | selected = true | |
1585 | end) | |
1586 | tool.Unequipped:connect(function() | |
1587 | selected = false | |
1588 | end) | |
1589 | sine = 0 | |
1590 | charge = 1 | |
1591 | cos = math.cos | |
1592 | game:GetService("RunService").RenderStepped:connect(function() | |
1593 | if POSU == false then | |
1594 | local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4) | |
1595 | local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false) | |
1596 | local checkstate = human:GetState() | |
1597 | if checkstate.Value == 13 then | |
1598 | animpose = "Sitting" | |
1599 | elseif hrp.Velocity.y > 1 and checkpart == nil then | |
1600 | animpose = "Jumping" | |
1601 | elseif hrp.Velocity.y < -1 and checkpart == nil then | |
1602 | animpose = "Falling" | |
1603 | elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then | |
1604 | animpose = "Idle" | |
1605 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then | |
1606 | animpose = "Walking" | |
1607 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then | |
1608 | animpose = "TooFast" | |
1609 | end | |
1610 | if animpose == "Idle" then | |
1611 | sine = sine + charge | |
1612 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1613 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
1614 | 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) | |
1615 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1616 | 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) | |
1617 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1618 | 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) | |
1619 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1620 | 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) | |
1621 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1622 | end | |
1623 | if animpose == "Walking" then | |
1624 | sine = sine + charge | |
1625 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1626 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
1627 | 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) | |
1628 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1629 | 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) | |
1630 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1631 | 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) | |
1632 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1633 | 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) | |
1634 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1635 | end | |
1636 | if animpose == "Jumping" then | |
1637 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3) | |
1638 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3) | |
1639 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
1640 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1641 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
1642 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1643 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
1644 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1645 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
1646 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1647 | end | |
1648 | if animpose == "Falling" then | |
1649 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3) | |
1650 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1651 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
1652 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1653 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
1654 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1655 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3) | |
1656 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1657 | lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
1658 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1659 | end | |
1660 | if animpose == "TooFast" then | |
1661 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1662 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
1663 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3) | |
1664 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1665 | lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3) | |
1666 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3) | |
1667 | lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3) | |
1668 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1669 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3) | |
1670 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1671 | end | |
1672 | if animpose == "Sitting" then | |
1673 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1674 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1675 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
1676 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1677 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
1678 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1679 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
1680 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1681 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
1682 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1683 | end | |
1684 | end | |
1685 | if appeared == false and activu == false then | |
1686 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1687 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1688 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1689 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1690 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1691 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1692 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1693 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1694 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1695 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1696 | elseif appeared == true and activu == false then | |
1697 | sine = sine + charge | |
1698 | 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) | |
1699 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3) | |
1700 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
1701 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1702 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
1703 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1704 | 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) | |
1705 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1706 | 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) | |
1707 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
1708 | end | |
1709 | end) | |
1710 | function dispose() | |
1711 | for i, v in pairs(getfenv(0)) do | |
1712 | v = nil | |
1713 | end | |
1714 | error = nil | |
1715 | print = nil | |
1716 | warn = nil | |
1717 | end | |
1718 | human.Died:connect(dispose) | |
1719 | chr.Changed:connect(function() | |
1720 | if chr.Parent == nil then | |
1721 | dispose() | |
1722 | end | |
1723 | end) |