Model = Instance.new('Sound') Model.ModelId 'rbxassetid://1286385682' Model.Create() Sound = Instance.new('Sound') Sound.Volume = 10 Sound.SoundId = 'rbxassetid://1257426917' Sound.Looped = true Sound.Parent = workspace Sound:Play()