I’m having issues with UIListlayout, I want it to fill in from top meaning when a new textbox enters it will move the previous textbox downwards and the new one will stay on top but it completely the opposite at the moment, the new textbox enters from the bottom and old one stays at the top.
-- Both of these do the same calculation. Decreases the layoutOrder by the number of children in instance and +1.
TextBox.LayoutOrder = -(#ScrollingFrame:GetChildren()+1)
---
TextBox.LayoutOrder = (1-#ScrollingFrame:GetChildren())