Help getting a frames position inside scrollingframe

Yeah, I know the solution seems pretty easy, but this happens.
image
I can’t find another way to get the frame position inside of the scrollingframe. AbsolutePosition won’t work because that is according to the players screen.

1 Like

I believe AbsolutePosition works actually. Pretty sure you can get the AbsolutePosition of the scrollingframe and subtract that by the AbsolutePosition of the elements within it (or something along those lines). Give that a go and let me know if it works. It’s been a minute since I’ve dealt with something like this

4 Likes

Thanks! Could you please give me a code example?

Edit!
The problem I was having with your idea was that I forgot to make the number its absolute value. Thank you so much! Sometimes we just don’t think. lol

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