Hello developers, I have some questions about yielding in events or bindable/remote function.
Remote.OnServerEventConnect(function()
task.wait(328382)--if this remote got fired, will it yield the whole script/thread until the wait ended and proceed to line 4 or it will proceed to line 4 first?
end)
print(23823828328)--will this print first when the remote got fired?