A simple gui qustion

hey everyone can someone tell me how to make a gui pop up and change its text for everyone in the server

2 Likes

I would iterate through each player’s gui and changed the visibility/text from there. You can also fire a remote event to the client to have their gui change in the local script.

1 Like

ik how to do it in remote buti need it for like an intermission so i cant do that how do i iterate through each player?

Use the for i, v in pairs loop to iterate. Think of Players as a folder for the player that are in the game.

hey thank you i have done that before just took my brain some time to think lol

1 Like