local SoundService = game:GetService("SoundService")
local sound = Instance.new("Sound")
sound.SoundId = "rbxassetid://315775189"
sound.Volume = 1
sound.Parent = SoundService
while true do
sound:Play()
task.wait(5)
end