Advertisement
HenloMyDude

easy mode music

Aug 24th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. song = Instance.new("Sound",workspace)
  2. song.Playing = true
  3. song.Looped = true
  4. song.Volume = 0.1
  5. song.Pitch = 1.35
  6. song.SoundId = "rbxassetid://231311532"
  7. song.Name = "banjooskazoozies"
  8.  
  9. while true do
  10. wait()
  11. if workspace:FindFirstChild("banjooskazoozies") and song.Volume < 10 then
  12. song.Volume = song.Volume + 0.1
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement