How would I add a progress bar with every player on it?

Hi, I’m creating an obby game, and I have trouble on making a progress bar.

Im trying to make a gui like this;


(poorly drawn lol)
Can anyone help me out on this? Thanks!

2 Likes

There are tutorials on youtube that show how to fo this, so i recommend checking them out!

Can you link one? I have tried to find some, but to no avail.

Try searching with the keyword: Obby progress bar

Yes, and all that comes up are videos on how to make a progress bar for the stages, not players.
I am still bad at scripting, so I have no idea on how to add players avatars/head shots onto this.

use game:GetService('Players'):GetUserThumbnailAsync() to get the player’s avatar. To show how far they got use thier HumanoidRootPart Position. Put it in a RunService.Heartbeat event or a task.wait() loop.

1 Like

Instructions

  1. Go to your search engine
  2. Search howtoroblox height bar
  3. Check the video

I don’t have the best wifi rn so i can’t look it up.
Try: How to male a progress bar like Tower of Hell

This doesnt answer my question, im not trying to make a height bar, im trying to make it a ground bar? I’ve tried what you said and remaking it to my liking, and as Ive previously stated that I’m bad at scripting, I wasnt able to do it. Can anyone please help?