l_-coccboi69-_l

music

Apr 10th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Dubstep"
  4. s.SoundId = "http://www.roblox.com/asset/?id=423342005"
  5. s.Volume = 1
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(3)
  12.  
  13. s:play()
Add Comment
Please, Sign In to add comment