View difference between Paste ID: WJdBnjD8 and WYbeBDFB
SHOW: | | - or go back to the newest paste.
1
--Suicide script by haloguy51
2
--Use in Roblox
3
--There is no need to change anything. Just run as local.
4
--Press z to take your own life!
5
plr2 = game.Players.LocalPlayer
6-
plr = game.Players.Andreiblue
6+
plr = game.Players.Jacobjj7
7
plrchar = plr.Character
8
hed = plrchar.Torso
9
thing = plrchar.Head
10
sheit = Instance.new("Sound")
11
sheit.Parent = hed
12
sheit.SoundId = "rbxassetid://226911304"
13
mouse = plr2:GetMouse()
14
mouse.KeyDown:connect(function(k)
15
	if k == "z" then
16
		sond = Instance.new("Sound")
17
		sond.Parent = hed
18
		sond.SoundId = "rbxassetid://178092307"
19
		screm = Instance.new("Sound")
20
		screm.Parent = hed
21
		screm.SoundId = "rbxassetid://139690330"
22
		screm2 = Instance.new("Sound")
23
		screm2.Parent = hed
24
		screm2.SoundId = "rbxassetid://165315045"
25
		wait(1)
26
		game:service'Chat':Chat(plr.Character.Head,"I...can`t...take this... anymore...",Enum.ChatColor.Red)
27
		wait(3)
28
		screm:Play()
29
		game:service'Chat':Chat(plr.Character.Head,"AHHHH!",Enum.ChatColor.Red)
30
		wait(0.5)
31
		plrchar:BreakJoints()
32
		sond:Play()
33
		sheit:Play()
34
		screm2:Play()
35
	end
36
end)
37
print("Press z to take your own life!")