Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

can anyone help me with one part of a script?

Asked by
Z9R 5
10 years ago

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:

for _, p in pairs(game.Players:getPlayers()) do
sp = p.PlayerGui.Game.Frame.Text;
end;

it only worked for one round and it needs to work every round, so i need help with it

0
Does everything in the path already exist when it comes to that part? GoldenPhysics 474 — 10y
0
Well, for each round, I'd consider adding this to the section where it fires the Round Starting function. Shawnyg 4330 — 10y

Answer this question