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

can anyone give me advice for having 2 players then a round starts?

Asked by 2 years ago

how can i make it so when there is 2 players a round can start but if there is only 1 it doesnt start?

1 answer

Log in to vote
0
Answered by 2 years ago

Hello, you can use something like this:


while wait(0.5) do --infinite checking loop if #game.Players:GetChildren() > 1 then --game starts end end
Ad

Answer this question