How to do this Effect

Hello, I saw this Slide effect from Journey to the Monolith, and i want to replicate it, But i dont know how, My idea is that theres another frame down with zindex to 2 and the text is zindex 2 too and when it slides the text’s zindex changes to 1 but i am not sure

1 Like

You are going to need to use either use TweenService or GuiObject:TweenPosition which will allow you to smoothly tween the ui objects. you will then need to make a main frame for each object in which all of the objects being tweened are parented to. set them to clipdescendants true. You will then just need to tween them to the left of the edge of the main frame, and it should disappear.

1 Like

Didn’t know about ClipDescendants Until now, Thanks!

1 Like