As what the title says, for example :
there is a ScrollingFrame with Position UDim2.new(0, 0 ,0 ,0)
.
contains a UIGridLayout with Padding Size UDim2.new(0, 5, 0, 5)
, Cell Size UDim2.new(0, 100, 0, 100)
.
and a Frame.
As far as i know Absolute Position does help a lot but if it was a Scrolling Frame, then it would involve CanvasPosition, how can i find the Relative Position of the Frame in the ScrollingFrame?