--Made by H33T_L4R5 local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=257453119" s.Volume = 2 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(3) s:play()