Could you help me understand whats described in the title above?
You would the Volume of the sound such as this. You can look at the code below, and look at the wiki article link below.
You must have the sound in a part!
http://wiki.roblox.com/index.php?title=Sounds
Sound = Instance.new("Sound", game.Workspace.Baseplate) Sound.Volume = 1 --This would be loud.
Don't forget to mark this as the answer!