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

Script Not Printing When 3 Players In Server?

Asked by 6 years ago

As the title says.

repeat wait() until game:GetService("ContentProvider").RequestQueueSize <= 0
--// Services //--
Players = game:GetService("Players")
RepStorage = game:GetService("ReplicatedStorage")
--// Check Players //--
repeat wait() until #Players:GetPlayers() >= 3
while wait() do
    print("Player Count Reached.")
end
3
If something I would say your repeat wait() is not ending. Queue Size I heard isnt all that accurate. H4X0MSYT 536 — 6y
0
Why is this question non-descriptive? They explained their problem and stuff hiimgoodpack 2009 — 6y

Answer this question