Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Script not waiting number value?

Asked by 6 years ago

for some reason wait(game.ReplicatedFirst.Time.Value) is waiting forever. The value is a number value and is not nil. Any help?

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

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.

0
I just figured it out. It was because it was in a local script and the local script was in a part. Pumpk1n52 22 — 6y
0
Oh. HeComesAt_Night 116 — 6y
Ad

Answer this question