How to make Team List Gui so all Players can see

Hello everyone, I was wondering how I could make a team gui show on all the player’s gui, and change it on the server.

I have a scrolling frame, and in a server script, whenever the player clicks ‘create’ team, it clones a template and puts it in a scroll frame. However, it only shows up for one player (the person who made the team), but I want it to show up for everyone, so they can click ‘join’ to join the team. How would I do this?

Use a Script, not a LocalScript. If it doesn’t work, just lmk

The creating teams thing is in a server script. It only lasts until the player leaves, and the script is in playerGui

Can I review the code and see if there might be any problems with it?