candissss

Untitled

Jul 26th, 2015
296
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 = "DatMoosicDoe"
  4. s.SoundId = "http://web.roblox.com/Virtual-Riot-Idols-EDM-Mashup-item?id=201526411"
  5. s.Volume = 1
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = script.Parent.Parent.Play
  10.  
  11. wait(35)
  12.  
  13. s:play()
Add Comment
Please, Sign In to add comment