Have you ever had issues figuring out who is ahead in a race? Well, look no further! I have made a ModuleScript that allows you to track where a player is on a path. This can be especially useful for racing games where you might want to figure out who is ahead or behind.
You can find a demo place here: (the place should be free to take)
The ModuleScript can be found here:
Features:
- Create or delete multiple path objects.
- Set the range/thickness of a path - and/or its sections.
- Add or remove players from one or more paths.
- Return a player’s progress as an absolute number or a value between 0 and 1.
- Enable/disable the module or individual paths (do not forget to enable everything first!).
- Set how often progress is updated internally.
Documentation can be found inside the ModuleScript at the top.
Found any issues? Let me know!