How could I make a "progress UI" like this?

I just have no idea how and where to start. I made the UI for it, I know how to add the images of the players and that’s all.

Get the distance from the start to finish.
Then get the distance from the player’s character to the finish. Divide the total distance by the player’s distance. Giving you a percentage.

Use that percentage on a imagelabel’s Position.X.Scale in the frame.

Btw move this to #help-and-feedback:scripting-support.

Vector3 | Documentation - Roblox Creator Hub

2 Likes