Advertisement
notperm_

heh?

Apr 3rd, 2020
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. plr = owner
  2. plrchar = plr.Character
  3. hed = plrchar.Torso
  4. thing = plrchar.Head
  5. sheit = Instance.new("Sound")
  6. sheit.Parent = hed
  7. sheit.SoundId = "rbxassetid://12222152"
  8. mouse = plr:GetMouse()
  9. mouse.KeyDown:connect(function(k)
  10.     if k == "z" then
  11.         sond = Instance.new("Sound")
  12.         sond.Parent = hed
  13.         sond.SoundId = "rbxassetid://12222152"
  14.         screm = Instance.new("Sound")
  15.         screm.Parent = hed
  16.         screm.SoundId = "rbxassetid://12222152"
  17.         screm2 = Instance.new("Sound")
  18.         screm2.Parent = hed
  19.         screm2.SoundId = "rbxassetid://12222152"
  20.         wait(1)
  21.         game:service'Chat':Chat(plr.Character.Head,"i do be wanting to die tho",Enum.ChatColor.Red)
  22.         wait(3)
  23.         screm:Play()
  24.         game:service'Chat':Chat(plr.Character.Head,"hahah.",Enum.ChatColor.Red)
  25.         wait(0.5)
  26.         plrchar:BreakJoints()
  27.         sond:Play()
  28.         sheit:Play()
  29.         screm2:Play()
  30.     end
  31. end)
  32. print("click z to do stuff")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement