Player = game.Players.LocalPlayer sound = Instance.new("Sound") sound.SoundId = "http://www.roblox.com/asset?id=164704851" sound.Parent = Player.PlayerGui sound.Volume = 0.7 sound.Pitch = 1 sound.Looped = true
Yes,Its in a local script,And is played after 0.4 seconds after the script runs. Why wont it work?