Is this the most efficient way to do this (SurfaceGUI)?

Add your surface guis to an array and index them incrementally, you can then loop through the array and update all your surface guis without “ordering the script to change each gui’s text at the same time” – or an even better option is to put them all under a folder and loop through the children of the folder.

1 Like