In my story game, I have where a player enters the elevator and gets a StringValue called, “Elevator1”.
What I want to do is make a script that runs through to see who all has the StringValue and if it is above the minimum number, to send them into the story game. Any ideas?
Just loop through game.Players, table.insert every player with the string into a table, and if #table>number then teleport everyone in the table into your place
What do you mean by how you would start? Are you having trouble with when you would run that code? In that case, just run it every time somebody enters the elevator