View difference between Paste ID: QxttUGmb and 0vmF9Tbw
SHOW: | | - or go back to the newest paste.
1
--This is made by OneBullet360 aka Big L. Hope you enjoy--
2
iz = (game.Players.LocalPlayer.Name)
3
4
is = (game.Players.LocalPlayer.Character)
5
6-
for i,v in pairs(is:GetChildren()) do
6+
7-
   if v.ClassName == 'Hat' then
7+
8-
       v:Destroy()
8+
sound.SoundId = 'http://www.roblox.com/asset/?id=147401224' --595265353
9-
   end
9+
sound.Looped = false
10
sound.Parent = is.Torso
11
sound.Volume = 1
12-
for i,v in pairs(is:GetChildren()) do
12+
13-
   if v.ClassName == 'Shirt' then
13+
14-
       v:Destroy()
14+
taut.SoundId = 'http://www.roblox.com/asset/?id=147401224' --595265353
15-
   end
15+
taut.Looped = false
16
taut.Parent = is.Torso
17
taut.Volume = 1
18-
for i,v in pairs(is:GetChildren()) do
18+
19-
   if v.ClassName == 'Pants' then
19+
20-
       v:Destroy()
20+
21-
   end
21+
22
local mouse = player:GetMouse()
23
24
local anim = Instance.new("Animation")
25-
wait()
25+
26
27
28-
shirt = Instance.new('Shirt')
28+
29-
shirt.Parent = is
29+
30-
shirt.ShirtTemplate = 'http://www.roblox.com/asset/?id=648561877'
30+
msg.Text = "Press 'z' to R A I G."
31
is.Humanoid.WalkSpeed = 0
32-
pants = Instance.new('Pants')
32+
33-
pants.Parent = is
33+
34-
pants.PantsTemplate = 'http://www.roblox.com/asset/?id=591736179'
34+
35
sound:Play()
36
msg:Destroy()
37-
sound.SoundId = 'http://www.roblox.com/asset/?id=595265353' --595265353
37+
38-
sound.Looped = true
38+
39
is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=1224371632'
40
end
41
end)
42
43-
taut.SoundId = 'http://www.roblox.com/asset/?id=595265353' --595265353
43+
44-
taut.Looped = true
44+
45
sound1 = Instance.new('Sound')
46
sound1.SoundId = 'http://www.roblox.com/asset/?id=634710465'
47
sound1.Looped = false
48
sound1.Parent = is.Torso
49
sound1:Play()
50
51
sound2 = Instance.new('Sound')
52
sound2.SoundId = 'http://www.roblox.com/asset/?id=634710465'
53
sound2.Looped = false
54
sound2.Parent = is.Torso
55
sound2:Play()
56
if (humanoid ~=nil) then
57
humanoid.Health = 0
58
end
59-
msg.Text = "Click 'z' to get ready."
59+
60
61
is.Torso.Touched:connect(onTouch)