--BROUGHT TO YOU BY RobloxScripter.com!--
_G.Settings = {
AutoMatch = false;
AutoNotes = true;
Distance = 40 -- the distance from which it will press to catch the note, i found 40 to be the perefect number for my screen, but it may vary for different resolutions, i would recommend trying higher or lower numbers if this one doesnt work out for you.
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/CodeExperiMental/MondayMorning/main/code.lua"))()