SHOW:
|
|
- or go back to the newest paste.
1 | local p = game.Players.LocalPlayer | |
2 | local char = p.Character | |
3 | local hed = char.Head | |
4 | local LocalPlayer = p | |
5 | ||
6 | ||
7 | CV="Black" | |
8 | ||
9 | p = game.Players.LocalPlayer | |
10 | char = p.Character | |
11 | local txt = Instance.new("BillboardGui", char) | |
12 | txt.Adornee = char .Head | |
13 | txt.Name = "_status" | |
14 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
15 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
16 | local text = Instance.new("TextLabel", txt) | |
17 | text.Size = UDim2.new(10, 0, 7, 0) | |
18 | text.FontSize = "Size24" | |
19 | text.TextScaled = true | |
20 | text.TextTransparency = 0 | |
21 | text.BackgroundTransparency = 1 | |
22 | text.TextTransparency = 0 | |
23 | text.TextStrokeTransparency = 1 | |
24 | text.Font = "Arcade" | |
25 | text.TextStrokeColor3 = Color3.new(255,255,0) | |
26 | ||
27 | v=Instance.new("Part") | |
28 | v.Name = "ColorBrick" | |
29 | v.Parent=p.Character | |
30 | v.FormFactor="Symmetric" | |
31 | v.Anchored=true | |
32 | v.CanCollide=false | |
33 | v.BottomSurface="Smooth" | |
34 | v.TopSurface="Smooth" | |
35 | v.Size=Vector3.new(10,50,3) | |
36 | v.Transparency=1 | |
37 | v.CFrame=char.Torso.CFrame | |
38 | v.BrickColor=BrickColor.new(CV) | |
39 | v.Transparency=1 | |
40 | text.TextColor3 = Color3.new(0,255,255) | |
41 | v.Shape="Block" | |
42 | text.Text = "Thomas Knife Th ro wer" | |
43 | ||
44 | local Player = game.Players.localPlayer | |
45 | local Character = p.Character | |
46 | ||
47 | local LeftArm2 = Character["Left Arm"] | |
48 | local RightArm2 = Character["Right Arm"] | |
49 | local LeftLeg2 = Character["Left Leg"] | |
50 | local RightLeg2 = Character["Right Leg"] | |
51 | local Head2 = Character.Head | |
52 | local Torso2 = Character.Torso | |
53 | ||
54 | local player = game.Players.LocalPlayer | |
55 | local shirt = player.Character:WaitForChild("Shirt") | |
56 | local pants = player.Character:WaitForChild("Pants") | |
57 | ||
58 | wait() | |
59 | shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=285407878" | |
60 | pants.PantsTemplate = "http://www.roblox.com/asset/?id=61465386" | |
61 | ||
62 | char.Humanoid.MaxHealth = math.huge | |
63 | char.Humanoid.Health = math.huge | |
64 | ||
65 | for i,v in pairs(char:GetChildren()) do | |
66 | if v.ClassName == "Accessory" or v.ClassName == "Hat" then | |
67 | v:destroy() | |
68 | end | |
69 | end | |
70 | ||
71 | --DARUDE SANDSTORM, the great script for escaping from furries, fnaf fans etc. (By Rufus14) | |
72 | wait(1) | |
73 | run = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso) | |
74 | run.SoundId = "rbxassetid://142665235" | |
75 | run.PlaybackSpeed = 1.3 | |
76 | run.Looped = true | |
77 | run1 = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso) | |
78 | run1.SoundId = "rbxassetid://142665235" | |
79 | run1.Looped = true | |
80 | run1.Volume = 0 | |
81 | run1:Play() | |
82 | game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Darude - Sandstorm Mode Activated","Green") | |
83 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30 | |
84 | mouse = game.Players.LocalPlayer:GetMouse() | |
85 | local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
86 | rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
87 | rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
88 | rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
89 | rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
90 | local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
91 | lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
92 | lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"] | |
93 | lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
94 | lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
95 | local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
96 | llegweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
97 | llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"] | |
98 | llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
99 | llegweld.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
100 | local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
101 | rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
102 | rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"] | |
103 | rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
104 | rlegweld.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
105 | runnin = false | |
106 | function walk(key) | |
107 | key = key:lower() | |
108 | if key == "w" or key == "a" or key == "s" or key == "d" then | |
109 | if not runnin then | |
110 | runnin = true | |
111 | run:Play() | |
112 | run1.Volume = 4 | |
113 | smoke = Instance.new("Smoke", game.Players.LocalPlayer.Character["Left Leg"]) | |
114 | smoke1 = Instance.new("Smoke", game.Players.LocalPlayer.Character["Right Leg"]) | |
115 | smoke.Color = Color3.fromRGB(239, 229, 86) | |
116 | smoke1.Color = Color3.fromRGB(239, 229, 86) | |
117 | while runnin do | |
118 | for i = 0,1 , 0.3 do | |
119 | wait() | |
120 | game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(-0.1,0,0),i) | |
121 | rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i) | |
122 | lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i) | |
123 | rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i) | |
124 | llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i) | |
125 | end | |
126 | for i = 0,1 , 0.3 do | |
127 | wait() | |
128 | game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0.2,0,0),i) | |
129 | rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-1.6),i) | |
130 | lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-1.6),i) | |
131 | rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,1.6),i) | |
132 | llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,1.6),i) | |
133 | end | |
134 | for i = 0,1 , 0.3 do | |
135 | wait() | |
136 | game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(-0.1,0,0),i) | |
137 | rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i) | |
138 | lhandweld.C0 = lhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.8),i) | |
139 | rlegweld.C0 = rlegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i) | |
140 | llegweld.C0 = llegweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.8),i) | |
141 | end | |
142 | end | |
143 | end | |
144 | end | |
145 | end | |
146 | mouse.KeyDown:connect(walk) | |
147 | function stahp(key) | |
148 | key = key:lower() | |
149 | if key == "w" or key == "a" or key == "s" or key == "d" then | |
150 | if runnin then | |
151 | run:Stop() | |
152 | smoke:destroy() | |
153 | smoke1:destroy() | |
154 | run1.Volume = 0 | |
155 | runnin = false | |
156 | end | |
157 | end | |
158 | end | |
159 | mouse.KeyUp:connect(stahp) | |
160 | function rip() | |
161 | while true do | |
162 | runnin = true | |
163 | game:GetService("RunService"):wait() | |
164 | end | |
165 | end | |
166 | game.Players.LocalPlayer.Character.Humanoid.Died:connect(rip) | |
167 | ||
168 | ||
169 | --By Rufus14 (now you can show a middle finger to you foes XDDD) | |
170 | fuckin = false | |
171 | woosh = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"]) | |
172 | woosh.SoundId = "rbxassetid://138097048" | |
173 | haha = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"]) | |
174 | haha.SoundId = "rbxassetid://525166232" | |
175 | haha1 = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"]) | |
176 | haha1.SoundId = "rbxassetid://411464763" | |
177 | haha11 = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"]) | |
178 | haha11.SoundId = "rbxassetid://617500399" | |
179 | haha111 = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"]) | |
180 | haha111.SoundId = "rbxassetid://138093488" | |
181 | haha1111 = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"]) | |
182 | haha1111.SoundId = "rbxassetid://135362176" | |
183 | mouse = game.Players.LocalPlayer:GetMouse() | |
184 | function fuck(key) | |
185 | key = key:lower() | |
186 | if key == "e" and not fuckin then | |
187 | fuckin = true | |
188 | for i = 1,2 do | |
189 | wait() | |
190 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.05) | |
191 | end | |
192 | woosh:Play() | |
193 | for i = 1,5 do | |
194 | wait() | |
195 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.4) | |
196 | end | |
197 | for i = 1,2 do | |
198 | wait() | |
199 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.1) | |
200 | end | |
201 | for i = 1,2 do | |
202 | wait() | |
203 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.05) | |
204 | end | |
205 | local laughmath = math.random(1,5) | |
206 | if laughmath == 1 then | |
207 | haha:Play() | |
208 | end | |
209 | if laughmath == 2 then | |
210 | haha1.TimePosition = 0.8 | |
211 | haha1:Play() | |
212 | end | |
213 | if laughmath == 3 then | |
214 | haha11:Play() | |
215 | end | |
216 | if laughmath == 4 then | |
217 | haha111:Play() | |
218 | end | |
219 | if laughmath == 5 then | |
220 | haha1111:Play() | |
221 | end | |
222 | local fin = Instance.new("Part", game.Players.LocalPlayer.Character) | |
223 | fin.CanCollide = false | |
224 | fin:BreakJoints() | |
225 | fin.Size = Vector3.new(0.23, 0.2, 1) | |
226 | fin.TopSurface = "Smooth" | |
227 | fin.BottomSurface = "Smooth" | |
228 | fin.BrickColor = game.Players.LocalPlayer.Character["Right Arm"].BrickColor | |
229 | local weld = Instance.new("Weld", fin) | |
230 | weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"] | |
231 | weld.Part1 = fin | |
232 | weld.C0 = weld.C0 * CFrame.Angles(-0.5,0,0) * CFrame.new(0,-0.8,-1) | |
233 | for i = 1,2 do | |
234 | wait() | |
235 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.1) | |
236 | end | |
237 | for i = 1,2 do | |
238 | wait() | |
239 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.05) | |
240 | end | |
241 | wait(math.random(1.2,2)) | |
242 | for i = 1,2 do | |
243 | wait() | |
244 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.05) | |
245 | end | |
246 | for i = 1,2 do | |
247 | wait() | |
248 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,0.1) | |
249 | end | |
250 | fin:destroy() | |
251 | for i = 1,2 do | |
252 | wait() | |
253 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.05) | |
254 | end | |
255 | for i = 1,2 do | |
256 | wait() | |
257 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.1) | |
258 | end | |
259 | woosh:Play() | |
260 | for i = 1,5 do | |
261 | wait() | |
262 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.4) | |
263 | end | |
264 | for i = 1,2 do | |
265 | wait() | |
266 | game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 = game.Players.LocalPlayer.Character.Torso["Right Shoulder"].C0 * CFrame.Angles(0,0,-0.05) | |
267 | end | |
268 | fuckin = false | |
269 | end | |
270 | end | |
271 | mouse.KeyDown:connect(fuck) | |
272 | ||
273 | - | local Hair = Instance.new("Part") |
273 | + | Character.Head.face.Texture = "rbxassetid://25732702" |
274 | - | Hair.Parent = char |
274 | + | |
275 | - | Hair.Name = "Hair" |
275 | + | game.Players.LocalPlayer.Character.Head.Mesh.Scale = Vector3.new(1, 1, 1) |
276 | - | Hair.Size = Vector3.new(1, 0, 0) |
276 | + | game.Players.LocalPlayer.Character.Head.Mesh.Offset = Vector3.new(0,0.3,-0.1) |
277 | - | Hair.CFrame = char.Head.CFrame |
277 | + | game.Players.LocalPlayer.Character.Head.Mesh.MeshId = "rbxassetid://431017802" |
278 | - | Hair:BreakJoints() |
278 | + | game.Players.LocalPlayer.Character.Head.Mesh.TextureId = "rbxassetid://431017809" |
279 | - | Hair.CanCollide = false |
279 | + | |
280 | - | Hair.TopSurface = "Smooth" |
280 | + | |
281 | - | Hair.BottomSurface = "Smooth" |
281 | + | |
282 | - | Hair.BrickColor = BrickColor.new("Gold") |
282 | + | |
283 | - | Weld = Instance.new("Weld") |
283 | + | |
284 | - | Weld.Name = "Weld" |
284 | + | |
285 | - | Weld.Part0 = char.Head |
285 | + | |
286 | - | Weld.Part1 = Hair |
286 | + | |
287 | - | Weld.Parent = char.Head |
287 | + | |
288 | - | Weld.C0 = CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,math.rad(180),0) |
288 | + | |
289 | - | Mesh = Instance.new("SpecialMesh") |
289 | + | |
290 | - | Mesh.Parent = Hair |
290 | + | |
291 | - | Mesh.MeshId = "rbxassetid://431017802" |
291 | + | |
292 | - | Mesh.TextureId = "rbxassetid://431017809" |
292 | + | |
293 | - | Mesh.Scale = Vector3.new(0.002,0.020,0.015) |
293 | + | |
294 | local Player=Players.LocalPlayer | |
295 | local Mouse=Player:GetMouse'' | |
296 | local RenderStepped=game:service'RunService'.RenderStepped | |
297 | ||
298 | local MeshId='http://www.roblox.com/asset?id=430330296' | |
299 | local TextureId='http://www.roblox.com/asset/?id=430330316' | |
300 | ||
301 | local KnifeSpeed= 120 | |
302 | ||
303 | Mouse.Button1Down:connect(function() | |
304 | cut:Play() | |
305 | if Mouse.Target then | |
306 | local Knife=Instance.new('Part',Player.Character) | |
307 | Knife.CanCollide=false | |
308 | Knife.Size=Vector3.new(2,2,2) | |
309 | Knife.CFrame=Player.Character.Torso.CFrame | |
310 | local KnifeMesh=Instance.new('SpecialMesh',Knife) | |
311 | KnifeMesh.MeshType='FileMesh' | |
312 | KnifeMesh.MeshId=MeshId | |
313 | KnifeMesh.TextureId=TextureId | |
314 | KnifeMesh.Scale=Vector3.new(0.01,0.01, 0.01) | |
315 | local BodyVel=Instance.new('BodyVelocity',Knife) | |
316 | BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
317 | local BodyGyro=Instance.new('BodyGyro',Knife) | |
318 | BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge) | |
319 | BodyGyro.P=2e4 | |
320 | coroutine.wrap(function() | |
321 | RenderStepped:connect(function() | |
322 | BodyGyro.cframe=CFrame.new(Knife.Position,Mouse.Hit.p) | |
323 | BodyVel.velocity=Knife.CFrame.lookVector*KnifeSpeed | |
324 | end) | |
325 | end)() | |
326 | Knife.Touched:connect(function(p) | |
327 | if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid' then | |
328 | p.Parent:BreakJoints() | |
329 | Knife:Destroy'' | |
330 | thri:Play() | |
331 | end | |
332 | end) | |
333 | end | |
334 | end) | |
335 | ||
336 | mse = Player:GetMouse() | |
337 | ||
338 | sound = Instance.new("Sound", Character) | |
339 | sound.SoundId = "https://www.roblox.com/asset/?id=840567549" | |
340 | sound.Volume = 2.5 | |
341 | sound2 = Instance.new("Sound", Character) | |
342 | sound2.SoundId = "https://www.roblox.com/asset/?id=616594208" | |
343 | sound2.Volume = 2.5 | |
344 | sound3 = Instance.new("Sound", Character) | |
345 | sound3.SoundId = "https://www.roblox.com/asset/?id=616576400" | |
346 | sound3.Volume = 1.8 | |
347 | sound4 = Instance.new("Sound", Character) | |
348 | sound4.SoundId = "https://www.roblox.com/asset/?id=616576400" | |
349 | sound4.Volume = 2 | |
350 | TSTheme = Instance.new("Sound", Character) | |
351 | TSTheme.SoundId = "https://www.roblox.com/asset/?id=910713928" | |
352 | TSTheme.Volume = 2 | |
353 | canworld = true | |
354 | mse.KeyDown:connect(function(key) | |
355 | key = key:lower() | |
356 | if key == "t" then | |
357 | if canworld == false then return end | |
358 | if canworld then | |
359 | canworld = false | |
360 | sound3:Play() | |
361 | sound:Play() | |
362 | sound4:Play() | |
363 | TSTheme:Play() | |
364 | ||
365 | local function spawnpart() | |
366 | sphere = Instance.new("Part") | |
367 | --game.Debris:AddItem(sphere,3) | |
368 | local sm = Instance.new("SpecialMesh", sphere) | |
369 | sm.MeshType = "Sphere" | |
370 | sphere.Transparency = 0.5 | |
371 | sphere.Anchored = true | |
372 | sphere.CanCollide = false | |
373 | sphere.Material = "Neon" | |
374 | sphere.BrickColor = BrickColor.new("Black") | |
375 | end | |
376 | ||
377 | local function weld(lol) | |
378 | local weld = Instance.new("Weld", Player.Character.Torso) | |
379 | weld.Part0 = Player.Character.Torso | |
380 | weld.Part1 = lol | |
381 | weld.C0 = Player.Character.Torso.CFrame:inverse() | |
382 | weld.C1 = lol.CFrame:inverse() | |
383 | end | |
384 | wait() | |
385 | spawnpart() | |
386 | for i, v in pairs(game.Players:GetChildren()) do | |
387 | t = v.Character:FindFirstChild("Torso") | |
388 | if t then | |
389 | t.Anchored = true | |
390 | Player.Character:FindFirstChild("Torso").Anchored = false | |
391 | end | |
392 | RA = v.Character:FindFirstChild("Right Arm") | |
393 | if RA then | |
394 | RA.Anchored = true | |
395 | Player.Character:FindFirstChild("Right Arm").Anchored = false | |
396 | end | |
397 | LA = v.Character:FindFirstChild("Left Arm") | |
398 | if LA then | |
399 | LA.Anchored = true | |
400 | Player.Character:FindFirstChild("Left Arm").Anchored = false | |
401 | end | |
402 | RL = v.Character:FindFirstChild("Right Leg") | |
403 | if RL then | |
404 | RL.Anchored = true | |
405 | Player.Character:FindFirstChild("Right Leg").Anchored = false | |
406 | end | |
407 | LL = v.Character:FindFirstChild("Left Leg") | |
408 | if LL then | |
409 | LL.Anchored = true | |
410 | Player.Character:FindFirstChild("Left Leg").Anchored = false | |
411 | end | |
412 | end | |
413 | weld(sphere) | |
414 | cce = Instance.new("ColorCorrectionEffect", game.Lighting) | |
415 | cce.Saturation = -5 | |
416 | --game.Debris:AddItem(cce, 5) | |
417 | sphere.Parent = Character.Torso | |
418 | for i = 1,3 do | |
419 | sphere.Size = sphere.Size + Vector3.new(50,50,50) | |
420 | wait() | |
421 | end | |
422 | wait() | |
423 | sphere:Destroy() | |
424 | KnifeSpeed = 0 | |
425 | cce.Saturation = -0.1 | |
426 | wait(0.3) | |
427 | cce.Saturation = -0.2 | |
428 | wait(0.3) | |
429 | cce.Saturation = -0.3 | |
430 | wait(0.2) | |
431 | cce.Saturation = -1.5 | |
432 | wait() | |
433 | end | |
434 | end | |
435 | end | |
436 | ) | |
437 | ||
438 | mse.KeyDown:connect(function(key) | |
439 | key = key:lower() | |
440 | if key == "y" then | |
441 | canworld = true | |
442 | sound2:Play() | |
443 | wait() | |
444 | KnifeSpeed = 1 | |
445 | cce.Saturation = -1.3 | |
446 | wait(0.5) | |
447 | KnifeSpeed = 1.2 | |
448 | cce.Saturation = -0.5 | |
449 | wait(0.5) | |
450 | KnifeSpeed = 1.4 | |
451 | cce.Saturation = -0.4 | |
452 | wait(0.3) | |
453 | KnifeSpeed = 1.5 | |
454 | cce.Saturation = -0.2 | |
455 | wait(0.2) | |
456 | cce.Saturation = 0 | |
457 | ||
458 | for i, v in pairs(game.Players:GetChildren()) do | |
459 | t = v.Character:FindFirstChild("Torso") | |
460 | if t then | |
461 | t.Anchored = false | |
462 | end | |
463 | RA = v.Character:FindFirstChild("Right Arm") | |
464 | if RA then | |
465 | RA.Anchored = false | |
466 | end | |
467 | LA = v.Character:FindFirstChild("Left Arm") | |
468 | if LA then | |
469 | LA.Anchored = false | |
470 | end | |
471 | RL = v.Character:FindFirstChild("Right Leg") | |
472 | if RL then | |
473 | RL.Anchored = false | |
474 | end | |
475 | LL = v.Character:FindFirstChild("Left Leg") | |
476 | if LL then | |
477 | LL.Anchored = false | |
478 | end | |
479 | end | |
480 | KnifeSpeed = 120 | |
481 | TSTheme:Stop() | |
482 | end | |
483 | end) | |
484 | ||
485 | char["Body Colors"].HeadColor = BrickColor.new("Really blue") | |
486 | char["Body Colors"].TorsoColor = BrickColor.new("Really blue") | |
487 | char["Body Colors"].LeftArmColor = BrickColor.new("Really blue") | |
488 | char["Body Colors"].RightArmColor = BrickColor.new("Really blue") |