Calculate section position in UI

So I am making a Tower Of Hell like game and I am making the sidebar that shows all the stages + the players and I ran into a problem, I am kind of bad at math so I decided to make a post about it. Anyways I am trying to add one of the sections to the UI (In the correct position). They get sized already so that is not an issue.

I tried setting the position of the section frame to “Pos” and Pos is this:
local Pos = (1-(section:WaitForChild("Height").Value/towerHeight))

Heres a image for reference to what I am making:

what exactly is your question?

I figured it out and I don’t need help anymore! :smiley: