Posted 16 October 2016 - 10:52 PM
Alright, so in a while true do block, if I have it set up like so….
while true do
function1()
function2()
end
will this run function 1 first until it's finished, then 2? Or will it run both at once?Edited on 16 October 2016 - 08:52 PM