how to loop forever lua code example Example: forever loop in lua while( true ) do print("This loop will run forever.") end