Advertisement
HOJcracker

Untitled

Dec 5th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local S = Instance.new("Sound", game.Workspace)
  2. S.Name = "was here..."
  3. S.SoundId = "http://www.roblox.com/asset/?id=184919582"
  4. S:Play()
  5.  
  6. local S = Instance.new("Sound", game.Workspace)
  7. S.Name = "YOUR ARE ALL DEAD"
  8. S.SoundId = "http://www.roblox.com/asset/?id=184919582"
  9. S:Play()
  10.  
  11. wait(5)
  12.  
  13. local CS = Instance.new("Sound", game.Workspace)
  14. CS.Name = "GET CRASHED"
  15. CS.SoundId = "http://www.roblox.com/asset/?id=184919582"
  16. CS:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement