if fps is 60

it will wait 3/60 secons when you call wait(3);

if you call wait(-3); it will wait 3 seconds regardless from frame rate.


3333333333