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