Advertisement
vibrantsinger423

harambe music background

Jul 16th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Player = game:GetService("Players").LocalPlayer
  2. local s = Instance.new("Sound",Character)
  3. s.Name = "BGMusic"
  4. s.SoundId = "rbxassetid://468954972"
  5. s.Pitch = 1
  6. s.Volume = 40.25
  7. s.Looped = true
  8. s.archivable = false
  9. wait(0.1)
  10. s:play()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement