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

How do I make something loop?

Asked by 10 years ago

I just need to know what the keyword(s) is to make a script loop. :)

1 answer

Log in to vote
0
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
10 years ago

while wait() do

end

repeat until nil

for i=1, ### do end

Ad

Answer this question