Function keeps calling error

if #game.Players:GetPlayers() > 1 then

end

You could do something like this:

repeat wait() until #game.Players:GetPlayers() > 1
1 Like

Ok thanks everyone for helping/trying to help me! I really appreciate it!

1 Like