So I’m going to be starting on GUIs for shops on my game in the near future, but I don’t want to put them in my main UI because it’d get cluttered really fast. Do you guys put all your shop UI all in a seperate ScreenGui, or do you just clone them from a script and parent them/destroy in the PlayerGui?
My UI layout is like this right now:

I’m probably going to do this and put all of the shop UI in here:

I wanted to see how you guys do it though so I can determine the best solution for myself.