Schecter SCH-3669 Demon-6 FR-S 6 String Electric Guitar – Aged Black Satin
Original price was: $2,199.00.$1,769.00Current price is: $1,769.00.
FAST
Delivery
EASY
Returns
IN HOUSE
Repairs
1 in stock



Check AU Shipping Cost
Pick-up from store - FREE
Free pickup from our Melbourne Store at 4 Drake Boulevard, Altona VIC 3018. Your order will typically be ready by the next business day. We recommend calling us on (03) 8360 7799 beforehand to check it's ready for collection.
International Shipping
Please proceed to checkout to see international rates and avalability.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: #fff;
}
img {
max-width: 100%;
height: auto;
}
a {
color: #ff6b35;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}
/* HERO SECTION WITH H1 */
.hero-section {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
color: #fff;
padding: 40px 20px;
margin-bottom: 30px;
}
.hero-content {
max-width: 1000px;
margin: 0 auto;
}
h1 {
font-size: 42px;
color: #ff6b35;
margin-bottom: 20px;
line-height: 1.2;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.hero-description {
font-size: 19px;
line-height: 1.7;
color: #e0e0e0;
margin-bottom: 15px;
}
.hero-description strong {
color: #ffd700;
}
.hero-badges {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin-top: 20px;
}
.hero-badge {
background: rgba(255, 107, 53, 0.2);
border: 1px solid #ff6b35;
color: #fff;
padding: 8px 16px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
}
/* PRODUCT INFO */
.product-info {
margin: 30px 0;
}
.price-box {
background: #fff;
padding: 30px;
border-radius: 10px;
border: 1px solid #e0e0e0;
margin-bottom: 30px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.price {
font-size: 48px;
color: #ff6b35;
font-weight: 900;
margin-bottom: 10px;
}
.price-note {
color: #666;
font-size: 14px;
margin-bottom: 15px;
}
.stock-status {
display: inline-block;
background: #4caf50;
color: #fff;
padding: 8px 20px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
}
.cta-section {
margin: 30px 0;
}
.cta-button {
display: block;
width: 100%;
background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
color: #fff;
padding: 18px;
border-radius: 8px;
font-size: 18px;
font-weight: 700;
text-align: center;
text-decoration: none;
margin-bottom: 15px;
transition: all 0.3s;
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 5px 20px rgba(255, 107, 53, 0.3);
text-decoration: none;
}
.secondary-button {
display: block;
width: 100%;
background: #fff;
color: #ff6b35;
padding: 18px;
border: 2px solid #ff6b35;
border-radius: 8px;
font-size: 18px;
font-weight: 700;
text-align: center;
text-decoration: none;
transition: all 0.3s;
}
.secondary-button:hover {
background: #ff6b35;
color: #fff;
text-decoration: none;
}
/* DESCRIPTION */
h2 {
font-size: 26px;
color: #1a1a2e;
margin: 40px 0 20px;
padding-bottom: 10px;
border-bottom: 3px solid #ff6b35;
}
p {
margin-bottom: 15px;
line-height: 1.7;
color: #555;
}
/* FEATURES GRID */
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 30px 0;
}
.feature-card {
background: #f8f8f8;
padding: 20px;
border-radius: 8px;
border-left: 4px solid #ff6b35;
}
.feature-card h3 {
font-size: 18px;
color: #1a1a2e;
margin-bottom: 10px;
}
.feature-card p {
font-size: 14px;
color: #666;
margin: 0;
}
/* SPECS TABLE */
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
}
.specs-table tr {
border-bottom: 1px solid #e0e0e0;
}
.specs-table tr:last-child {
border-bottom: none;
}
.specs-table td {
padding: 12px 20px;
}
.specs-table td:first-child {
font-weight: 600;
color: #1a1a2e;
width: 40%;
background: #f8f8f8;
}
.specs-table td:last-child {
color: #555;
}
/* SERVICES BOX */
.services-box {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
color: #fff;
padding: 35px 30px;
border-radius: 10px;
margin: 40px 0;
}
.services-box h2 {
color: #fff;
border-bottom: 3px solid #ff6b35;
margin-bottom: 20px;
}
.services-box p {
color: #e0e0e0;
margin-bottom: 20px;
}
.services-box a {
color: #ffd700;
}
.contact-info {
background: rgba(255, 255, 255, 0.1);
padding: 20px;
border-radius: 8px;
margin-top: 20px;
}
.contact-info p {
margin: 8px 0;
color: #fff;
}
.contact-info strong {
color: #ffd700;
}
/* FAQ */
.faq-section {
margin: 40px 0;
}
.faq-item {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
margin-bottom: 15px;
}
.faq-question {
font-size: 18px;
font-weight: 600;
color: #1a1a2e;
margin-bottom: 10px;
}
.faq-answer {
color: #555;
line-height: 1.7;
font-size: 15px;
}
/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
h1 {
font-size: 32px;
}
.hero-description {
font-size: 17px;
}
.price {
font-size: 40px;
}
.features-grid {
grid-template-columns: 1fr;
}
.specs-table td {
padding: 10px 15px;
font-size: 14px;
}
}
@media (max-width: 480px) {
.container {
padding: 0 15px;
}
h1 {
font-size: 28px;
}
.hero-section {
padding: 30px 15px;
}
.hero-description {
font-size: 16px;
}
.price {
font-size: 36px;
}
.hero-badges {
flex-direction: column;
}
.cta-button,
.secondary-button {
font-size: 16px;
padding: 15px;
}
}
Schecter Demon-6 FR-S Aged Black Satin with Sustainiac
The Schecter Demon-6 FR-S combines infinite sustain power with extreme playability. Featuring the revolutionary Sustainiac infinite sustain system in the neck position and Schecter Diamond Active humbucker in the bridge, plus Floyd Rose Special "Hot Rod" tremolo for dive bombs and pitch manipulation. Gothic Cross inlays, carved top basswood body, and Aged Black Satin finish. Perfect for shred, metal, and experimental players. In stock at Angkor Music Melbourne with free professional setup ($155 value). 11+ years trusted service. RRP $2,199 AUD.
SKU: SCH-3669 | Model: Demon-6 FR-S | Item Number: 3669
Free professional setup included (valued at $155)
In Stock - Melbourne
About This Guitar
The Schecter Demon-6 FR-S is built for players who demand infinite sustain, aggressive tone, and extreme versatility. This guitar combines cutting-edge technology with rock-solid construction, delivering sounds impossible to achieve with traditional guitars.
The star of the show is the Sustainiac infinite sustain system occupying the neck position. Unlike feedback-based sustain, the Sustainiac uses electromagnetic fields to vibrate the strings continuously, creating infinite sustain at any volume level. Three modes offer different tonal characteristics: Fundamental (natural sustain), Harmonic (violin-like upper harmonics), and Mix (combination of both). The Sustainiac can be switched on/off via mini switches, and when disengaged functions as a normal neck pickup.
The Schecter Diamond Active humbucker in the bridge position delivers crushing high-output tone with excellent clarity. This active pickup provides tight low-end for palm-muted chugging and crisp highs for cutting leads. Combined with the Sustainiac, you get a massive tonal palette from ambient swells to aggressive metal.
The Floyd Rose Special "Hot Rod" double locking tremolo provides excellent tuning stability and smooth operation for dive bombs, flutter effects, and pitch bends. The combination of Sustainiac sustain and Floyd Rose whammy manipulation opens up incredible sonic possibilities – sustain a note indefinitely while adding vibrato, pitch bends, and harmonics.
Built with a basswood body featuring carved top contour and aged crème binding, the Demon-6 FR-S offers comfortable playability and balanced resonance. The bolt-on maple neck with Thin C profile provides fast, smooth playing feel across all 24 jumbo frets. Gothic Cross inlays on the rosewood fretboard add distinctive visual flair. The Aged Black Satin finish gives this guitar a menacing, no-nonsense aesthetic perfect for metal and hard rock.
Why Buy from Angkor Music?
Every Demon-6 FR-S includes our free professional setup ($155 value), including Floyd Rose balancing, Sustainiac calibration, action optimization, and intonation. With 11+ years serving Melbourne musicians, we provide expert guidance on Sustainiac modes, Floyd Rose maintenance, and maximizing this guitar's unique capabilities. Visit our Altona store to experience infinite sustain in person.
Key Features
Sustainiac Infinite Sustain
Electromagnetic sustainer creates infinite sustain at any volume. Three modes: Fundamental, Harmonic, Mix. Revolutionary technology.
Floyd Rose Special "Hot Rod"
Double locking tremolo for extreme pitch manipulation. Excellent tuning stability, smooth operation, dive bombs ready.
Active Pickup System
Schecter Diamond Active bridge humbucker delivers high-output aggression. Tight lows, crisp highs, perfect for metal.
Carved Top Design
Basswood body with carved top contour. Comfortable playing, balanced resonance, aged crème binding adds class.
Fast Playability
Thin C maple neck, 24 jumbo frets, 14" radius rosewood board. Built for speed and technical playing.
Gothic Aesthetic
Gothic Cross inlays, Aged Black Satin finish, black nickel hardware. Menacing look for metal warriors.
Complete Specifications
| Model Name | Demon-6 FR-S |
| Item Number | 3669 |
| SKU | SCH-3669 |
| Guitar Color | Aged Black Satin |
| Dexterity | Right Handed |
| Body Material | Basswood |
| Body Construction | Bolt On |
| Top Contour | Carved Top |
| Binding | Aged Crème 1-ply |
| Neck Material | Maple |
| Neck Shape | Thin "C" |
| Neck Thickness | 1st Fret: 20mm / 12th Fret: 22mm |
| Scale Length | 25.5" |
| Fretboard Material | Rosewood |
| Fretboard Radius | 14" |
| Fretboard Inlays | Gothic Crosses |
| Side Dot Markers | Dots |
| Number of Frets | 24 Jumbo |
| Nut Material | Floyd Rose Locking |
| Nut Width | 41.3mm |
| Truss Rod | 2-Way Adjustable Rod w/ 5/32" (4mm) Allen Nut |
| Neck Pickup | Sustainiac Infinite Sustain System |
| Bridge Pickup | Schecter Diamond Active Humbucker |
| Controls | Master Volume / Master Tone / 3-Way Toggle / 2 Sustainiac Mini Switches |
| Battery Compartment | Inside Control Cavity (9V for Sustainiac and Active Pickup) |
| Bridge | Floyd Rose Special "Hot Rod" Double Locking Tremolo |
| Tuners | Schecter |
| Hardware Color | Black Nickel |
| Knobs | Metal Dome w/ Set Screw |
| Strings | Ernie Ball Regular Slinky #2221 (.010-.046) |
| Case | Sold Separately |
Expert Guitar Services
At Angkor Music, we provide specialized care for advanced instruments like the Demon-6 FR-S. Our experienced technicians offer professional setups (free with purchase) including Floyd Rose balancing and Sustainiac calibration, expert repairs, and ongoing maintenance. With 11+ years serving Melbourne musicians, we understand Sustainiac systems and Floyd Rose tremolo requirements.
Angkor Music
Shop 4-6 Drake Boulevard, Altona VIC 3018
Phone: (03) 83607799
Serving Melbourne Musicians Since 2013
Frequently Asked Questions
What is the Sustainiac system and how does it work?
Can I use the Sustainiac and Floyd Rose together?
What's included with the Demon-6 FR-S purchase?
Is the Demon-6 good for beginners?
Does Angkor Music service Sustainiac systems and Floyd Rose guitars?
What music styles is the Demon-6 FR-S best for?
Additional information
| Weight | 0.0000 kg |
|---|---|
| type | Electric Guitar |
| String Configuration | 6 String |
| Body Type | Solid-body |
| Dexterity | Right-Handed |











