Advertisement
GemyScripter

Audio Thing -EDIT!-

Jan 5th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. --Made by Gemy
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=277801972"
  7. s.Looped = false
  8. s.archivable = false
  9.  
  10. s.Parent = game.Workspace
  11.  
  12. wait(3)
  13.  
  14. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement