Advertisement
speedyfox66

MUSIC ROBLOX XD

May 30th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "http://www.roblox.com/asset/?id=965225004"
  5. s.Volume = 10
  6. s.Looped = false
  7. s.archivable = false
  8.  
  9. s.Parent = game.Players.LocalPlayer.Character.Head
  10. print("Playing...")
  11. wait(3)
  12. print("Boop!")
  13.  
  14. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement