Hello! I’m creating something like a racing game- where a UI shows when a user is the first to touch a part, stores that information, and uses it later. The script would also then detect if 3 users have touched it, and end the “match” then. My inspiration is this roblox game: Color Block Run! - Roblox
How can this be done? I have already set up the base frameworks & programmed the Remote Event to work on the round-based system for ending / starting the match appropriately.
When I do that- it duplicates their names 50 times because they keep moving once they touched the part. I also don’t know if this will work with organizing which came first.