Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-2

how do i put music in my game? [closed]

Asked by 10 years ago

i am trying to but idk how insert them

Locked by evaera

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 10 years ago
  1. Find a sound (or upload one) on the website and get the asset ID, which is the number at the end of the URL.
  2. Open ROBLOX Studio and open a place in Edit Mode.
  3. Open your Basic Objects panel and double-click "Sound". Make sure it's in Workspace.
  4. Once there, click the Sound icon to open up properties.
  5. Next to “SoundId”, enter "http://www.roblox.com/asset/?id=" plus the asset ID (Example: http://www.roblox.com/asset/?id=130764021).
  6. Now click on StarterGui, and double-click "LocalScript".
  7. Remove "print 'Hello world!" and enter the following script: game.Workspace.Sound:Play()
  8. Publish to ROBLOX and save your game.

How to upload a sound:

  1. Go to ROBLOX>Develop>Audio and follow the instructions
  2. Go to ROBLOX>Home>Profile>Inventory>Audio and click your new audio.
  3. Follow the steps above and your done!
0
i tryed and still does not work? solepatrick 0 — 10y
0
Send me the sound ID,the code you have used for the script that should be in StarterGui and the name of your place. Lachyd02 0 — 10y
Ad