I know this is probably a dumb question, but I remember reading a post about how you shouldn’t have too many ScreenGui
objects in your PlayerGui
, and should group all of your UIs into 1 ScreenGui
object, as that will affect performance if you do not.
Is this true, and should I implement this into future projects?