Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Chat GUI doesnt scroll down with text how to fix?

Asked by 4 years ago
Edited 4 years ago

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!

1 answer

Log in to vote
0
Answered by 4 years ago

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.

0
I'm not 100% sure if this is what you exactly needed, but I think this would be useful if you haven't used it already. killerbrenden 1537 — 4y
0
Thank you, I will try this tomrrow, its 1:29 AM HandsomeKiller1019 -5 — 4y
0
Alright, let me know if it works. If it doesn't work then I'll try to revise it again. killerbrenden 1537 — 4y
Ad

Answer this question