for some reason
wait(game.ReplicatedFirst.Time.Value)
is waiting forever. The value is a number value and is not nil. Any help?
You might of missed a dot, and made it very long, your script it self could be waiting for something else as well (e.g, " :WaitForChild() "), check your script and see if you did any errors, and by the way the ordinary numbers such as 10 not decimals (e.g, 0.10) are counted by seconds. So if you put 250 seconds you'll have to wait four minutes.
If this didnt help, list your script below in a code block, so I can fix errors in it.