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

[SOLVED] Which while loop is better to use in a script?

Asked by 4 years ago
Edited 4 years ago

Hi, I would like to know which while loop is better to use in a script.

--First Loop
while wait(1) do
end

--Second Loop
while true do
    wait(1)
end

Please answer my question!

1 answer

Log in to vote
0
Answered by 4 years ago

@ScriptGuider sent me a YouTube video of his that solved this problem. Click here for the vid.

Ad

Answer this question