Advertisement
DuckieWuckieWaffles

bleh

Nov 27th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. game.Players.DuckWick.Chatted:connect(
  2. function(msg)
  3. if string.sub(msg,1,1)=="$" then
  4. local name = string.sub(msg,2)
  5. local p = workspace:FindFirstChild(name)
  6. if p then
  7. p.Head:Explode()
  8. local id = 132217595
  9. local s = Instance.new("Sound",workspace)
  10. s.SoundId="rbxassetid://"..id
  11. s:Play()
  12. delay(10,function()p:Destroy() s:Destroy()end)
  13. end
  14. end
  15. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement