of     1   

FroggoBLOX
#139385422Sunday, July 06, 2014 3:33 AM GMT

I want to make it so that the game starts when there are 7 players, no less, no more. I would set the player limit to seven and I know how to make the server wait for more people. My only question is this: Will this hinder gameplay? I ask this because it might be hard to join a server that is about to be full for the game to start, or you will be sent to an almost empty server and you end up waiting there for 10 minutes. I don't want that to happen.
AnonyAnonymous
#139385578Sunday, July 06, 2014 3:35 AM GMT

while wait() do if game.Players.NumPlayers == 7 then --Code Here end end
rens321
#139385701Sunday, July 06, 2014 3:36 AM GMT

Use a coroutine
FroggoBLOX
#139386845Sunday, July 06, 2014 3:49 AM GMT

Guys I know how to do it, I'm just wondering if that's a good idea or not. I'm kind of worried about it hindering gameplay.
rens321
#139386984Sunday, July 06, 2014 3:50 AM GMT

Make it like daxter's paintball Just get people to join when the game is going on
FroggoBLOX
#139387199Sunday, July 06, 2014 3:53 AM GMT

I would, but I don't want to rip off of his ideas.

    of     1