Pat on the back for animating Conbi Y while being able to keep the static on him. Most of the time when there’s an animated Conbi character that didn’t move originally with static, they’d take the static off in the chart if they animate it
i took the script from the Exospheric Corruption mod, you'll need to put this code in the script.lua file that is in your song data folder (the code also tilts your camera at every beat like in this video): local angleshit = 2; local anglevar = 2; function onBeatHit() for i = 4,7 do noteTweenAngle('beatSpin' .. i,i,getPropertyFromGroup('strumLineNotes',i,'angle')+45,crochet*0.001-0.01,'expoOut') end for i = 0,3 do noteTweenAngle('beatSpin' .. i,i,getPropertyFromGroup('strumLineNotes',i,'angle')+180,crochet*0.001-0.01,'expoOut') end triggerEvent('Add Camera Zoom', '0.00', '0.00'); if curBeat % 2 == 0 then angleshit = anglevar; setProperty('iconP2.color', getColorFromHex('000000')) setProperty('dad.color', getColorFromHex('000000')) setProperty('healthBar.color', getColorFromHex('00FFFF')) doTweenColor('epic1','iconP2','FFFFFF',crochet*0.001-0.01,'linear') doTweenColor('epic2','dad','FF0000',crochet*0.001-0.01,'linear') doTweenColor('epic3','healthBar','FFFFFF',crochet*0.001-0.01,'linear') else angleshit = -anglevar; end setProperty('camHUD.angle',angleshit*1) doTweenAngle('turn', 'camHUD', angleshit, stepCrochet*0.002, 'circOut')
A deal with the devil? CUPHEAD and his pal mug man!! they rolled the dice, pay the priiiiice lalalalala happy funny 1930’s acme sans undertale!?!!!!!! I’m in j I just n in II inclined usvbiscuvndsiuhvisvhdufivdfiuvhub
0:00 Blood
2:55 Zenith
6:07 Hazardous Conbi
8:54 Conbi Y
12:15 Contentment Conbi
15:10 Regretting Manbi Phase 4
15:25 Boyfriend Solo
15:41 Regretting Manbi Phase 4
18:37 Scopomania Expunged
21:33 Calamity Conbi
24:22 Phobos Conbi / Conbi ↈ
27:34 {DEMENTED}
Bro, how do you know my name?
Pat on the back for animating Conbi Y while being able to keep the static on him. Most of the time when there’s an animated Conbi character that didn’t move originally with static, they’d take the static off in the chart if they animate it
no way someone actually charted this lol, nice chart btw
He used JS engine
@BambiFanInOhioBeLike yes, it a seperate fnf engine that let you do spam count
Damn i wonder who made the phobos conbi sprites
hmm
👀👀👀
🗿🗿🗿
Hmmmmmmmm
@@favoritepizzadog9661Zenith is about 8 Ft while Phobos con i is about 7,2
8:55 and 15:10 best part no lie
12:15 is so great man
Yall speaking facts fr
I like them [DEMENTED] sprites
Blood is doing acrobatics
Thank for using my hazardous sprites
np they look really good and they were also the only ones i found lol
Les goo!
(This is also technically my song since I suggested it to mesh m)
Amazing chart :33
Oh snap now jjt is gonna use his full power to make the best chart
How can you absolutely make Zenith and animate 'em??? He is a titan 😭
Congratulations on another first chart.
I literally got chills on my back when demented’s part was coming no shit 💀
y no Phobos conbi voice (this song is still cool)
Why tf is bf's solo so emotional for some damn reason-
cool
hi VD8696
@@HumanClaireNoFake hi
I was about to chart it 😭 but good chart
ADWTD is my favorite song so far in the dnb community
Red haze... 😔😔😔
My favorite part is when zenith screams 3:43
He angy
red and glowing form the inside manbi phase 5
WHY IS THIS SO UNDERRATED HELP THE START OF ZENITH IS SO FUCKING VCOOL AS FUCK
I SERIOUSLY NEED THE INSTRUMENTAL FOR THIS SONG WHY
Less go
Cool bro
Bf: *ends the song? *
*demented joins the chat at the last moment *
Bf: fuck
bf going to battle a [DEMENTED] fucking giant demigod who can easily dismember him:
i think that regretting manbi phase 4
Bambi: this is all your fault
Bf: I NEVER STOLE YOUR CORN
Bro the drums were so fast like how💀
6:59 hazardous conbi got some moves
is amazing this chart but can do a new Taimuresu with 15 opponents?
Cuphead and his pal mugman
AIN'T NO WAY BRO
*_dOn'T dEaL wItH tHe dEvIl!_*
cuphead don't deal with the devil
This Blood animated looks so cool! Can i have it?
real
Demented and Redacted, who is stronger?
redacted I think
They probabily the same level our redacted his a little stronger
I’d say {DEMENTED}
In Phobos, demented was way spammier than [REDACTED]
[DEMENTED] is stronger than [REDACTED]
At first I though they were th same person and that {DEMENTED} was a second phase or smth to [REDACTED]
How is manbi *phase 4* is the only blue one when all the other bambis and conbis are red
Where is the Blood sprites?
*v a h a m a s*
11:53 bluds pc died
I have like a question? Are you still in the Dave and Bambi community, or you just left the community?
Im still in it but i dont have enough free time to charr other songs rn
What if redacted was added
is it just me or the game bugs out on 23:29
yeah my laptop freezes sometimes
calamity conbi is too overpowered, he made the charter himself freeze for 2 seconds
@@TheFounder0001not only Calamity Conbi did that, even with Conbi Y did the bugs happend on 11:53
port this chart in js engine pls
Just a normal dave and bambi song 😂
fnf lets go
btw i am fritzinatorjr the guy that always needs help in jtoh lol
When I look at it, the opponent character and opponent icon blink. Where can I download the screeching script?
i took the script from the Exospheric Corruption mod, you'll need to put this code in the script.lua file that is in your song data folder (the code also tilts your camera at every beat like in this video):
local angleshit = 2;
local anglevar = 2;
function onBeatHit()
for i = 4,7 do
noteTweenAngle('beatSpin' .. i,i,getPropertyFromGroup('strumLineNotes',i,'angle')+45,crochet*0.001-0.01,'expoOut')
end
for i = 0,3 do
noteTweenAngle('beatSpin' .. i,i,getPropertyFromGroup('strumLineNotes',i,'angle')+180,crochet*0.001-0.01,'expoOut')
end
triggerEvent('Add Camera Zoom', '0.00', '0.00');
if curBeat % 2 == 0 then
angleshit = anglevar;
setProperty('iconP2.color', getColorFromHex('000000'))
setProperty('dad.color', getColorFromHex('000000'))
setProperty('healthBar.color', getColorFromHex('00FFFF'))
doTweenColor('epic1','iconP2','FFFFFF',crochet*0.001-0.01,'linear')
doTweenColor('epic2','dad','FF0000',crochet*0.001-0.01,'linear')
doTweenColor('epic3','healthBar','FFFFFF',crochet*0.001-0.01,'linear')
else
angleshit = -anglevar;
end
setProperty('camHUD.angle',angleshit*1)
doTweenAngle('turn', 'camHUD', angleshit, stepCrochet*0.002, 'circOut')
end
Thank you.
Link pls
hi
hi
hi
Can i have this chart?
here
drive.google.com/drive/folders/1vSOoTcvcy1-D33wuYxyE0teorhHEOQ13?usp=sharing
A deal with the devil?
CUPHEAD and his pal mug man!! they rolled the dice, pay the priiiiice lalalalala happy funny 1930’s acme sans undertale!?!!!!!! I’m in j I just n in II inclined usvbiscuvndsiuhvisvhdufivdfiuvhub
why is this so quiet
What kind of mod is this
🇧🇬 and 🩸 be like:
What was the bpm tho
hazardous conbi's part is 300 bpm, every other part is 240 bpm
🚟🚠🚡
😱zJKlÑ
Q
👾GRIMACE CAN DO BETTER👾
Shut up Grimace fanboy