SHOW:
|
|
- or go back to the newest paste.
1 | Victim = game.Players["LocalPlayer"] | |
2 | Victim = Victim.Character | |
3 | o1 = Instance.new("Sound") | |
4 | o1.Parent = Victim.Head | |
5 | - | o1.SoundId = "rbxassetid://429400881" |
5 | + | o1.SoundId = "rbxassetid://1303652161" |
6 | o1:Play() | |
7 | o1 = Instance.new("Sound") | |
8 | o1.Name = "SoundofPain" | |
9 | o1.Parent = Victim.Head | |
10 | o1.Volume = 9 | |
11 | - | o1.SoundId = "rbxassetid://238770234" |
11 | + | o1.SoundId = "rbxassetid://1303652161" |
12 | o1:Play() | |
13 | - | Victim.Head.face.Texture = "http://www.roblox.com/asset/?id=1557654670" |
13 | + | Victim.Head.face.Texture = "http://www.roblox.com/asset/?id=1303509623" |
14 | Victim.Head.BrickColor = BrickColor.New("Maroon") | |
15 | for i=1, 10 do | |
16 | wait(.1) | |
17 | Victim.Head.Size = Victim.Head.Size *1.3 | |
18 | end | |
19 | g = Instance.new("Explosion") | |
20 | g.Parent = workspace | |
21 | g.Position = Victim.Head.Position | |
22 | g.BlastRadius = 200 | |
23 | g.BlastPressure = 100000 | |
24 | PS33 = Instance.new("Sound") | |
25 | PS33.Name = "Boom" | |
26 | PS33.Parent = workspace | |
27 | - | PS33.SoundId = "rbxassetid://323678277" |
27 | + | PS33.SoundId = "rbxassetid://1303652161" |
28 | PS33.Volume = 10 | |
29 | PS33:Play() | |
30 | Victim.Head:Destroy() |