I’m making a console output thingy for my admin commands and ScrollingFrames are set to go from the Top to the Bottom.
Is there a way to make the ScrollingFrame go from the Bottom to the Top instead?
You need AutomaticCanvasSize (property of scrolling Frame) should be XY (or Y) and use a UIGridLayout and set the starting Y position (at the bottom of the properties) to start from bottom.
Put a ‘UIListLayout’ object inside the ‘ScrollingFrame’ and set its ‘SortOrder’ property to ‘LayoutOrder’. Whenever a child is added to the ‘ScrollingFrame’ set its ‘LayoutOrder’ property to number - #ScrollingFrame:GetChildren(), where number is some large number.