of     1   

coolrobert1315
#178864590Sunday, November 29, 2015 10:02 PM GMT

What would I add to a script that would make in infinitely repeat?
Mr_Gibus
#178865262Sunday, November 29, 2015 10:13 PM GMT

while wait() do --Code Here ;P end
Blackstride
#178865334Sunday, November 29, 2015 10:14 PM GMT

I might be wrong, but repeat until nil
Tigeon
#178865648Sunday, November 29, 2015 10:18 PM GMT

while true do
Mr_Gibus
#178865804Sunday, November 29, 2015 10:20 PM GMT

Using while wait() do instead of while true do is this while wait() do --CODE end or the alt while true do wait() --CODE end
Tigeon
#178865851Sunday, November 29, 2015 10:21 PM GMT

why not me :( while true do --code end
coolrobert1315
#178873570Monday, November 30, 2015 12:03 AM GMT

Thanks, it worked. All I was really wondering was what to put after "Until" and have the code work. Thanks
Kie_413
#178873994Monday, November 30, 2015 12:10 AM GMT

Repeat wait() until While true do While wait() do
CounterforceStudio
#178874558Monday, November 30, 2015 12:17 AM GMT

If you were to use repeat wait() until, you would do it like: repeat -wait() -code until [condition statement here] However, repeat until is not recommended unless you're making the code loop until a certain event happens. Instead, use: while wait() do -code end OR while true do -wait() -code end
cutielione
#178874923Monday, November 30, 2015 12:23 AM GMT

dont put code in the game pls ########
Alphawolfcagle
#183054856Friday, February 05, 2016 10:06 PM GMT

poop

    of     1