repeat wait() until game.Workspace.Game.Gameplay.Values.AwayPicked.Value == true and game.Workspace.Game.Gameplay.Values.HomePicked.Value == true or wait(30)
No output
I need it that if away picked and home picked our true within 30 seconds then it ends wait
But if there not true within 30 seconds it waits 30 seconds and ends
What happens is the values will become true, but it will still wait 30 seconds. |