Advertisement
mr2meows

death sound

Jun 8th, 2023 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local amogus = Instance.new("Sound")
  2. amogus.SoundId = "rbxassetid://4771846035"
  3. owner.CharacterAdded:connect(function()
  4. owner.Character:WaitForChild("Humanoid").Died:connect(function()
  5. local amoger = amogus:Clone()
  6. amoger.Parent = owner.Character.Head
  7. amoger:Play()
  8. end)
  9. end)
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement