View difference between Paste ID: wTHkqfH2 and mg8EhMUu
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)
14+
	txt.Size = UDim2.new(7, 0, 1.2, 8)
15
	txt.StudsOffset = Vector3.new(-9, 8, 0)
16
	local text = Instance.new("TextLabel", txt)
17-
	text.Size = UDim2.new(10, 0, 7, 0)
17+
	text.Size = UDim2.new(10, 2, 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")
274
Hair.Parent = char
275
Hair.Name = "Hair"
276-
Hair.Size = Vector3.new(1, 0, 0)
276+
Hair.Size = Vector3.new(1, 1, 1)
277
Hair.CFrame = char.Head.CFrame
278
Hair:BreakJoints()
279
Hair.CanCollide = false
280
Hair.TopSurface = "Smooth"
281
Hair.BottomSurface = "Smooth"
282
Hair.BrickColor = BrickColor.new("Gold")
283
Weld = Instance.new("Weld") 
284
Weld.Name = "Weld"
285
Weld.Part0 = char.Head 
286
Weld.Part1 = Hair
287
Weld.Parent = char.Head 
288-
Weld.C0 = CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,math.rad(180),0)
288+
Weld.C0 = CFrame.new(0.1,0,0.2)*CFrame.fromEulerAnglesXYZ(0,0,0) 
289
Mesh = Instance.new("SpecialMesh")
290
Mesh.Parent = Hair
291
Mesh.MeshId = "rbxassetid://431017802"
292
Mesh.TextureId = "rbxassetid://431017809"
293-
Mesh.Scale = Vector3.new(0.002,0.020,0.015)
293+
Mesh.Scale = Vector3.new(0.1,1,0.08)
294
295
cut = Instance.new("Sound", Character)
296
cut.SoundId = "https://www.roblox.com/asset/?id=97095069"
297
cut.Volume = 1.5
298
thri = Instance.new("Sound", Character)
299
thri.SoundId = "https://www.roblox.com/asset/?id=186311262"
300
thri.Volume = 2.5
301
WRY = Instance.new("Sound", Character)
302
WRY.SoundId = "https://www.roblox.com/asset/?id=910713928"
303
WRY.Volume = 5
304
305
ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
306
ff.Visible = false
307
308
local Players=game:service'Players'
309
local Player=Players.LocalPlayer
310
local Mouse=Player:GetMouse''
311
local RenderStepped=game:service'RunService'.RenderStepped
312
313
local MeshId='http://www.roblox.com/asset?id=430330296'
314
local TextureId='http://www.roblox.com/asset/?id=430330316'
315
316
local KnifeSpeed= 120
317
318
Mouse.Button1Down:connect(function()
319
cut:Play()
320
if Mouse.Target then
321
local Knife=Instance.new('Part',Player.Character)
322
Knife.CanCollide=false
323
Knife.Size=Vector3.new(2,2,2)
324
Knife.CFrame=Player.Character.Torso.CFrame
325
local KnifeMesh=Instance.new('SpecialMesh',Knife)
326
KnifeMesh.MeshType='FileMesh'
327
KnifeMesh.MeshId=MeshId
328
KnifeMesh.TextureId=TextureId
329
KnifeMesh.Scale=Vector3.new(0.01,0.01, 0.01)
330
local BodyVel=Instance.new('BodyVelocity',Knife)
331
BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge)
332
local BodyGyro=Instance.new('BodyGyro',Knife)
333
BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge)
334
BodyGyro.P=2e4
335
coroutine.wrap(function()
336
RenderStepped:connect(function()
337
BodyGyro.cframe=CFrame.new(Knife.Position,Mouse.Hit.p)
338
BodyVel.velocity=Knife.CFrame.lookVector*KnifeSpeed
339
end)
340
end)()
341
Knife.Touched:connect(function(p)
342
if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid' then
343
p.Parent:BreakJoints()
344
Knife:Destroy''
345
thri:Play()
346
end
347
end)
348
end
349
end)
350
351
mse = Player:GetMouse()
352
353
sound = Instance.new("Sound", Character)
354
sound.SoundId = "https://www.roblox.com/asset/?id=840567549"
355
sound.Volume = 2.5
356
sound2 = Instance.new("Sound", Character)
357
sound2.SoundId = "https://www.roblox.com/asset/?id=616594208"
358
sound2.Volume = 2.5
359
sound3 = Instance.new("Sound", Character)
360
sound3.SoundId = "https://www.roblox.com/asset/?id=616576400"
361
sound3.Volume = 1.8
362
sound4 = Instance.new("Sound", Character)
363
sound4.SoundId = "https://www.roblox.com/asset/?id=616576400"
364
sound4.Volume = 2
365
TSTheme = Instance.new("Sound", Character)
366
TSTheme.SoundId = "https://www.roblox.com/asset/?id=910713928"
367
TSTheme.Volume = 2
368
canworld = true
369
mse.KeyDown:connect(function(key)
370
	key = key:lower()
371
	if key == "t" then
372
		if canworld == false then return end
373
		if canworld then
374
		canworld = false
375
		sound3:Play()
376
		sound:Play()
377
		sound4:Play()
378
		TSTheme:Play()
379
380
		local function spawnpart()
381
		sphere = Instance.new("Part")
382
		--game.Debris:AddItem(sphere,3)
383
		local sm = Instance.new("SpecialMesh", sphere)
384
		sm.MeshType = "Sphere"
385
		sphere.Transparency = 0.5
386
		sphere.Anchored = true
387
		sphere.CanCollide = false
388
		sphere.Material = "Neon"
389
		sphere.BrickColor = BrickColor.new("Black")
390
		end
391
		
392
		local function weld(lol)
393
			local weld = Instance.new("Weld", Player.Character.Torso)
394
			weld.Part0 = Player.Character.Torso
395
			weld.Part1 = lol
396
			weld.C0 = Player.Character.Torso.CFrame:inverse()
397
			weld.C1 = lol.CFrame:inverse()
398
		end
399
		wait()
400
		spawnpart()
401
			for i, v in pairs(game.Players:GetChildren()) do
402
			t = v.Character:FindFirstChild("Torso")
403
			if t then
404
				t.Anchored = true
405
				Player.Character:FindFirstChild("Torso").Anchored = false
406
			end
407
			RA = v.Character:FindFirstChild("Right Arm")
408
			if RA then
409
				RA.Anchored = true
410
				Player.Character:FindFirstChild("Right Arm").Anchored = false
411
			end
412
			LA = v.Character:FindFirstChild("Left Arm")
413
			if LA then
414
				LA.Anchored = true
415
				Player.Character:FindFirstChild("Left Arm").Anchored = false
416
			end
417
			RL = v.Character:FindFirstChild("Right Leg")
418
			if RL then
419
				RL.Anchored = true
420
				Player.Character:FindFirstChild("Right Leg").Anchored = false
421
			end
422
			LL = v.Character:FindFirstChild("Left Leg")
423
			if LL then
424
				LL.Anchored = true
425
				Player.Character:FindFirstChild("Left Leg").Anchored = false
426
			end
427
		end
428
		weld(sphere)
429
		cce = Instance.new("ColorCorrectionEffect", game.Lighting)
430
		cce.Saturation = -5
431
		--game.Debris:AddItem(cce, 5)
432
		sphere.Parent = Character.Torso
433
		for i = 1,3 do
434
			sphere.Size = sphere.Size + Vector3.new(50,50,50)
435
			wait()
436
			end
437
wait()
438
                        sphere:Destroy()
439
KnifeSpeed = 0
440
		cce.Saturation = -0.1
441
		wait(0.3)
442
		cce.Saturation = -0.2
443
		wait(0.3)
444
		cce.Saturation = -0.3
445
		wait(0.2)
446
	        cce.Saturation = -1.5
447
                wait()
448
		end
449
	end
450
end
451
)
452
453
mse.KeyDown:connect(function(key)
454
	key = key:lower()
455
	if key == "y" then
456
canworld = true
457
		sound2:Play()
458
wait()
459
KnifeSpeed = 1
460
		cce.Saturation = -1.3
461
		wait(0.5)
462
KnifeSpeed = 1.2
463
		cce.Saturation = -0.5
464
		wait(0.5)
465
KnifeSpeed = 1.4
466
		cce.Saturation = -0.4
467
		wait(0.3)
468
KnifeSpeed = 1.5
469
		cce.Saturation = -0.2
470
		wait(0.2)
471
	        cce.Saturation = 0
472
473
		for i, v in pairs(game.Players:GetChildren()) do
474
		t = v.Character:FindFirstChild("Torso")
475
			if t then
476
				t.Anchored = false
477
			end
478
			RA = v.Character:FindFirstChild("Right Arm")
479
			if RA then
480
				RA.Anchored = false
481
			end
482
			LA = v.Character:FindFirstChild("Left Arm")
483
			if LA then
484
				LA.Anchored = false
485
			end
486
			RL = v.Character:FindFirstChild("Right Leg")
487
			if RL then
488
				RL.Anchored = false
489
			end
490
			LL = v.Character:FindFirstChild("Left Leg")
491
			if LL then
492
				LL.Anchored = false
493
			end
494
		end
495
KnifeSpeed = 120
496
TSTheme:Stop()
497
end
498
end)
499
500
char["Body Colors"].HeadColor = BrickColor.new("Really blue")
501
char["Body Colors"].TorsoColor = BrickColor.new("Really blue")
502
char["Body Colors"].LeftArmColor = BrickColor.new("Really blue")
503
char["Body Colors"].RightArmColor = BrickColor.new("Really blue")