As Promised, I am back and with a cool new fnf mod called: "Twiddlefinger".
(Don't use the code below if you play upscroll)
Here is the code to fix the Downscroll:
function onSongStart()
noteTweenY('bfTween1', 4, 575, 0.01, 'linear');
noteTweenY('bfTween2', 5, 575, 0.01, 'linear');
noteTweenY('bfTween3', 6, 575, 0.01, 'linear');
noteTweenY('bfTween4', 7, 575, 0.01, 'linear');
end
function onCreate()
if getPropertyFromClass('ClientPrefs', 'middleScroll') == true then
setPropertyFromClass('ClientPrefs', 'middleScroll', false)
end
end
Just follow my instructions by making a .txt file, add in the code, replace the .txt with .lua and put it into the assets/shared/data/twiddlefinger folder.
Tags: #fnf #fridaynightfunkin #fnfmod #twiddlefinger
I hope you like it!
Timestamps:
0:00 Intro
0:58 Gameplay Starts
2:59 Smash Like!
3:18 Gameplay Continues
5:31 Fixed Downscroll
6:19 Code Explanation