So, recently I remade my chat GUI, I was wondering if there is a way to make it so you can see the latest thing typed (at the bottom) and still be able to scroll up with a scrollingframe, similar to how it would work with a normal frame, without the option of scrolling up to see what's said beforehand, thank you!
I would consider using a UIListLayout inside of the scrolling frame, so whenever another text "label" gets added to the scrolling frame it automatically tweens the other labels up and the new one at the bottom and you can space the layout in a way you feel like is good.
It's easier than using functions and tweening each label separately through scripts. It works it's way from the bottom to the top and you can just add a script to remove the texts after a certain amount of time.