I humbly ask, how can i do this GUI effect, so when a notification occurs it goes in a queue like this, then after X-seconds it slides off? Is there like a source i can use or can someone guide me on how to do this script? https://gyazo.com/7849817587bf3100acd81dcc5b1b1acd and https://gyazo.com/8406466e5e6809282f530cc2fbfa60d5
1 Like
dthecoolest
(dthecoolest)
#3
Seems like using a UIListLayout to queue the text messages should work, then the sliding off is a tween before the message expires.
Edit: To tween new messages I believe this trick will be needed
3 Likes