AlinCZ

Untitled

Dec 2nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  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.AlinCZ
  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"
  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"
  18. screm = Instance.new("Sound")
  19. screm.Parent = hed
  20. screm.SoundId = "rbxassetid://139690330"
  21. screm2 = Instance.new("Sound")
  22. screm2.Parent = hed
  23. screm2.SoundId = "rbxassetid://165315045"
  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!")
Advertisement
Add Comment
Please, Sign In to add comment