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

How do I make a Sound be synced for everyone?

Asked by 7 years ago

Hello, I put

game.Workspace.Songs.Song1:Play() --Ok this part is fine

but when someone else comes in it resets for them how do I make it synced up for everyone like Club Sanity or Club Boates

0
Could you please explain your question? What do you mean by synced up? You mean that everyone hears it at the same TimePosition? In that case, I'm afraid that wouldn't be easy with ROBLOX lightpower26 399 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago
Edited 7 years ago

The best solution I can think of is to have a NumberValue in your place where its value is always the song's TimePosition from when the first player joined. Then, whenever someone joins, reset the song's TimePosition to what the NumberValue is? I'm not sure if this will work, but it's just an idea.

Ad

Answer this question