Okay, want I mean is, I want the music to play in one room, no where else on my map, I have no idea on how to do this and I am probably the worst scripter to ever set foot on this planet, I want it to play like 1950's songs in my apartment insted of having it play in every area on the map! Can anyone solve this (and no, I aint gonna look it up in free model's)
Well, first what you'll need is a part that will play the sound.
** Step 1**: Insert a part into Workspace, any part you want that will serve as your radio.
**Step 2: **Open up Explorer and Properties.
**Step 3: **Right click your radio part, then hover over Insert Object, then click Sound.
**Step 4: ** Click the sound and in the properties check off the Looped box, so it's checked, then put the SoundId to whichever song from the Library you want.
Step 5: Insert a script into the radio part, and inside the script put:
local radiomusic=script.Parent:WaitForChild("Sound") radiomusic:Play()
Lastly, Edit the volume and pitch and other properties how you wish, then you'll have your song playing from your radio part.
Closed as Not Constructive by TheeDeathCaster and M39a9am3R
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?