game.Players.PlayerAdded:connect(function(plr) model=script.Parent.Sound:Clone() model.Parent=plr model.Name=Sound7 end)
It doesn't I want to make sure I did it correctly.
game.Players.PlayerAdded:connect(function(plr) model=script.Parent.Sound:clone() model.Parent=plr model.Name='Sound7' --U forgot '' cos u can only use something without '' if it already exists (A Variable with the SAME Name EXISTS) else do 'Name' end)