How do I script tabs in a Roblox gui

I am wondering how to make tabs in a gui/Ui. Something like this image

1 Like

Have 2 Seperate Frames or 2 Screen GUIs, and always have one disabled and one enabled.

1 Like

Can you please explain.

(30 char)

You have 2 separate overlapping Frames. By default Frame 1 Visible is true and the other Frame 2 visible is false. When you want to switch tabs. Frame 1 Visible should be set to False and Frame 2 Visible should be set to True.

5 Likes