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

Whats wrong with my blinking text script functioning on < 3 players?

Asked by 9 years ago

while true do if game.Players.NumPlayers< 3 then script.Parent.Visible = true wait(.5) script.Parent.Visible = false elseif game.Players.NumPlayers>= 3 then script.Parent.Visible = false end end

2
lua code block please? My_Comment 95 — 9y

Answer this question