Mas Bud
0
Q:

while in lua

--// Basic while true do loop

while true do
	
	--// Looped text
	print("Looped Text")
	
	--// Time the loop waits before looping again
	wait(1)
end
3
while(condition)
do
   statement(s)
end
1

New to Communities?

Join the community