Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- song = Instance.new("Sound",workspace)
- song.Playing = true
- song.Looped = true
- song.Volume = 0.1
- song.Pitch = 1.35
- song.SoundId = "rbxassetid://231311532"
- song.Name = "banjooskazoozies"
- while true do
- wait()
- if workspace:FindFirstChild("banjooskazoozies") and song.Volume < 10 then
- song.Volume = song.Volume + 0.1
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement