There is a loop called while true do.
I was wondering if while false do exists. if it does, what does it do?
while false do wouldn't do anything. It would simply skip over that code.
Example :
print("Starting up!") while false do print("I'm working!") wait() end print("Done!")
Output :
Starting up! Done!
If you have any questions, concerns or just need some help with this PM me on ROBLOX!