local Status = script.Parent.Status local RepStorage = game.ReplicatedStorage:WaitForChild("Status") repeat until game.Players.Player -- here i need help
local Status = script.Parent.Status local RepStorage = game.ReplicatedStorage:WaitForChild("Status") repeat until if #Players:GetPlayers() == 2 then --Put script here end
Sorry if I incorrectly space the script, I’m on an iPad.
local Status = script.Parent.Status local RepStorage = game.ReplicatedStorage:WaitForChild("Status") repeat wait(1) until #game.Players:GetPlayers() >= 2 -- Loop goes here