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

player Numb wont work with a text label first text label works but the second does not?? help

Asked by
hokyboy 270 Moderation Voter
6 years ago
local label = game.StarterGui.ScreenGui.Frame.TextLabel

while game.Players.NumPlayers < 2 do
    label.Text = "You need 2 players to start a round"
    repeat wait() until game.Players.NumPlayers >= 2 
label.Text = "Round Starting Soon"
end

the first text works but the second not why not?

0
Some deprecated things can still work, although it’s not recommended to use it. I think this script isn’t working because you’re trying to change it through StarterGui, instead of PlayerGui. User#20279 0 — 6y
0
other ideas how to fix the promblem or how to make this type of gui hokyboy 270 — 6y

Answer this question