local s = Instance.new("Sound") s.Name = "u get the idea" s.Parent = workspace s.SoundId = "rbxassetid://0" -- put ur music id bro s.PlaybackSpeed = 0 -- put ur pitch number here s.Loop = true -- if u put false it aint gonna loop the sound s.Play()