|
| 15 Jul 2014 06:53 PM |
| I'm trying to implement Background music for only one player to hear. Any Help with this? |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 06:54 PM |
| maybe you parented to your playergui or camera |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 06:55 PM |
MusicID = "" -- MUSIC ID
local music = Instance.new("Sound",workspace) music.SoundId = MusicID music.Looped = true music:play() |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2014 06:56 PM |
Oops, for one player?
Parent the sound to the player |
|
|
| Report Abuse |
|
|