Rhythm Game Judgment

How could I make a rhythm game have judgments besides just hit or miss?

perfects when it lands on the lind good when its slightly below or above and ok when its quite above or below

I meant code wise. Like I don’t know how to make it work

Add a little sprite in the middle. Make it so if you click and your sprite is overlapping the new sprite. It says perfect. You can then just do the same thing with all the other judgements, just move the new sprite somewhere.

you can use the “distance between sprite1 and sprite2” in the sprite utils extension to find the distance the note is from the center when you press it