of     1   

Jammintoad
#141223647Wednesday, July 23, 2014 1:24 AM GMT

can you do that
Jammintoad
#141225594Wednesday, July 23, 2014 1:45 AM GMT

bump
128GB
#141226076Wednesday, July 23, 2014 1:50 AM GMT

Put the sound object in their PlayerGui
ReveredEngineer
#141226151Wednesday, July 23, 2014 1:51 AM GMT

If your zoomed out you might not hear it, just for caution.
128GB
#141227138Wednesday, July 23, 2014 2:01 AM GMT

@Seizurezxzz I zoomed out as far as I could and heard it just as clear as if I had been zoomed in all the way
ReveredEngineer
#141227275Wednesday, July 23, 2014 2:02 AM GMT

Oh, I mighteve been think of something else, I think I was think about when you insert sounds into parts in workspace?
128GB
#141227325Wednesday, July 23, 2014 2:02 AM GMT

Yes that would make the sound softer the further away from the brick your camera is
Jammintoad
#141236711Wednesday, July 23, 2014 3:37 AM GMT

ok i want a sound to play but i only want it to play for when the person first joins the game. how do i do this
ninja900500
#141237389Wednesday, July 23, 2014 3:44 AM GMT

game.Players.PlayerAdded:connect(function(player) local s = Instance.new("Sound", player.PlayerGui) s.SoundId = "" s:Play() end normal script inside the workspace.

    of     1