How do i get all of the player's heights and put them on a frame

I’m currently working on a competitive climbing game, and I was wondering how to get every player’s height, (or as i put, game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position.Y/2) then display their profile image on a frame on the side of the screen in order.

example 1:
image
kinda like the tower of hell thing.

1 Like

A:

To get all players on screen, you can use workspace.Players:GetPlayers() and then you can iterate over that list to access each individual player.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.