Advertisement
This is comment for paste
[ROBLOX] Music Script
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sound = Instance.new("Sound", game.Players.LocalPlayer.Character)
- sound.SoundId = "http://www.roblox.com/asset/?id=1848354536" -- Song ID at end.
- sound.Volume = 1 -- Derp (I have quality speakers you might need to change this.)
- sound.Pitch = 1 --Speed of Playback.
- sound.Looped = true
- wait()
- sound:Play()
- -- relaxed scene
- -- its a better version you can change looped if you want and change the id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement