Hi guys! Any ideas why this sound doesn't play? This is in a server script in the workspace:
game.Players.PlayerAdded:connect(function(Player) Player.PlayerGui.XPCounter:Play() end)
The sound is in the StarterGui. Thanks :)
Put in localscript and put localscript in startergui
wait(5) plr = game.Players.LocalPlayer plr.PlayerGui.XPCounter:Play() --Get into the players Gui
Have you defined the sound? Like as local. Also to make a sound play you would do sound:play()