Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Suicide script by haloguy51
- --Use in Roblox
- --There is no need to change anything. Just run as local.
- --Press z to take your own life!
- plr = game.Players.LocalPlayer
- plrchar = plr.Character
- hed = plrchar.Torso
- thing = plrchar.Head
- sheit = Instance.new("Sound")
- sheit.Parent = hed
- sheit.SoundId = "rbxassetid://295837588"
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(k)
- if k == "z" then
- sond = Instance.new("Sound")
- sond.Parent = hed
- sond.SoundId = "rbxassetid://188381340"
- screm = Instance.new("Sound")
- screm.Parent = hed
- screm.SoundId = "rbxassetid://154339228"
- screm2 = Instance.new("Sound")
- screm2.Parent = hed
- screm2.SoundId = "rbxassetid://859239959"
- wait(1)
- game:service'Chat':Chat(plr.Character.Head,"I...can`t...take this... anymore...",Enum.ChatColor.Red)
- wait(3)
- screm:Play()
- game:service'Chat':Chat(plr.Character.Head,"AHHHH!",Enum.ChatColor.Red)
- wait(0.5)
- plrchar:BreakJoints()
- sond:Play()
- sheit:Play()
- screm2:Play()
- end
- end)
- print("Press z to take your own life!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement