Add the following to the Workspace:
1. Script
2. Sound
These two can be found by right clicking the Workspace and selecting 'Insert Object'.
Once you have inserted the two you will need to first off have a sound ID. Go to the audio library and locate the desired music. Then, in the address bar, copy the last set of numbers (thats the sound ID) and, in Studio, put them in the Sound asset under 'SoundID'. Type 'rbxasset://' just before the ID.
Once you have added your sound file, go to the script and type the following:
script.Parent.Sound:Play() --- 'Sound' is the name of your sound asset. It is called 'Sound' by default.
Once you have done this it should work
|