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