I’m making little screens in my game, and they will all have the same gui, and it will be a surface gui. However I realized this might require me to make a copy of the gui for each screen. Is there any way to avoid this, or will I have to do this?
Unfortunately you can’t set multiple Adornees for SurfaceGuis. You will need to use :Clone() and set the Adornee for each surface you would want the Gui on.
1 Like
Will this cause the game to be very laggy?
it wouldn’t effect your game performance in a large scale.
1 Like
Not really unless your Guis are very large and detailed.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.