Advertisement
Zarcus

k

Aug 23rd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Max5709"
  4. s.SoundId = "https://web.roblox.com/Warhead-Detonation-Failure-SCP-CB-item?id=183862120"
  5. s.Volume = 90
  6. s.Looped = false
  7. s.archivable = false
  8.  
  9. s.Parent = script.Parent.Parent.Play
  10.  
  11. wait(1)
  12.  
  13. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement