Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- WARNING: Be sure to make this a Script and place it in Workspace if you want it to work!
- local sound = Instance.new("Sound")
- sound.Name = "Sound"
- sound.SoundId = "http://www.roblox.com/asset/?id=5540027505" -- Song ID at end.
- sound.Volume = 10 -- Derp (I have quality speakers you might need to change this.)
- sound.Pitch = 1 --Speed of Playback.
- sound.Looped = true
- sound.archivable = false
- sound.Parent = game.Workspace
- wait()
- sound:play()
Add Comment
Please, Sign In to add comment