Advertisement
IHackShootingGames

aillu

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