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 | plr = game.Players.LocalPlayer | |
| 6 | plrchar = plr.Character | |
| 7 | hed = plrchar.Torso | |
| 8 | thing = plrchar.Head | |
| 9 | sheit = Instance.new("Sound")
| |
| 10 | sheit.Parent = hed | |
| 11 | - | sheit.SoundId = "rbxassetid://226911304" |
| 11 | + | sheit.SoundId = "rbxassetid://295837588" |
| 12 | mouse = plr:GetMouse() | |
| 13 | mouse.KeyDown:connect(function(k) | |
| 14 | if k == "z" then | |
| 15 | sond = Instance.new("Sound")
| |
| 16 | sond.Parent = hed | |
| 17 | - | sond.SoundId = "rbxassetid://178092307" |
| 17 | + | sond.SoundId = "rbxassetid://188381340" |
| 18 | screm = Instance.new("Sound")
| |
| 19 | screm.Parent = hed | |
| 20 | - | screm.SoundId = "rbxassetid://139690330" |
| 20 | + | screm.SoundId = "rbxassetid://154339228" |
| 21 | screm2 = Instance.new("Sound")
| |
| 22 | screm2.Parent = hed | |
| 23 | - | screm2.SoundId = "rbxassetid://165315045" |
| 23 | + | screm2.SoundId = "rbxassetid://859239959" |
| 24 | wait(1) | |
| 25 | game:service'Chat':Chat(plr.Character.Head,"I...can`t...take this... anymore...",Enum.ChatColor.Red) | |
| 26 | wait(3) | |
| 27 | screm:Play() | |
| 28 | game:service'Chat':Chat(plr.Character.Head,"AHHHH!",Enum.ChatColor.Red) | |
| 29 | wait(0.5) | |
| 30 | plrchar:BreakJoints() | |
| 31 | sond:Play() | |
| 32 | sheit:Play() | |
| 33 | screm2:Play() | |
| 34 | end | |
| 35 | end) | |
| 36 | print("Press z to take your own life!") |