local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://95156028272944" sound.Pitch = 0.2 sound.Volume = 1 sound.Looped = true sound.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") sound:Play()