of     1   

error9999
#160158224Tuesday, April 14, 2015 5:01 PM GMT

Dear, when I'm in a game and a song is playing I just hear it. But when a second player joins, the song will start at the beginning for that player, and not where the song is for me? Why is this and how can I fix this?
Proxemics
#160158407Tuesday, April 14, 2015 5:05 PM GMT

that means you're playing the sound locally try playing to globally
error9999
#160165309Tuesday, April 14, 2015 7:50 PM GMT

It it playing because of a normal script Which is global.
error9999
#160170839Tuesday, April 14, 2015 9:10 PM GMT

Bawk?
TimeTicks
#160171447Tuesday, April 14, 2015 9:19 PM GMT

local music = game.Workspace.Music while wait() do music:Play() wait(120) music:Stop() wait(1) end
error9999
#160209672Wednesday, April 15, 2015 10:16 AM GMT

I know how to play and stop a song, but how do I make a player hear the same part of the song as another player? like when a player joins when a song is already playing some seconds?
Proxemics
#160212706Wednesday, April 15, 2015 12:33 PM GMT

Put it in ServerScriptStorage?

    of     1