So in Rbx.lua, it's wait(), what is the synonym to this in C++? I'm trying to make a timer, and I have to wait 1 second in my loop as you can probably imagine.
Or you could use some fancy thing to get the current time. I dont think you really pause the program in "real" programs, you just run an empty loop or something until the time has passed?