Hit Recognition For FNF Game

Hi everyone! I am creating an FNF game and currently, my task it to create hit recognition. This game is UI base and I don’t know the most efficient way to detect a player hitting a note. If you have any ideas, please let me know! Thank you.

I’d have a table of notes with times and track number (1 left to 4 right) and check the song time (preferably in milliseconds for accuracy) of a note when the corresponding button is hit, and compare this time to the one of the note

2 Likes

I don’t know how that would work. How would I track the hit time in milliseconds?