Player Gui Help

With cloning GUI into Player GUI should I clone the ScreenGui or the frame?

I mean like when I clone GUI into a player’s GUI which class should I clone?
As in like this image
Or this image
(The frame is a descendant of ScreenGui)

Cloning an instance will automatically clone all of it’s children as()well. So the answer is ScreenGui.

1 Like