ogBailz
|
  |
| Joined: 30 Nov 2014 |
| Total Posts: 1407 |
|
|
| 26 Dec 2014 12:48 PM |
wont even print even when the values are true
local GameCountdown = coroutine.wrap(function() while script.Parent.GameInProgress.Value == true do wait() print("game is ready") getgameTime = script.Parent.GameTime.Value for i=getgameTime,0, -1 do for _, player in pairs(game.Players:GetPlayers()) do if player.PlayerGui.InGame.Value == true then player.PlayerGui.GameContent.GameTimer.Text = i end end wait(1) end end end)
GameCountdown() |
|
|
| Report Abuse |
|
ogBailz
|
  |
| Joined: 30 Nov 2014 |
| Total Posts: 1407 |
|
| |