This script makes it so an audio doesn't get played right when someone join (If that audio has already been played before joining) but it only works with one song; Anyone know a fix
game.Workspace.ShrekButton.ClickDetector.MouseClick:connect(function()
game.Workspace.Sound.Parent = game.Players.LocalPlayer.Head
end)
|