Hello! noob scripter here, I wanted to know what time measurement is supposed to go in between the parenthesis in the wait()
function. Is it milliseconds or regular seconds?
Well, the amount inside the parenthesis of wait()
is number of seconds.
For eg: wait(1)
is waiting for 1 second.
Also, if you'll use only wait()
, so the wait is actually 1/33th second.
Lemme know if it helps!
It does 1 seconds