can anyone help me with one part of a script?
The part of the script is suppose to get all the players in game gui and get a screen gui named Game then a Frame named Frame and a Text Label named Text and is suppose to work
until everyone leaves the game and not just one round. If you need more information, feel free to send me a private message.
Here's the part of the script i need help with:
1 | for _, p in pairs (game.Players:getPlayers()) do |
2 | sp = p.PlayerGui.Game.Frame.Text; |
it only worked for one round and it needs to work every round, so i need help with it