I want my wait() to only effect my function, NOT the rest of script, thanks Gaberdell.
Not Actually my code
function blah() print("hi") wait(1) print("wait... Bye") end ---stuff blah()
oops sorry this was already asked