So currently my studio looks like this,
StarterGUI
└ LoadingScreen (ScreenGUI)
├ Frame (UICorner Inside) (Frame)
├ TransitionFrame (Frame)
├ SpawnButton (UICorner & LocalScript Inside) (TextButton)
├ TextLabel
├ TextLabel
├ TextLabel
What I'm trying to achieve is for the big Black Frame (TransitionFrame) to start, on the right side but off screen. Then once I've clicked the SpawnButton, for the TransitionFrame to slide left, until it exits the screen on the Left Side, but whilst its sliding over, I want the current GUI I have on my screen to dissapear, including the text labels, spawn button and the Frame (NormalFrame)